21#ifndef vtkCityGMLReader_h
22#define vtkCityGMLReader_h
24#include "vtkIOCityGMLModule.h"
74 vtkSetClampMacro(LOD,
int, 0, 4);
75 vtkGetMacro(LOD,
int);
83 vtkSetMacro(UseTransparencyAsOpacity,
int);
84 vtkGetMacro(UseTransparencyAsOpacity,
int);
85 vtkBooleanMacro(UseTransparencyAsOpacity,
int);
97 vtkSetMacro(NumberOfBuildings,
int);
98 vtkGetMacro(NumberOfBuildings,
int);
107 vtkSetMacro(BeginBuildingIndex,
int);
108 vtkGetMacro(BeginBuildingIndex,
int);
109 vtkSetMacro(EndBuildingIndex,
int);
110 vtkGetMacro(EndBuildingIndex,
int);
130 class Implementation;
131 Implementation* Impl;
vtkSetFilePathMacro(FileName)
Specify file name of the CityGML data file to read.
static vtkCityGMLReader * New()
~vtkCityGMLReader() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetFilePathMacro(FileName)
Specify file name of the CityGML data file to read.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int UseTransparencyAsOpacity
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.