27 #ifndef vtkPTSReader_h 28 #define vtkPTSReader_h 30 #include "vtkIOGeometryModule.h" 46 void SetFileName(
const char *filename);
47 vtkGetStringMacro(FileName);
55 vtkBooleanMacro(LimitReadToBounds,
bool);
56 vtkSetMacro(LimitReadToBounds,
bool);
57 vtkGetMacro(LimitReadToBounds,
bool);
64 vtkSetVector6Macro(ReadBounds,
double);
65 vtkGetVector6Macro(ReadBounds,
double);
72 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
73 vtkSetMacro(OutputDataTypeIsDouble,
bool);
74 vtkGetMacro(OutputDataTypeIsDouble,
bool);
82 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
83 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
84 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
102 vtkBooleanMacro(CreateCells,
bool);
103 vtkSetMacro(CreateCells,
bool);
104 vtkGetMacro(CreateCells,
bool);
113 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
114 vtkSetMacro(IncludeColorAndLuminance,
bool);
115 vtkGetMacro(IncludeColorAndLuminance,
bool);
129 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.