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;
Fast Simple Class for dealing with 3D bounds.
a simple class to control print indentation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
bool OutputDataTypeIsDouble
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetFileName(const char *filename)
Specify file name.
bool IncludeColorAndLuminance
vtkIdType MaxNumberOfPoints
static vtkPTSReader * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
bool LimitToMaxNumberOfPoints
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.