ActiViz .NET
5.8.0
|
vtkPolyDataContourLineInterpolator - Contour interpolator for polygonal data More...
Public Member Functions | |
vtkPolyDataContourLineInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual vtkPolyDataCollection | GetPolys () |
Be sure to add polydata on which you wish to place points to this list or they will not be considered for placement. | |
override int | InterpolateLine (vtkRenderer ren, vtkContourRepresentation rep, int idx1, int idx2) |
Subclasses that wish to interpolate a line segment must implement this. For instance vtkBezierContourLineInterpolator adds nodes between idx1 and idx2, that allow the contour to adhere to a bezier curve. | |
override int | IsA (string type) |
Standard methods for instances of this class. | |
new vtkPolyDataContourLineInterpolator | NewInstance () |
Standard methods for instances of this class. | |
override int | UpdateNode (vtkRenderer arg0, vtkContourRepresentation arg1, IntPtr arg2, int arg3) |
The interpolator is given a chance to update the node. vtkImageContourLineInterpolator updates the idx'th node in the contour, so it automatically sticks to edges in the vicinity as the user constructs the contour. Returns 0 if the node (world position) is unchanged. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Standard methods for instances of this class. | |
static new vtkPolyDataContourLineInterpolator | SafeDownCast (vtkObjectBase o) |
Standard methods for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPolyDataContourLineInterpolator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "34vtkPolyDataContourLineInterpolator" |
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 | vtkPolyDataContourLineInterpolator_GetPolys_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataContourLineInterpolator_InterpolateLine_02 (HandleRef pThis, HandleRef ren, HandleRef rep, int idx1, int idx2) |
static internal int | vtkPolyDataContourLineInterpolator_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkPolyDataContourLineInterpolator_IsTypeOf_04 (string type) |
static internal IntPtr | vtkPolyDataContourLineInterpolator_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPolyDataContourLineInterpolator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPolyDataContourLineInterpolator_UpdateNode_07 (HandleRef pThis, HandleRef arg0, HandleRef arg1, IntPtr arg2, int arg3) |
Static Private Member Functions | |
static | vtkPolyDataContourLineInterpolator () |
Automatically generated type registration mechanics. |
vtkPolyDataContourLineInterpolator - Contour interpolator for polygonal data
Description vtkPolyDataContourLineInterpolator is an abstract base class for contour line interpolators that interpolate on polygonal data.
static Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkPolyDataContourLineInterpolator.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.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
virtual vtkPolyDataCollection Kitware.VTK.vtkPolyDataContourLineInterpolator.GetPolys | ( | ) | [virtual] |
Be sure to add polydata on which you wish to place points to this list or they will not be considered for placement.
override int Kitware.VTK.vtkPolyDataContourLineInterpolator.InterpolateLine | ( | vtkRenderer | ren, |
vtkContourRepresentation | rep, | ||
int | idx1, | ||
int | idx2 | ||
) | [virtual] |
Subclasses that wish to interpolate a line segment must implement this. For instance vtkBezierContourLineInterpolator adds nodes between idx1 and idx2, that allow the contour to adhere to a bezier curve.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
override int Kitware.VTK.vtkPolyDataContourLineInterpolator.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
static new int Kitware.VTK.vtkPolyDataContourLineInterpolator.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
new vtkPolyDataContourLineInterpolator Kitware.VTK.vtkPolyDataContourLineInterpolator.NewInstance | ( | ) |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
static new vtkPolyDataContourLineInterpolator Kitware.VTK.vtkPolyDataContourLineInterpolator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
override int Kitware.VTK.vtkPolyDataContourLineInterpolator.UpdateNode | ( | vtkRenderer | arg0, |
vtkContourRepresentation | arg1, | ||
IntPtr | arg2, | ||
int | arg3 | ||
) | [virtual] |
The interpolator is given a chance to update the node. vtkImageContourLineInterpolator updates the idx'th node in the contour, so it automatically sticks to edges in the vicinity as the user constructs the contour. Returns 0 if the node (world position) is unchanged.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
static internal IntPtr Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_GetPolys_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_InterpolateLine_02 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
HandleRef | rep, | ||
int | idx1, | ||
int | idx2 | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_UpdateNode_07 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | arg1, | ||
IntPtr | arg2, | ||
int | arg3 | ||
) | [private] |
new readonly string Kitware.VTK.vtkPolyDataContourLineInterpolator.MRClassNameKey = "34vtkPolyDataContourLineInterpolator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.
new const string Kitware.VTK.vtkPolyDataContourLineInterpolator.MRFullTypeName = "Kitware.VTK.vtkPolyDataContourLineInterpolator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
Reimplemented in Kitware.VTK.vtkPolygonalSurfaceContourLineInterpolator.