VTK
|
convert vtkImageData to vtkUniformGrid More...
#include <vtkImageDataToUniformGrid.h>
convert vtkImageData to vtkUniformGrid
Convert a vtkImageData to vtkUniformGrid and set blanking based on specified by named arrays. By default, values of 0 in the named array will result in the point or cell being blanked. Set Reverse to 1 to indicate that values of 0 will result in the point or cell to not be blanked.
Definition at line 39 of file vtkImageDataToUniformGrid.h.
Reimplemented from vtkDataObjectAlgorithm.
Definition at line 44 of file vtkImageDataToUniformGrid.h.
vtkImageDataToUniformGrid::vtkImageDataToUniformGrid | ( | ) | [protected] |
vtkImageDataToUniformGrid::~vtkImageDataToUniformGrid | ( | ) | [protected] |
static vtkImageDataToUniformGrid* vtkImageDataToUniformGrid::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataObjectAlgorithm.
static int vtkImageDataToUniformGrid::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkImageDataToUniformGrid::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataObjectAlgorithm.
static vtkImageDataToUniformGrid* vtkImageDataToUniformGrid::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataObjectAlgorithm.
virtual vtkObjectBase* vtkImageDataToUniformGrid::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
Reimplemented from vtkDataObjectAlgorithm.
void vtkImageDataToUniformGrid::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataObjectAlgorithm.
virtual void vtkImageDataToUniformGrid::SetReverse | ( | int | ) | [virtual] |
By default, values of 0 (i.e. Reverse = 0) in the array will result in that point or cell to be blanked. Set Reverse to 1 to make points or cells to not be blanked for array values of 0.
virtual int vtkImageDataToUniformGrid::GetReverse | ( | ) | [virtual] |
By default, values of 0 (i.e. Reverse = 0) in the array will result in that point or cell to be blanked. Set Reverse to 1 to make points or cells to not be blanked for array values of 0.
virtual void vtkImageDataToUniformGrid::ReverseOn | ( | ) | [virtual] |
By default, values of 0 (i.e. Reverse = 0) in the array will result in that point or cell to be blanked. Set Reverse to 1 to make points or cells to not be blanked for array values of 0.
virtual void vtkImageDataToUniformGrid::ReverseOff | ( | ) | [virtual] |
By default, values of 0 (i.e. Reverse = 0) in the array will result in that point or cell to be blanked. Set Reverse to 1 to make points or cells to not be blanked for array values of 0.
virtual int vtkImageDataToUniformGrid::RequestData | ( | vtkInformation * | req, |
vtkInformationVector ** | inV, | ||
vtkInformationVector * | outV | ||
) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkImageDataToUniformGrid::RequestDataObject | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkImageDataToUniformGrid::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkImageDataToUniformGrid::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkImageDataToUniformGrid::Process | ( | vtkImageData * | input, |
int | association, | ||
const char * | arrayName, | ||
vtkUniformGrid * | output | ||
) | [protected, virtual] |