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];