24#ifndef vtkCityGMLReader_h
25#define vtkCityGMLReader_h
27#include "vtkIOCityGMLModule.h"
77 vtkSetClampMacro(
LOD,
int, 0, 4);
78 vtkGetMacro(
LOD,
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
vtkMultiBlockDataSetAlgorithm()