ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkBlankStructuredGridWithImage Class Reference

vtkBlankStructuredGridWithImage - blank a structured grid with an image More...

Inheritance diagram for Kitware.VTK.vtkBlankStructuredGridWithImage:
[legend]
Collaboration diagram for Kitware.VTK.vtkBlankStructuredGridWithImage:
[legend]

List of all members.

Public Member Functions

 vtkBlankStructuredGridWithImage (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBlankStructuredGridWithImage ()
 Undocumented Block.
vtkImageData GetBlankingInput ()
 Set / get the input image used to perform the blanking.
override int IsA (string type)
 Undocumented Block.
new vtkBlankStructuredGridWithImage NewInstance ()
 Undocumented Block.
void SetBlankingInput (vtkImageData input)
 Set / get the input image used to perform the blanking.

Static Public Member Functions

static new
vtkBlankStructuredGridWithImage 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkBlankStructuredGridWithImage 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkBlankStructuredGridWithImage"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "31vtkBlankStructuredGridWithImage"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkBlankStructuredGridWithImage_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBlankStructuredGridWithImage_GetBlankingInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkBlankStructuredGridWithImage_IsA_02 (HandleRef pThis, string type)
static internal int vtkBlankStructuredGridWithImage_IsTypeOf_03 (string type)
static internal IntPtr vtkBlankStructuredGridWithImage_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBlankStructuredGridWithImage_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBlankStructuredGridWithImage_SetBlankingInput_07 (HandleRef pThis, HandleRef input)

Static Private Member Functions

static vtkBlankStructuredGridWithImage ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBlankStructuredGridWithImage - blank a structured grid with an image

Description 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.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkBlankStructuredGridWithImage.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Set / get the input image used to perform the blanking.

Here is the call graph for this function:

override int Kitware.VTK.vtkBlankStructuredGridWithImage.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

static new int Kitware.VTK.vtkBlankStructuredGridWithImage.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Here is the call graph for this function:

Set / get the input image used to perform the blanking.

static internal IntPtr Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_GetBlankingInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_SetBlankingInput_07 ( HandleRef  pThis,
HandleRef  input 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkBlankStructuredGridWithImage.MRClassNameKey = "31vtkBlankStructuredGridWithImage" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

new const string Kitware.VTK.vtkBlankStructuredGridWithImage.MRFullTypeName = "Kitware.VTK.vtkBlankStructuredGridWithImage"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.


The documentation for this class was generated from the following file: