9 void SetBoundingBox(
double x0,
double x1,
double y0,
double y1,
double z0,
double z1);
10 void SetExtent(
int xMin,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
23 double BoundingBox[6];
void SetBoundingBox(double x0, double x1, double y0, double y1, double z0, double z1)
void GetSpacing(double dx[3])
void GetSize(double dx[3])
int RequestInformation(vtkInformation *request, vtkInformationVector **inputInfoVectors, vtkInformationVector *outputInfoVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void ExecuteDataWithInformation(vtkDataObject *outData, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
void SetExtent(int xMin, int xMax, int yMin, int yMax, int zMin, int zMax)
Generic algorithm superclass for image algs.
static TestVectorFieldSource * New()
general representation of visualization data