24 #ifndef vtkPTSReader_h 25 #define vtkPTSReader_h 28 #include "vtkIOGeometryModule.h" 42 void SetFileName(
const char* filename);
43 vtkGetStringMacro(FileName);
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);
89 vtkGetMacro(MaxNumberOfPoints,
vtkIdType);
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];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
bool OutputDataTypeIsDouble
vtkIdType MaxNumberOfPoints
bool LimitToMaxNumberOfPoints
bool IncludeColorAndLuminance
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Fast, simple class for dealing with 3D bounds.