43 vtkBooleanMacro(LimitReadToBounds,
bool);
44 vtkSetMacro(LimitReadToBounds,
bool);
45 vtkGetMacro(LimitReadToBounds,
bool);
52 vtkSetVector6Macro(ReadBounds,
double);
53 vtkGetVector6Macro(ReadBounds,
double);
60 vtkBooleanMacro(OutputDataTypeIsDouble,
bool);
61 vtkSetMacro(OutputDataTypeIsDouble,
bool);
62 vtkGetMacro(OutputDataTypeIsDouble,
bool);
70 vtkBooleanMacro(LimitToMaxNumberOfPoints,
bool);
71 vtkSetMacro(LimitToMaxNumberOfPoints,
bool);
72 vtkGetMacro(LimitToMaxNumberOfPoints,
bool);
90 vtkBooleanMacro(CreateCells,
bool);
91 vtkSetMacro(CreateCells,
bool);
92 vtkGetMacro(CreateCells,
bool);
101 vtkBooleanMacro(IncludeColorAndLuminance,
bool);
102 vtkSetMacro(IncludeColorAndLuminance,
bool);
103 vtkGetMacro(IncludeColorAndLuminance,
bool);
117 double ReadBounds[6];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.