28#include "vtkIOGeometryModule.h"
51 vtkBooleanMacro(LimitReadToBounds,
bool);
52 vtkSetMacro(LimitReadToBounds,
bool);
53 vtkGetMacro(LimitReadToBounds,
bool);
60 vtkSetVector6Macro(ReadBounds,
double);
61 vtkGetVector6Macro(ReadBounds,
double);
68 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
69 vtkSetMacro(OutputDataTypeIsDouble,
bool);
70 vtkGetMacro(OutputDataTypeIsDouble,
bool);
78 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
79 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
80 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
98 vtkBooleanMacro(CreateCells,
bool);
99 vtkSetMacro(CreateCells,
bool);
100 vtkGetMacro(CreateCells,
bool);
109 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
110 vtkSetMacro(IncludeColorAndLuminance,
bool);
111 vtkGetMacro(IncludeColorAndLuminance,
bool);
125 double ReadBounds[6];
Fast, simple class for representing and operating on 3D bounds.
a simple class to control print indentation
bool OutputDataTypeIsDouble
bool IncludeColorAndLuminance
void SetFileName(VTK_FILEPATH const char *filename)
Specify file name.
vtkIdType MaxNumberOfPoints
static vtkPTSReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
bool LimitToMaxNumberOfPoints
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetFilePathMacro(FileName)
Specify file name.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Superclass for algorithms that produce only polydata as output.