ActiViz .NET
5.8.0
|
vtkDijkstraImageContourLineInterpolator - Contour interpolator for placing points on an image. More...
Public Member Functions | |
vtkDijkstraImageContourLineInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDijkstraImageContourLineInterpolator () | |
Standard methods for instances of this class. | |
virtual vtkImageData | GetCostImage () |
Set the image data for the vtkDijkstraImageGeodesicPath. If not set, the interpolator uses the image data input to the image actor. The image actor is obtained from the expected vtkImageActorPointPlacer. | |
virtual vtkDijkstraImageGeodesicPath | GetDijkstraImageGeodesicPath () |
access to the internal dijkstra path | |
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 vtkDijkstraImageContourLineInterpolator | NewInstance () |
Standard methods for instances of this class. | |
virtual void | SetCostImage (vtkImageData arg0) |
Set the image data for the vtkDijkstraImageGeodesicPath. If not set, the interpolator uses the image data input to the image actor. The image actor is obtained from the expected vtkImageActorPointPlacer. | |
Static Public Member Functions | |
static new vtkDijkstraImageContourLineInterpolator | New () |
Standard methods for instances of this class. | |
static new int | IsTypeOf (string type) |
Standard methods for instances of this class. | |
static new vtkDijkstraImageContourLineInterpolator | SafeDownCast (vtkObjectBase o) |
Standard methods for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDijkstraImageContourLineInterpolator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "39vtkDijkstraImageContourLineInterpolator" |
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 | vtkDijkstraImageContourLineInterpolator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDijkstraImageContourLineInterpolator_GetCostImage_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDijkstraImageContourLineInterpolator_GetDijkstraImageGeodesicPath_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDijkstraImageContourLineInterpolator_InterpolateLine_03 (HandleRef pThis, HandleRef ren, HandleRef rep, int idx1, int idx2) |
static internal int | vtkDijkstraImageContourLineInterpolator_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkDijkstraImageContourLineInterpolator_IsTypeOf_05 (string type) |
static internal IntPtr | vtkDijkstraImageContourLineInterpolator_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDijkstraImageContourLineInterpolator_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDijkstraImageContourLineInterpolator_SetCostImage_09 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkDijkstraImageContourLineInterpolator () |
Automatically generated type registration mechanics. |
vtkDijkstraImageContourLineInterpolator - Contour interpolator for placing points on an image.
Description vtkDijkstraImageContourLineInterpolator interpolates and places contour points on images. The class interpolates nodes by computing a graph lying on the image data. By graph, we mean that the line interpolating the two end points traverses along pixels so as to form a shortest path. A Dijkstra algorithm is used to compute the path.
The class is meant to be used in conjunction with vtkImageActorPointPlacer. One reason for this coupling is a performance issue: both classes need to perform a cell pick, and coupling avoids multiple cell picks (cell picks are slow). Another issue is that the interpolator may need to set the image input to its vtkDijkstraImageGeodesicPath ivar.
vtkContourWidget vtkContourLineInterpolator vtkDijkstraImageGeodesicPath
static Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Standard methods for instances of this class.
override void Kitware.VTK.vtkDijkstraImageContourLineInterpolator.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.
virtual vtkImageData Kitware.VTK.vtkDijkstraImageContourLineInterpolator.GetCostImage | ( | ) | [virtual] |
Set the image data for the vtkDijkstraImageGeodesicPath. If not set, the interpolator uses the image data input to the image actor. The image actor is obtained from the expected vtkImageActorPointPlacer.
virtual vtkDijkstraImageGeodesicPath Kitware.VTK.vtkDijkstraImageContourLineInterpolator.GetDijkstraImageGeodesicPath | ( | ) | [virtual] |
access to the internal dijkstra path
override int Kitware.VTK.vtkDijkstraImageContourLineInterpolator.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.
override int Kitware.VTK.vtkDijkstraImageContourLineInterpolator.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
static new int Kitware.VTK.vtkDijkstraImageContourLineInterpolator.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
static new vtkDijkstraImageContourLineInterpolator Kitware.VTK.vtkDijkstraImageContourLineInterpolator.New | ( | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkObject.
new vtkDijkstraImageContourLineInterpolator Kitware.VTK.vtkDijkstraImageContourLineInterpolator.NewInstance | ( | ) |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
static new vtkDijkstraImageContourLineInterpolator Kitware.VTK.vtkDijkstraImageContourLineInterpolator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
virtual void Kitware.VTK.vtkDijkstraImageContourLineInterpolator.SetCostImage | ( | vtkImageData | arg0 | ) | [virtual] |
Set the image data for the vtkDijkstraImageGeodesicPath. If not set, the interpolator uses the image data input to the image actor. The image actor is obtained from the expected vtkImageActorPointPlacer.
static internal IntPtr Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_GetCostImage_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_GetDijkstraImageGeodesicPath_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_InterpolateLine_03 | ( | HandleRef | pThis, |
HandleRef | ren, | ||
HandleRef | rep, | ||
int | idx1, | ||
int | idx2 | ||
) | [private] |
static internal int Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDijkstraImageContourLineInterpolator.vtkDijkstraImageContourLineInterpolator_SetCostImage_09 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkDijkstraImageContourLineInterpolator.MRClassNameKey = "39vtkDijkstraImageContourLineInterpolator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.
new const string Kitware.VTK.vtkDijkstraImageContourLineInterpolator.MRFullTypeName = "Kitware.VTK.vtkDijkstraImageContourLineInterpolator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkContourLineInterpolator.