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

vtkSynchronizedTemplatesCutter3D - generate cut surface from structured points More...

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

List of all members.

Public Member Functions

 vtkSynchronizedTemplatesCutter3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSynchronizedTemplatesCutter3D ()
 Undocumented Block.
virtual vtkImplicitFunction GetCutFunction ()
 Description Specify the implicit function to perform the cutting.
override int IsA (string type)
 Undocumented Block.
new
vtkSynchronizedTemplatesCutter3D 
NewInstance ()
 Undocumented Block.
virtual void SetCutFunction (vtkImplicitFunction arg0)
 Description Specify the implicit function to perform the cutting.
void ThreadedExecute (vtkImageData data, vtkInformation outInfo, IntPtr exExt, int arg3)
 Needed by templated functions.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkSynchronizedTemplatesCutter3D"
 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 vtkSynchronizedTemplatesCutter3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSynchronizedTemplatesCutter3D_GetCutFunction_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSynchronizedTemplatesCutter3D_IsA_02 (HandleRef pThis, string type)
static internal int vtkSynchronizedTemplatesCutter3D_IsTypeOf_03 (string type)
static internal IntPtr vtkSynchronizedTemplatesCutter3D_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSynchronizedTemplatesCutter3D_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSynchronizedTemplatesCutter3D_SetCutFunction_07 (HandleRef pThis, HandleRef arg0)
static internal void vtkSynchronizedTemplatesCutter3D_ThreadedExecute_08 (HandleRef pThis, HandleRef data, HandleRef outInfo, IntPtr exExt, int arg3)

Static Private Member Functions

static vtkSynchronizedTemplatesCutter3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSynchronizedTemplatesCutter3D - generate cut surface from structured points


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D ( 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.vtkSynchronizedTemplatesCutter3D.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.vtkSynchronizedTemplates3D.

Description Specify the implicit function to perform the cutting.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.

Here is the call graph for this function:

Description Specify the implicit function to perform the cutting.

void Kitware.VTK.vtkSynchronizedTemplatesCutter3D.ThreadedExecute ( vtkImageData  data,
vtkInformation  outInfo,
IntPtr  exExt,
int  arg3 
)

Needed by templated functions.

static internal IntPtr Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_GetCutFunction_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_SetCutFunction_07 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplatesCutter3D.vtkSynchronizedTemplatesCutter3D_ThreadedExecute_08 ( HandleRef  pThis,
HandleRef  data,
HandleRef  outInfo,
IntPtr  exExt,
int  arg3 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSynchronizedTemplatesCutter3D.MRClassNameKey = "32vtkSynchronizedTemplatesCutter3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkSynchronizedTemplates3D.


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