24 #ifndef vtkPTSReader_h 
   25 #define vtkPTSReader_h 
   28 #include "vtkIOGeometryModule.h"  
   42   void SetFileName(
const char* filename);
 
   43   vtkGetStringMacro(FileName);
 
   51   vtkBooleanMacro(LimitReadToBounds, 
bool);
 
   52   vtkSetMacro(LimitReadToBounds, 
bool);
 
   53   vtkGetMacro(LimitReadToBounds, 
bool);
 
   60   vtkSetVector6Macro(ReadBounds, 
double);
 
   61   vtkGetVector6Macro(ReadBounds, 
double);
 
   68   vtkBooleanMacro(OutputDataTypeIsDouble, 
bool);
 
   69   vtkSetMacro(OutputDataTypeIsDouble, 
bool);
 
   70   vtkGetMacro(OutputDataTypeIsDouble, 
bool);
 
   78   vtkBooleanMacro(LimitToMaxNumberOfPoints, 
bool);
 
   79   vtkSetMacro(LimitToMaxNumberOfPoints, 
bool);
 
   80   vtkGetMacro(LimitToMaxNumberOfPoints, 
bool);
 
   89   vtkGetMacro(MaxNumberOfPoints, 
vtkIdType);
 
   98   vtkBooleanMacro(CreateCells, 
bool);
 
   99   vtkSetMacro(CreateCells, 
bool);
 
  100   vtkGetMacro(CreateCells, 
bool);
 
  109   vtkBooleanMacro(IncludeColorAndLuminance, 
bool);
 
  110   vtkSetMacro(IncludeColorAndLuminance, 
bool);
 
  111   vtkGetMacro(IncludeColorAndLuminance, 
bool);
 
  125   double ReadBounds[6];