27 #ifndef vtkPTSReader_h
28 #define vtkPTSReader_h
31 #include "vtkIOGeometryModule.h"
46 vtkGetFilePathMacro(FileName);
54 vtkBooleanMacro(LimitReadToBounds,
bool);
55 vtkSetMacro(LimitReadToBounds,
bool);
56 vtkGetMacro(LimitReadToBounds,
bool);
63 vtkSetVector6Macro(ReadBounds,
double);
64 vtkGetVector6Macro(ReadBounds,
double);
71 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
72 vtkSetMacro(OutputDataTypeIsDouble,
bool);
73 vtkGetMacro(OutputDataTypeIsDouble,
bool);
81 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
82 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
83 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
92 vtkGetMacro(MaxNumberOfPoints,
vtkIdType);
101 vtkBooleanMacro(CreateCells,
bool);
102 vtkSetMacro(CreateCells,
bool);
103 vtkGetMacro(CreateCells,
bool);
112 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
113 vtkSetMacro(IncludeColorAndLuminance,
bool);
114 vtkGetMacro(IncludeColorAndLuminance,
bool);
128 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 representing and operating on 3D bounds.