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