Go to the documentation of this file.
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;
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.
vtkIdType MaxNumberOfPoints
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
bool LimitToMaxNumberOfPoints
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
bool OutputDataTypeIsDouble
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only polydata as output.