VTK
|
blank a structured grid with an image More...
#include <vtkBlankStructuredGridWithImage.h>
Inherits vtkStructuredGridAlgorithm.
Public Types | |
typedef vtkStructuredGridAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkBlankStructuredGridWithImage * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetBlankingInputData (vtkImageData *input) |
vtkImageData * | GetBlankingInput () |
Static Public Member Functions | |
static vtkBlankStructuredGridWithImage * | New () |
static int | IsTypeOf (const char *type) |
static vtkBlankStructuredGridWithImage * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkBlankStructuredGridWithImage () | |
~vtkBlankStructuredGridWithImage () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
blank a structured grid with an image
This filter can be used to set the blanking in a structured grid with an image. The filter takes two inputs: the structured grid to blank, and the image used to set the blanking. Make sure that the dimensions of both the image and the structured grid are identical.
Note that the image is interpreted as follows: zero values indicate that the structured grid point is blanked; non-zero values indicate that the structured grid point is visible. The blanking data must be unsigned char.
Definition at line 42 of file vtkBlankStructuredGridWithImage.h.
typedef vtkStructuredGridAlgorithm vtkBlankStructuredGridWithImage::Superclass |
Definition at line 46 of file vtkBlankStructuredGridWithImage.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkBlankStructuredGridWithImage* vtkBlankStructuredGridWithImage::NewInstance | ( | ) | const |
void vtkBlankStructuredGridWithImage::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkBlankStructuredGridWithImage::SetBlankingInputData | ( | vtkImageData * | input | ) |
Set / get the input image used to perform the blanking.
vtkImageData* vtkBlankStructuredGridWithImage::GetBlankingInput | ( | ) |
Set / get the input image used to perform the blanking.
|
protectedvirtual |
|
protectedvirtual |