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

vtkLinearContourLineInterpolator - Interpolates supplied nodes with line segments More...

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

List of all members.

Public Member Functions

 vtkLinearContourLineInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkLinearContourLineInterpolator ()
 Instantiate this class.
override int InterpolateLine (vtkRenderer ren, vtkContourRepresentation rep, int idx1, int idx2)
 Standard methods for instances of this class.
override int IsA (string type)
 Standard methods for instances of this class.
new
vtkLinearContourLineInterpolator 
NewInstance ()
 Standard methods for instances of this class.

Static Public Member Functions

static new
vtkLinearContourLineInterpolator 
New ()
 Instantiate this class.
static new int IsTypeOf (string type)
 Standard methods for instances of this class.
static new
vtkLinearContourLineInterpolator 
SafeDownCast (vtkObjectBase o)
 Standard methods for instances of this class.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkLinearContourLineInterpolator"
 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 vtkLinearContourLineInterpolator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLinearContourLineInterpolator_InterpolateLine_01 (HandleRef pThis, HandleRef ren, HandleRef rep, int idx1, int idx2)
static internal int vtkLinearContourLineInterpolator_IsA_02 (HandleRef pThis, string type)
static internal int vtkLinearContourLineInterpolator_IsTypeOf_03 (string type)
static internal IntPtr vtkLinearContourLineInterpolator_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLinearContourLineInterpolator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkLinearContourLineInterpolator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkLinearContourLineInterpolator - Interpolates supplied nodes with line segments

Description The line interpolator interpolates supplied nodes (see InterpolateLine) with line segments. The finess of the curve may be controlled using SetMaximumCurveError and SetMaximumNumberOfLineSegments.

vtkContourLineInterpolator


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate this class.


Member Function Documentation

override void Kitware.VTK.vtkLinearContourLineInterpolator.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.vtkContourLineInterpolator.

override int Kitware.VTK.vtkLinearContourLineInterpolator.InterpolateLine ( vtkRenderer  ren,
vtkContourRepresentation  rep,
int  idx1,
int  idx2 
) [virtual]

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

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

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

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

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

Instantiate this class.

Reimplemented from Kitware.VTK.vtkObject.

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_InterpolateLine_01 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  rep,
int  idx1,
int  idx2 
) [private]
static internal int Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.


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