26 #ifndef vtkPTSReader_h
27 #define vtkPTSReader_h
43 void SetFileName(
const char *filename);
44 vtkGetStringMacro(FileName);
50 vtkBooleanMacro(LimitReadToBounds,
bool);
51 vtkSetMacro(LimitReadToBounds,
bool);
52 vtkGetMacro(LimitReadToBounds,
bool);
57 vtkSetVector6Macro(ReadBounds,
double);
58 vtkGetVector6Macro(ReadBounds,
double);
63 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
64 vtkSetMacro(OutputDataTypeIsDouble,
bool);
65 vtkGetMacro(OutputDataTypeIsDouble,
bool);
71 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
72 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
73 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKIOGEOMETRY_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
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
Fast Simple Class for dealing with 3D bounds.