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

vtkBezierContourLineInterpolator - Interpolates supplied nodes with bezier line segments More...

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

List of all members.

Public Member Functions

 vtkBezierContourLineInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBezierContourLineInterpolator ()
 Instantiate this class.
virtual double GetMaximumCurveError ()
 The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.
virtual double GetMaximumCurveErrorMaxValue ()
 The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.
virtual double GetMaximumCurveErrorMinValue ()
 The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.
virtual int GetMaximumCurveLineSegments ()
 Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.
virtual int GetMaximumCurveLineSegmentsMaxValue ()
 Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.
virtual int GetMaximumCurveLineSegmentsMinValue ()
 Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.
override void GetSpan (int nodeIndex, vtkIntArray nodeIndices, vtkContourRepresentation rep)
 Span of the interpolator. ie. the number of control points its supposed to interpolate given a node.
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
vtkBezierContourLineInterpolator 
NewInstance ()
 Standard methods for instances of this class.
virtual void SetMaximumCurveError (double _arg)
 The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.
virtual void SetMaximumCurveLineSegments (int _arg)
 Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkBezierContourLineInterpolator"
 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 vtkBezierContourLineInterpolator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkBezierContourLineInterpolator_GetMaximumCurveError_01 (HandleRef pThis)
static internal double vtkBezierContourLineInterpolator_GetMaximumCurveErrorMaxValue_02 (HandleRef pThis)
static internal double vtkBezierContourLineInterpolator_GetMaximumCurveErrorMinValue_03 (HandleRef pThis)
static internal int vtkBezierContourLineInterpolator_GetMaximumCurveLineSegments_04 (HandleRef pThis)
static internal int vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMaxValue_05 (HandleRef pThis)
static internal int vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMinValue_06 (HandleRef pThis)
static internal void vtkBezierContourLineInterpolator_GetSpan_07 (HandleRef pThis, int nodeIndex, HandleRef nodeIndices, HandleRef rep)
static internal int vtkBezierContourLineInterpolator_InterpolateLine_08 (HandleRef pThis, HandleRef ren, HandleRef rep, int idx1, int idx2)
static internal int vtkBezierContourLineInterpolator_IsA_09 (HandleRef pThis, string type)
static internal int vtkBezierContourLineInterpolator_IsTypeOf_10 (string type)
static internal IntPtr vtkBezierContourLineInterpolator_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBezierContourLineInterpolator_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBezierContourLineInterpolator_SetMaximumCurveError_14 (HandleRef pThis, double _arg)
static internal void vtkBezierContourLineInterpolator_SetMaximumCurveLineSegments_15 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkBezierContourLineInterpolator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBezierContourLineInterpolator - Interpolates supplied nodes with bezier line segments

Description The line interpolator interpolates supplied nodes (see InterpolateLine) with bezier 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.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator ( 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.vtkBezierContourLineInterpolator.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.

The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.

The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.

The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.

Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.

Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.

Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.

override void Kitware.VTK.vtkBezierContourLineInterpolator.GetSpan ( int  nodeIndex,
vtkIntArray  nodeIndices,
vtkContourRepresentation  rep 
) [virtual]

Span of the interpolator. ie. the number of control points its supposed to interpolate given a node.

The first argument is the current nodeIndex. ie, you'd be trying to interpolate between nodes "nodeIndex" and "nodeIndex-1", unless you're closing the contour in which case, you're trying to interpolate "nodeIndex" and "Node=0". The node span is returned in a vtkIntArray.

The node span is returned in a vtkIntArray. The node span returned by this interpolator will be a 2-tuple with a span of 4.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

override int Kitware.VTK.vtkBezierContourLineInterpolator.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.vtkBezierContourLineInterpolator.IsA ( string  type) [virtual]

Standard methods for instances of this class.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

static new int Kitware.VTK.vtkBezierContourLineInterpolator.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:

The difference between a line segment connecting two points and the curve connecting the same points. In the limit of the length of the curve dx -> 0, the two values will be the same. The smaller this number, the finer the bezier curve will be interpolated. Default is 0.005.

Maximum number of bezier line segments between two nodes. Larger values create a finer interpolation. Default is 100.

static internal void Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_GetSpan_07 ( HandleRef  pThis,
int  nodeIndex,
HandleRef  nodeIndices,
HandleRef  rep 
) [private]
static internal int Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_InterpolateLine_08 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  rep,
int  idx1,
int  idx2 
) [private]
static internal int Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_SetMaximumCurveError_14 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContourLineInterpolator.


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