24 #ifndef vtkCityGMLReader_h 25 #define vtkCityGMLReader_h 27 #include "vtkIOCityGMLModule.h" 67 vtkSetStringMacro(FileName);
68 vtkGetStringMacro(FileName);
76 vtkSetClampMacro(
LOD,
int, 0, 4);
77 vtkGetMacro(
LOD,
int);
86 vtkSetMacro(UseTransparencyAsOpacity,
int);
87 vtkGetMacro(UseTransparencyAsOpacity,
int);
88 vtkBooleanMacro(UseTransparencyAsOpacity,
int);
107 class Implementation;
108 Implementation* Impl;
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int UseTransparencyAsOpacity