convert vtkImageData to vtkUniformGrid
More...
#include <vtkImageDataToUniformGrid.h>
Inherits vtkDataObjectAlgorithm.
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.
- Tests:
- vtkImageDataToUniformGrid (Tests)
Definition at line 39 of file vtkImageDataToUniformGrid.h.
vtkImageDataToUniformGrid::vtkImageDataToUniformGrid |
( |
| ) |
|
|
protected |
vtkImageDataToUniformGrid::~vtkImageDataToUniformGrid |
( |
| ) |
|
|
protected |
static int vtkImageDataToUniformGrid::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageDataToUniformGrid::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageDataToUniformGrid::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageDataToUniformGrid::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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 |
|
) |
| |
|
protectedvirtual |
virtual int vtkImageDataToUniformGrid::RequestDataObject |
( |
vtkInformation * |
req, |
|
|
vtkInformationVector ** |
inV, |
|
|
vtkInformationVector * |
outV |
|
) |
| |
|
protectedvirtual |
virtual int vtkImageDataToUniformGrid::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkImageDataToUniformGrid::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkImageDataToUniformGrid::Process |
( |
vtkImageData * |
input, |
|
|
int |
association, |
|
|
const char * |
arrayName, |
|
|
vtkUniformGrid * |
output |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: