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.vtkImplicitFunctionToImageStencil Class Reference

vtkImplicitFunctionToImageStencil - clip an image with a function More...

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

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Specify the implicit function to convert into a stencil.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageStencilSource.

Here is the call graph for this function:

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 int Kitware.VTK.vtkImplicitFunctionToImageStencil.vtkImplicitFunctionToImageStencil_IsA_03 ( HandleRef  pThis,
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]

Member Data Documentation

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.


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