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

vtkLine - cell represents a 1D line More...

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

List of all members.

Public Member Functions

 vtkLine (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkLine ()
 Undocumented Block.
override int CellBoundary (int subId, IntPtr pcoords, vtkIdList pts)
 See the vtkCell API for descriptions of these methods.
override void Clip (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray lines, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd, int insideOut)
 Clip this line using scalar value provided. Like contouring, except that it cuts the line to produce other lines.
override void Contour (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray verts, vtkCellArray lines, vtkCellArray polys, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd)
 See the vtkCell API for descriptions of these methods.
override void Derivatives (int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
 See the vtkCell API for descriptions of these methods.
override void EvaluateLocation (ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
 See the vtkCell API for descriptions of these methods.
override int EvaluatePosition (IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
 See the vtkCell API for descriptions of these methods.
override int GetCellDimension ()
 See the vtkCell API for descriptions of these methods.
override int GetCellType ()
 See the vtkCell API for descriptions of these methods.
override vtkCell GetEdge (int arg0)
 See the vtkCell API for descriptions of these methods.
override vtkCell GetFace (int arg0)
 See the vtkCell API for descriptions of these methods.
override int GetNumberOfEdges ()
 See the vtkCell API for descriptions of these methods.
override int GetNumberOfFaces ()
 See the vtkCell API for descriptions of these methods.
override int GetParametricCenter (IntPtr pcoords)
override IntPtr GetParametricCoords ()
 See the vtkCell API for descriptions of these methods.
override void InterpolateDerivs (IntPtr pcoords, IntPtr derivs)
 Compute the interpolation functions/derivatives (aka shape functions/derivatives)
override void InterpolateFunctions (IntPtr pcoords, IntPtr weights)
 Compute the interpolation functions/derivatives (aka shape functions/derivatives)
override int IntersectWithLine (IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
 Line-line intersection. Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.
override int IsA (string type)
 Undocumented Block.
new vtkLine NewInstance ()
 Undocumented Block.
override int Triangulate (int index, vtkIdList ptIds, vtkPoints pts)
 See the vtkCell API for descriptions of these methods.

Static Public Member Functions

static new vtkLine New ()
 Undocumented Block.
static double DistanceBetweenLineSegments (IntPtr l0, IntPtr l1, IntPtr m0, IntPtr m1, IntPtr closestPt1, IntPtr closestPt2, ref double t1, ref double t2)
 Computes the shortest distance squared between two finite line segments defined by their end points (l0,l1) and (m0,m1). Upon return, the closest points on the two line segments will be stored in closestPt1 and closestPt2. Their parametric coords (0 <= t0, t1 <= 1) will be stored in t0 and t1. The return value is the shortest distance squared between the two line-segments.
static double DistanceBetweenLines (IntPtr l0, IntPtr l1, IntPtr m0, IntPtr m1, IntPtr closestPt1, IntPtr closestPt2, ref double t1, ref double t2)
 Computes the shortest distance squared between two infinite lines, each defined by a pair of points (l0,l1) and (m0,m1). Upon return, the closest points on the two line segments will be stored in closestPt1 and closestPt2. Their parametric coords (-inf <= t0, t1 <= inf) will be stored in t0 and t1. The return value is the shortest distance squared between the two line-segments.
static double DistanceToLine (IntPtr x, IntPtr p1, IntPtr p2, ref double t, IntPtr closestPoint)
 Compute the distance of a point x to a finite line (p1,p2). The method computes the parametric coordinate t and the point location on the line. Note that t is unconstrained (i.e., it may lie outside the range [0,1]) but the closest point will lie within the finite line [p1,p2]. Also, the method returns the distance squared between x and the line (p1,p2).
static double DistanceToLine (IntPtr x, IntPtr p1, IntPtr p2)
 Determine the distance of the current vertex to the edge defined by the vertices provided. Returns distance squared. Note: line is assumed infinite in extent.
static void InterpolationDerivs (IntPtr pcoords, IntPtr derivs)
static void InterpolationFunctions (IntPtr pcoords, IntPtr weights)
static int Intersection (IntPtr p1, IntPtr p2, IntPtr x1, IntPtr x2, ref double u, ref double v)
 Performs intersection of two finite 3D lines. An intersection is found if the projection of the two lines onto the plane perpendicular to the cross product of the two lines intersect. The parameters (u,v) are the parametric coordinates of the lines at the position of closest approach.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkLine SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "7vtkLine"
 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 vtkLine_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLine_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkLine_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef lines, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd, int insideOut)
static internal void vtkLine_Contour_03 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef verts, HandleRef lines, HandleRef polys, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd)
static internal void vtkLine_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal double vtkLine_DistanceBetweenLineSegments_05 (IntPtr l0, IntPtr l1, IntPtr m0, IntPtr m1, IntPtr closestPt1, IntPtr closestPt2, ref double t1, ref double t2)
static internal double vtkLine_DistanceBetweenLines_06 (IntPtr l0, IntPtr l1, IntPtr m0, IntPtr m1, IntPtr closestPt1, IntPtr closestPt2, ref double t1, ref double t2)
static internal double vtkLine_DistanceToLine_07 (IntPtr x, IntPtr p1, IntPtr p2, ref double t, IntPtr closestPoint)
static internal double vtkLine_DistanceToLine_08 (IntPtr x, IntPtr p1, IntPtr p2)
static internal void vtkLine_EvaluateLocation_09 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkLine_EvaluatePosition_10 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkLine_GetCellDimension_11 (HandleRef pThis)
static internal int vtkLine_GetCellType_12 (HandleRef pThis)
static internal IntPtr vtkLine_GetEdge_13 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLine_GetFace_14 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLine_GetNumberOfEdges_15 (HandleRef pThis)
static internal int vtkLine_GetNumberOfFaces_16 (HandleRef pThis)
static internal int vtkLine_GetParametricCenter_17 (HandleRef pThis, IntPtr pcoords)
static internal IntPtr vtkLine_GetParametricCoords_18 (HandleRef pThis)
static internal void vtkLine_InterpolateDerivs_19 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkLine_InterpolateFunctions_20 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal void vtkLine_InterpolationDerivs_21 (IntPtr pcoords, IntPtr derivs)
static internal void vtkLine_InterpolationFunctions_22 (IntPtr pcoords, IntPtr weights)
static internal int vtkLine_IntersectWithLine_23 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkLine_Intersection_24 (IntPtr p1, IntPtr p2, IntPtr x1, IntPtr x2, ref double u, ref double v)
static internal int vtkLine_IsA_25 (HandleRef pThis, string type)
static internal int vtkLine_IsTypeOf_26 (string type)
static internal IntPtr vtkLine_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLine_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLine_Triangulate_30 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkLine ()
 Automatically generated type registration mechanics.

Detailed Description

vtkLine - cell represents a 1D line

Description vtkLine is a concrete implementation of vtkCell to represent a 1D line.


Constructor & Destructor Documentation

static Kitware.VTK.vtkLine.vtkLine ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override int Kitware.VTK.vtkLine.CellBoundary ( int  subId,
IntPtr  pcoords,
vtkIdList  pts 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkLine.Clip ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  lines,
vtkPointData  inPd,
vtkPointData  outPd,
vtkCellData  inCd,
int  cellId,
vtkCellData  outCd,
int  insideOut 
) [virtual]

Clip this line using scalar value provided. Like contouring, except that it cuts the line to produce other lines.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkLine.Contour ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  verts,
vtkCellArray  lines,
vtkCellArray  polys,
vtkPointData  inPd,
vtkPointData  outPd,
vtkCellData  inCd,
int  cellId,
vtkCellData  outCd 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkLine.Derivatives ( int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkLine.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.vtkCell.

static double Kitware.VTK.vtkLine.DistanceBetweenLines ( IntPtr  l0,
IntPtr  l1,
IntPtr  m0,
IntPtr  m1,
IntPtr  closestPt1,
IntPtr  closestPt2,
ref double  t1,
ref double  t2 
) [static]

Computes the shortest distance squared between two infinite lines, each defined by a pair of points (l0,l1) and (m0,m1). Upon return, the closest points on the two line segments will be stored in closestPt1 and closestPt2. Their parametric coords (-inf <= t0, t1 <= inf) will be stored in t0 and t1. The return value is the shortest distance squared between the two line-segments.

static double Kitware.VTK.vtkLine.DistanceBetweenLineSegments ( IntPtr  l0,
IntPtr  l1,
IntPtr  m0,
IntPtr  m1,
IntPtr  closestPt1,
IntPtr  closestPt2,
ref double  t1,
ref double  t2 
) [static]

Computes the shortest distance squared between two finite line segments defined by their end points (l0,l1) and (m0,m1). Upon return, the closest points on the two line segments will be stored in closestPt1 and closestPt2. Their parametric coords (0 <= t0, t1 <= 1) will be stored in t0 and t1. The return value is the shortest distance squared between the two line-segments.

static double Kitware.VTK.vtkLine.DistanceToLine ( IntPtr  x,
IntPtr  p1,
IntPtr  p2,
ref double  t,
IntPtr  closestPoint 
) [static]

Compute the distance of a point x to a finite line (p1,p2). The method computes the parametric coordinate t and the point location on the line. Note that t is unconstrained (i.e., it may lie outside the range [0,1]) but the closest point will lie within the finite line [p1,p2]. Also, the method returns the distance squared between x and the line (p1,p2).

static double Kitware.VTK.vtkLine.DistanceToLine ( IntPtr  x,
IntPtr  p1,
IntPtr  p2 
) [static]

Determine the distance of the current vertex to the edge defined by the vertices provided. Returns distance squared. Note: line is assumed infinite in extent.

override void Kitware.VTK.vtkLine.EvaluateLocation ( ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkLine.EvaluatePosition ( IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkLine.GetCellDimension ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkLine.GetCellType ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override vtkCell Kitware.VTK.vtkLine.GetEdge ( int  arg0) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override vtkCell Kitware.VTK.vtkLine.GetFace ( int  arg0) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override int Kitware.VTK.vtkLine.GetNumberOfEdges ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkLine.GetNumberOfFaces ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkLine.GetParametricCenter ( IntPtr  pcoords) [virtual]

----------------------------------------------------------------------------

Reimplemented from Kitware.VTK.vtkCell.

override IntPtr Kitware.VTK.vtkLine.GetParametricCoords ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkLine.InterpolateDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [virtual]

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkLine.InterpolateFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [virtual]

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

Reimplemented from Kitware.VTK.vtkCell.

static void Kitware.VTK.vtkLine.InterpolationDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [static]
static void Kitware.VTK.vtkLine.InterpolationFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [static]
static int Kitware.VTK.vtkLine.Intersection ( IntPtr  p1,
IntPtr  p2,
IntPtr  x1,
IntPtr  x2,
ref double  u,
ref double  v 
) [static]

Performs intersection of two finite 3D lines. An intersection is found if the projection of the two lines onto the plane perpendicular to the cross product of the two lines intersect. The parameters (u,v) are the parametric coordinates of the lines at the position of closest approach.

override int Kitware.VTK.vtkLine.IntersectWithLine ( IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [virtual]

Line-line intersection. Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

static new vtkLine Kitware.VTK.vtkLine.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override int Kitware.VTK.vtkLine.Triangulate ( int  index,
vtkIdList  ptIds,
vtkPoints  pts 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

static internal int Kitware.VTK.vtkLine.vtkLine_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_Clip_02 ( HandleRef  pThis,
double  value,
HandleRef  cellScalars,
HandleRef  locator,
HandleRef  lines,
HandleRef  inPd,
HandleRef  outPd,
HandleRef  inCd,
int  cellId,
HandleRef  outCd,
int  insideOut 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_Contour_03 ( HandleRef  pThis,
double  value,
HandleRef  cellScalars,
HandleRef  locator,
HandleRef  verts,
HandleRef  lines,
HandleRef  polys,
HandleRef  inPd,
HandleRef  outPd,
HandleRef  inCd,
int  cellId,
HandleRef  outCd 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_Derivatives_04 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal double Kitware.VTK.vtkLine.vtkLine_DistanceBetweenLines_06 ( IntPtr  l0,
IntPtr  l1,
IntPtr  m0,
IntPtr  m1,
IntPtr  closestPt1,
IntPtr  closestPt2,
ref double  t1,
ref double  t2 
) [private]
static internal double Kitware.VTK.vtkLine.vtkLine_DistanceBetweenLineSegments_05 ( IntPtr  l0,
IntPtr  l1,
IntPtr  m0,
IntPtr  m1,
IntPtr  closestPt1,
IntPtr  closestPt2,
ref double  t1,
ref double  t2 
) [private]
static internal double Kitware.VTK.vtkLine.vtkLine_DistanceToLine_07 ( IntPtr  x,
IntPtr  p1,
IntPtr  p2,
ref double  t,
IntPtr  closestPoint 
) [private]
static internal double Kitware.VTK.vtkLine.vtkLine_DistanceToLine_08 ( IntPtr  x,
IntPtr  p1,
IntPtr  p2 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_EvaluateLocation_09 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_EvaluatePosition_10 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_GetCellDimension_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_GetCellType_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLine.vtkLine_GetEdge_13 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLine.vtkLine_GetFace_14 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_GetNumberOfEdges_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_GetNumberOfFaces_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_GetParametricCenter_17 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal IntPtr Kitware.VTK.vtkLine.vtkLine_GetParametricCoords_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_InterpolateDerivs_19 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_InterpolateFunctions_20 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_InterpolationDerivs_21 ( IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkLine.vtkLine_InterpolationFunctions_22 ( IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_Intersection_24 ( IntPtr  p1,
IntPtr  p2,
IntPtr  x1,
IntPtr  x2,
ref double  u,
ref double  v 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_IntersectWithLine_23 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_IsA_25 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_IsTypeOf_26 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkLine.vtkLine_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLine.vtkLine_NewInstance_28 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLine.vtkLine_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkLine.vtkLine_Triangulate_30 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkLine.MRClassNameKey = "7vtkLine" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell.


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