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];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.