24 #ifndef vtkPTSReader_h 25 #define vtkPTSReader_h 27 #include "vtkIOGeometryModule.h" 43 void SetFileName(
const char *filename);
44 vtkGetStringMacro(FileName);
52 vtkBooleanMacro(LimitReadToBounds,
bool);
53 vtkSetMacro(LimitReadToBounds,
bool);
54 vtkGetMacro(LimitReadToBounds,
bool);
61 vtkSetVector6Macro(ReadBounds,
double);
62 vtkGetVector6Macro(ReadBounds,
double);
69 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
70 vtkSetMacro(OutputDataTypeIsDouble,
bool);
71 vtkGetMacro(OutputDataTypeIsDouble,
bool);
79 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
80 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
81 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
99 vtkBooleanMacro(CreateCells,
bool);
100 vtkSetMacro(CreateCells,
bool);
101 vtkGetMacro(CreateCells,
bool);
110 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
111 vtkSetMacro(IncludeColorAndLuminance,
bool);
112 vtkGetMacro(IncludeColorAndLuminance,
bool);
126 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.