31#include "vtkIOGeometryModule.h"
54 vtkBooleanMacro(LimitReadToBounds,
bool);
55 vtkSetMacro(LimitReadToBounds,
bool);
56 vtkGetMacro(LimitReadToBounds,
bool);
63 vtkSetVector6Macro(ReadBounds,
double);
64 vtkGetVector6Macro(ReadBounds,
double);
71 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
72 vtkSetMacro(OutputDataTypeIsDouble,
bool);
73 vtkGetMacro(OutputDataTypeIsDouble,
bool);
81 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
82 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
83 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
101 vtkBooleanMacro(CreateCells,
bool);
102 vtkSetMacro(CreateCells,
bool);
103 vtkGetMacro(CreateCells,
bool);
112 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
113 vtkSetMacro(IncludeColorAndLuminance,
bool);
114 vtkGetMacro(IncludeColorAndLuminance,
bool);
128 double ReadBounds[6];
Fast, simple class for representing and operating on 3D bounds.
a simple class to control print indentation
bool OutputDataTypeIsDouble
bool IncludeColorAndLuminance
void SetFileName(VTK_FILEPATH const char *filename)
Specify file name.
vtkIdType MaxNumberOfPoints
static vtkPTSReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
bool LimitToMaxNumberOfPoints
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetFilePathMacro(FileName)
Specify file name.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Superclass for algorithms that produce only polydata as output.