|
ActiViz .NET
5.8.0
|
vtkImplicitFunctionToImageStencil - clip an image with a function More...
Public Member Functions | |
| vtkImplicitFunctionToImageStencil (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkImplicitFunctionToImageStencil () | |
| Undocumented Block. | |
| virtual vtkImplicitFunction | GetInput () |
| Specify the implicit function to convert into a stencil. | |
| virtual double | GetThreshold () |
| Set the threshold value for the implicit function. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkImplicitFunctionToImageStencil | NewInstance () |
| Undocumented Block. | |
| virtual void | SetInput (vtkImplicitFunction arg0) |
| Specify the implicit function to convert into a stencil. | |
| virtual void | SetThreshold (double _arg) |
| Set the threshold value for the implicit function. | |
Static Public Member Functions | |
| static new vtkImplicitFunctionToImageStencil | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkImplicitFunctionToImageStencil | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkImplicitFunctionToImageStencil" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "33vtkImplicitFunctionToImageStencil" |
| 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 | vtkImplicitFunctionToImageStencil_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkImplicitFunctionToImageStencil_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkImplicitFunctionToImageStencil_GetThreshold_02 (HandleRef pThis) |
| static internal int | vtkImplicitFunctionToImageStencil_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkImplicitFunctionToImageStencil_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkImplicitFunctionToImageStencil_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkImplicitFunctionToImageStencil_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImplicitFunctionToImageStencil_SetInput_08 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkImplicitFunctionToImageStencil_SetThreshold_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkImplicitFunctionToImageStencil () |
| Automatically generated type registration mechanics. | |
vtkImplicitFunctionToImageStencil - clip an image with a function
Description vtkImplicitFunctionToImageStencil will convert a vtkImplicitFunction into a stencil that can be used with vtkImageStencil or with other classes that apply a stencil to an image.
vtkImplicitFunction vtkImageStencil vtkPolyDataToImageStencil
| static Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkImplicitFunctionToImageStencil.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.vtkImageStencilSource.
| virtual vtkImplicitFunction Kitware.VTK.vtkImplicitFunctionToImageStencil.GetInput | ( | ) | [virtual] |
Specify the implicit function to convert into a stencil.
| virtual double Kitware.VTK.vtkImplicitFunctionToImageStencil.GetThreshold | ( | ) | [virtual] |
Set the threshold value for the implicit function.
| override int Kitware.VTK.vtkImplicitFunctionToImageStencil.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| static new int Kitware.VTK.vtkImplicitFunctionToImageStencil.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| static new vtkImplicitFunctionToImageStencil Kitware.VTK.vtkImplicitFunctionToImageStencil.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| static new vtkImplicitFunctionToImageStencil Kitware.VTK.vtkImplicitFunctionToImageStencil.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| virtual void Kitware.VTK.vtkImplicitFunctionToImageStencil.SetInput | ( | vtkImplicitFunction | arg0 | ) | [virtual] |
Specify the implicit function to convert into a stencil.
| virtual void Kitware.VTK.vtkImplicitFunctionToImageStencil.SetThreshold | ( | double | _arg | ) | [virtual] |
Set the threshold value for the implicit function.
| static internal IntPtr Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_GetInput_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_GetThreshold_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_SetInput_08 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_SetThreshold_09 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkImplicitFunctionToImageStencil.MRClassNameKey = "33vtkImplicitFunctionToImageStencil" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
| new const string Kitware.VTK.vtkImplicitFunctionToImageStencil.MRFullTypeName = "Kitware.VTK.vtkImplicitFunctionToImageStencil" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageStencilSource.
1.7.6.1