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

vtkPolyLine - cell represents a set of 1D lines More...

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

List of all members.

Public Member Functions

 vtkPolyLine (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPolyLine ()
 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)
 See the vtkCell API for descriptions of these methods.
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)
 Return the center of the point cloud in parametric coordinates.
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)
 See the vtkCell API for descriptions of these methods.
override int IsA (string type)
 Undocumented Block.
override int IsPrimaryCell ()
 See the vtkCell API for descriptions of these methods.
new vtkPolyLine 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 vtkPolyLine New ()
 Undocumented Block.
static int GenerateSlidingNormals (vtkPoints arg0, vtkCellArray arg1, vtkDataArray arg2)
 Given points and lines, compute normals to lines. These are not true normals, they are "orientation" normals used by classes like vtkTubeFilte that control the rotation around the line. The normals try to stay pointing in the same direction as much as possible (i.e., minimal rotation).
static int GenerateSlidingNormals (vtkPoints arg0, vtkCellArray arg1, vtkDataArray arg2, IntPtr firstNormal)
 Given points and lines, compute normals to lines. These are not true normals, they are "orientation" normals used by classes like vtkTubeFilte that control the rotation around the line. The normals try to stay pointing in the same direction as much as possible (i.e., minimal rotation).
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPolyLine SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkPolyLine"
 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 vtkPolyLine_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPolyLine_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkPolyLine_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 vtkPolyLine_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 vtkPolyLine_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkPolyLine_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkPolyLine_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkPolyLine_GenerateSlidingNormals_07 (HandleRef arg0, HandleRef arg1, HandleRef arg2)
static internal int vtkPolyLine_GenerateSlidingNormals_08 (HandleRef arg0, HandleRef arg1, HandleRef arg2, IntPtr firstNormal)
static internal int vtkPolyLine_GetCellDimension_09 (HandleRef pThis)
static internal int vtkPolyLine_GetCellType_10 (HandleRef pThis)
static internal IntPtr vtkPolyLine_GetEdge_11 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyLine_GetFace_12 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPolyLine_GetNumberOfEdges_13 (HandleRef pThis)
static internal int vtkPolyLine_GetNumberOfFaces_14 (HandleRef pThis)
static internal int vtkPolyLine_GetParametricCenter_15 (HandleRef pThis, IntPtr pcoords)
static internal void vtkPolyLine_InterpolateDerivs_16 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkPolyLine_InterpolateFunctions_17 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal int vtkPolyLine_IntersectWithLine_18 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkPolyLine_IsA_19 (HandleRef pThis, string type)
static internal int vtkPolyLine_IsPrimaryCell_20 (HandleRef pThis)
static internal int vtkPolyLine_IsTypeOf_21 (string type)
static internal IntPtr vtkPolyLine_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyLine_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPolyLine_Triangulate_25 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkPolyLine ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPolyLine - cell represents a set of 1D lines

Description vtkPolyLine is a concrete implementation of vtkCell to represent a set of 1D lines.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkPolyLine.vtkPolyLine ( 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.vtkPolyLine.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.vtkPolyLine.Clip ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  lines,
vtkPointData  inPd,
vtkPointData  outPd,
vtkCellData  inCd,
int  cellId,
vtkCellData  outCd,
int  insideOut 
) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

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

static int Kitware.VTK.vtkPolyLine.GenerateSlidingNormals ( vtkPoints  arg0,
vtkCellArray  arg1,
vtkDataArray  arg2 
) [static]

Given points and lines, compute normals to lines. These are not true normals, they are "orientation" normals used by classes like vtkTubeFilte that control the rotation around the line. The normals try to stay pointing in the same direction as much as possible (i.e., minimal rotation).

static int Kitware.VTK.vtkPolyLine.GenerateSlidingNormals ( vtkPoints  arg0,
vtkCellArray  arg1,
vtkDataArray  arg2,
IntPtr  firstNormal 
) [static]

Given points and lines, compute normals to lines. These are not true normals, they are "orientation" normals used by classes like vtkTubeFilte that control the rotation around the line. The normals try to stay pointing in the same direction as much as possible (i.e., minimal rotation).

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override vtkCell Kitware.VTK.vtkPolyLine.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.vtkPolyLine.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.vtkPolyLine.GetNumberOfEdges ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Return the center of the point cloud in parametric coordinates.

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkPolyLine.IsPrimaryCell ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

static new vtkPolyLine Kitware.VTK.vtkPolyLine.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.vtkPolyLine.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.vtkPolyLine.vtkPolyLine_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkPolyLine.vtkPolyLine_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.vtkPolyLine.vtkPolyLine_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.vtkPolyLine.vtkPolyLine_Derivatives_04 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkPolyLine.vtkPolyLine_EvaluateLocation_05 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_EvaluatePosition_06 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GenerateSlidingNormals_07 ( HandleRef  arg0,
HandleRef  arg1,
HandleRef  arg2 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GenerateSlidingNormals_08 ( HandleRef  arg0,
HandleRef  arg1,
HandleRef  arg2,
IntPtr  firstNormal 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GetCellDimension_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GetCellType_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPolyLine.vtkPolyLine_GetEdge_11 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyLine.vtkPolyLine_GetFace_12 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GetNumberOfEdges_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GetNumberOfFaces_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_GetParametricCenter_15 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal void Kitware.VTK.vtkPolyLine.vtkPolyLine_InterpolateDerivs_16 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkPolyLine.vtkPolyLine_InterpolateFunctions_17 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_IntersectWithLine_18 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_IsPrimaryCell_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_IsTypeOf_21 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPolyLine.vtkPolyLine_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyLine.vtkPolyLine_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyLine.vtkPolyLine_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPolyLine.vtkPolyLine_Triangulate_25 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPolyLine.MRClassNameKey = "11vtkPolyLine" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell.


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