24 #ifndef vtkPTSReader_h 25 #define vtkPTSReader_h 27 #include "vtkIOGeometryModule.h" 43 void SetFileName(
const char *filename);
54 vtkGetMacro(LimitReadToBounds,
bool);
61 vtkSetVector6Macro(ReadBounds,
double);
62 vtkGetVector6Macro(ReadBounds,
double);
71 vtkGetMacro(OutputDataTypeIsDouble,
bool);
81 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
101 vtkGetMacro(CreateCells,
bool);
112 vtkGetMacro(IncludeColorAndLuminance,
bool);
120 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
123 bool OutputDataTypeIsDouble;
125 bool LimitReadToBounds;
126 double ReadBounds[6];
128 bool LimitToMaxNumberOfPoints;
131 bool IncludeColorAndLuminance;
135 void operator=(const
vtkPTSReader&) VTK_DELETE_FUNCTION;
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.