Go to the documentation of this file.
27 #ifndef vtkPTSReader_h
28 #define vtkPTSReader_h
30 #include "vtkIOGeometryModule.h"
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
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Fast Simple Class for dealing with 3D bounds.
vtkIdType MaxNumberOfPoints
static vtkPTSReader * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
bool LimitToMaxNumberOfPoints
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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
void SetFileName(const char *filename)
Specify file name.
Superclass for algorithms that produce only polydata as output.