19#include "vtkIOGeometryModule.h"
22VTK_ABI_NAMESPACE_BEGIN
43 vtkBooleanMacro(LimitReadToBounds,
bool);
44 vtkSetMacro(LimitReadToBounds,
bool);
45 vtkGetMacro(LimitReadToBounds,
bool);
52 vtkSetVector6Macro(ReadBounds,
double);
53 vtkGetVector6Macro(ReadBounds,
double);
60 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
61 vtkSetMacro(OutputDataTypeIsDouble,
bool);
62 vtkGetMacro(OutputDataTypeIsDouble,
bool);
70 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
71 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
72 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
90 vtkBooleanMacro(CreateCells,
bool);
91 vtkSetMacro(CreateCells,
bool);
92 vtkGetMacro(CreateCells,
bool);
101 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
102 vtkSetMacro(IncludeColorAndLuminance,
bool);
103 vtkGetMacro(IncludeColorAndLuminance,
bool);
117 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.