27 #ifndef vtkPTSReader_h
28 #define vtkPTSReader_h
30 #include "vtkIOGeometryModule.h"
46 void SetFileName(
const char *filename);
57 vtkGetMacro(LimitReadToBounds,
bool);
64 vtkSetVector6Macro(ReadBounds,
double);
65 vtkGetVector6Macro(ReadBounds,
double);
74 vtkGetMacro(OutputDataTypeIsDouble,
bool);
84 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
104 vtkGetMacro(CreateCells,
bool);
115 vtkGetMacro(IncludeColorAndLuminance,
bool);
129 double ReadBounds[6];
138 void operator=(const
vtkPTSReader&) VTK_DELETE_FUNCTION;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkIdType MaxNumberOfPoints
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
bool LimitToMaxNumberOfPoints
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
bool IncludeColorAndLuminance
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.