ActiViz .NET
5.8.0
|
vtkImageStencil - combine images via a cookie-cutter operation More...
Public Member Functions | |
vtkImageStencil (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageStencil () | |
Undocumented Block. | |
virtual double[] | GetBackgroundColor () |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. | |
virtual void | GetBackgroundColor (ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. | |
virtual void | GetBackgroundColor (IntPtr _arg) |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. | |
vtkImageData | GetBackgroundInput () |
Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. | |
double | GetBackgroundValue () |
Set the default output value to use when the second input is not set. | |
virtual int | GetReverseStencil () |
Reverse the stencil. | |
vtkImageStencilData | GetStencil () |
Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageStencil | NewInstance () |
Undocumented Block. | |
virtual void | ReverseStencilOff () |
Reverse the stencil. | |
virtual void | ReverseStencilOn () |
Reverse the stencil. | |
virtual void | SetBackgroundColor (double _arg1, double _arg2, double _arg3, double _arg4) |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. | |
virtual void | SetBackgroundColor (IntPtr _arg) |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images. | |
virtual void | SetBackgroundInput (vtkImageData input) |
Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. | |
void | SetBackgroundValue (double val) |
Set the default output value to use when the second input is not set. | |
virtual void | SetReverseStencil (int _arg) |
Reverse the stencil. | |
virtual void | SetStencil (vtkImageStencilData stencil) |
Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. | |
Static Public Member Functions | |
static new vtkImageStencil | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageStencil | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageStencil" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkImageStencil" |
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 | vtkImageStencil_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageStencil_GetBackgroundColor_01 (HandleRef pThis) |
static internal void | vtkImageStencil_GetBackgroundColor_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3, ref double _arg4) |
static internal void | vtkImageStencil_GetBackgroundColor_03 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkImageStencil_GetBackgroundInput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageStencil_GetBackgroundValue_05 (HandleRef pThis) |
static internal int | vtkImageStencil_GetReverseStencil_06 (HandleRef pThis) |
static internal IntPtr | vtkImageStencil_GetStencil_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageStencil_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkImageStencil_IsTypeOf_09 (string type) |
static internal IntPtr | vtkImageStencil_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageStencil_ReverseStencilOff_12 (HandleRef pThis) |
static internal void | vtkImageStencil_ReverseStencilOn_13 (HandleRef pThis) |
static internal IntPtr | vtkImageStencil_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageStencil_SetBackgroundColor_15 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4) |
static internal void | vtkImageStencil_SetBackgroundColor_16 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageStencil_SetBackgroundInput_17 (HandleRef pThis, HandleRef input) |
static internal void | vtkImageStencil_SetBackgroundValue_18 (HandleRef pThis, double val) |
static internal void | vtkImageStencil_SetReverseStencil_19 (HandleRef pThis, int _arg) |
static internal void | vtkImageStencil_SetStencil_20 (HandleRef pThis, HandleRef stencil) |
Static Private Member Functions | |
static | vtkImageStencil () |
Automatically generated type registration mechanics. |
vtkImageStencil - combine images via a cookie-cutter operation
Description vtkImageStencil will combine two images together using a stencil. The stencil should be provided in the form of a vtkImageStencilData,
static Kitware.VTK.vtkImageStencil.vtkImageStencil | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageStencil.vtkImageStencil | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageStencil.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.vtkThreadedImageAlgorithm.
virtual double [] Kitware.VTK.vtkImageStencil.GetBackgroundColor | ( | ) | [virtual] |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void Kitware.VTK.vtkImageStencil.GetBackgroundColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [virtual] |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void Kitware.VTK.vtkImageStencil.GetBackgroundColor | ( | IntPtr | _arg | ) | [virtual] |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead.
Set the default output value to use when the second input is not set.
virtual int Kitware.VTK.vtkImageStencil.GetReverseStencil | ( | ) | [virtual] |
Reverse the stencil.
Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData.
override int Kitware.VTK.vtkImageStencil.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageStencil.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageStencil Kitware.VTK.vtkImageStencil.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageStencil.ReverseStencilOff | ( | ) | [virtual] |
Reverse the stencil.
virtual void Kitware.VTK.vtkImageStencil.ReverseStencilOn | ( | ) | [virtual] |
Reverse the stencil.
static new vtkImageStencil Kitware.VTK.vtkImageStencil.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageStencil.SetBackgroundColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [virtual] |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void Kitware.VTK.vtkImageStencil.SetBackgroundColor | ( | IntPtr | _arg | ) | [virtual] |
Set the default color to use when the second input is not set. This is like SetBackgroundValue, but for multi-component images.
virtual void Kitware.VTK.vtkImageStencil.SetBackgroundInput | ( | vtkImageData | input | ) | [virtual] |
Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead.
void Kitware.VTK.vtkImageStencil.SetBackgroundValue | ( | double | val | ) |
Set the default output value to use when the second input is not set.
virtual void Kitware.VTK.vtkImageStencil.SetReverseStencil | ( | int | _arg | ) | [virtual] |
Reverse the stencil.
virtual void Kitware.VTK.vtkImageStencil.SetStencil | ( | vtkImageStencilData | stencil | ) | [virtual] |
Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData.
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundColor_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundColor_02 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3, | ||
ref double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundColor_03 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundInput_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkImageStencil.vtkImageStencil_GetBackgroundValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageStencil.vtkImageStencil_GetReverseStencil_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_GetStencil_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageStencil.vtkImageStencil_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageStencil.vtkImageStencil_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_ReverseStencilOff_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_ReverseStencilOn_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageStencil.vtkImageStencil_SafeDownCast_14 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundColor_15 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3, | ||
double | _arg4 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundColor_16 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundInput_17 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetBackgroundValue_18 | ( | HandleRef | pThis, |
double | val | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetReverseStencil_19 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageStencil.vtkImageStencil_SetStencil_20 | ( | HandleRef | pThis, |
HandleRef | stencil | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageStencil.MRClassNameKey = "15vtkImageStencil" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageStencil.MRFullTypeName = "Kitware.VTK.vtkImageStencil" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.