ActiViz .NET
5.8.0
|
vtkBlankStructuredGridWithImage - blank a structured grid with an image More...
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. |
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.
static Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage | ( | ) | [static, private] |
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.
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.
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.
static new vtkBlankStructuredGridWithImage Kitware.VTK.vtkBlankStructuredGridWithImage.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
static new vtkBlankStructuredGridWithImage Kitware.VTK.vtkBlankStructuredGridWithImage.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.
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 int Kitware.VTK.vtkBlankStructuredGridWithImage.vtkBlankStructuredGridWithImage_IsTypeOf_03 | ( | 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] |
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.