21#ifndef vtkCityGMLReader_h
22#define vtkCityGMLReader_h
24#include "vtkIOCityGMLModule.h"
76 vtkSetClampMacro(LOD,
int, 0, 4);
77 vtkGetMacro(LOD,
int);
85 vtkSetMacro(UseTransparencyAsOpacity,
int);
86 vtkGetMacro(UseTransparencyAsOpacity,
int);
87 vtkBooleanMacro(UseTransparencyAsOpacity,
int);
99 vtkSetMacro(NumberOfBuildings,
int);
100 vtkGetMacro(NumberOfBuildings,
int);
109 vtkSetMacro(BeginBuildingIndex,
int);
110 vtkGetMacro(BeginBuildingIndex,
int);
111 vtkSetMacro(EndBuildingIndex,
int);
112 vtkGetMacro(EndBuildingIndex,
int);
132 class Implementation;
133 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.