24#ifndef vtkCityGMLReader_h
25#define vtkCityGMLReader_h
27#include "vtkIOCityGMLModule.h"
77 vtkSetClampMacro(LOD,
int, 0, 4);
78 vtkGetMacro(LOD,
int);
86 vtkSetMacro(UseTransparencyAsOpacity,
int);
87 vtkGetMacro(UseTransparencyAsOpacity,
int);
88 vtkBooleanMacro(UseTransparencyAsOpacity,
int);
100 vtkSetMacro(NumberOfBuildings,
int);
101 vtkGetMacro(NumberOfBuildings,
int);
110 vtkSetMacro(BeginBuildingIndex,
int);
111 vtkGetMacro(BeginBuildingIndex,
int);
112 vtkSetMacro(EndBuildingIndex,
int);
113 vtkGetMacro(EndBuildingIndex,
int);
133 class Implementation;
134 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.