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

vtkTetra - a 3D cell that represents a tetrahedron More...

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

List of all members.

Public Member Functions

 vtkTetra (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTetra ()
 Undocumented Block.
override int CellBoundary (int subId, IntPtr pcoords, vtkIdList pts)
 Returns the set of points that are on the boundary of the tetrahedron that are closest parametrically to the point specified. This may include faces, edges, or vertices.
override void Clip (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray connectivity, 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 GetCellType ()
 See the vtkCell API for descriptions of these methods.
override vtkCell GetEdge (int edgeId)
 See the vtkCell API for descriptions of these methods.
override vtkCell GetFace (int faceId)
 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 ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.
override IntPtr GetParametricCoords ()
 See the vtkCell API for descriptions of these methods.
override double GetParametricDistance (IntPtr pcoords)
 Return the distance of the parametric coordinate provided to the cell. If inside the cell, a distance of zero is returned.
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.
new vtkTetra 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 vtkTetra New ()
 Undocumented Block.
static int BarycentricCoords (IntPtr x, IntPtr x1, IntPtr x2, IntPtr x3, IntPtr x4, IntPtr bcoords)
 Given a 3D point x[3], determine the barycentric coordinates of the point. Barycentric coordinates are a natural coordinate system for simplices that express a position as a linear combination of the vertices. For a tetrahedron, there are four barycentric coordinates (because there are four vertices), and the sum of the coordinates must equal 1. If a point x is inside a simplex, then all four coordinates will be strictly positive. If three coordinates are zero (so the fourth =1), then the point x is on a vertex. If two coordinates are zero, the point x is on an edge (and so on). In this method, you must specify the vertex coordinates x1->x4. Returns 0 if tetrahedron is degenerate.
static double Circumsphere (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4, IntPtr center)
 Compute the circumcenter (center[3]) and radius squared (method return value) of a tetrahedron defined by the four points x1, x2, x3, and x4.
static double ComputeVolume (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4)
 Compute the volume of a tetrahedron defined by the four points p1, p2, p3, and p4.
static int[] GetEdgeArray (int edgeId)
 Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.
static int[] GetFaceArray (int faceId)
 Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.
static double Insphere (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4, IntPtr center)
 Compute the center (center[3]) and radius (method return value) of a sphere that just fits inside the faces of a tetrahedron defined by the four points x1, x2, x3, and x4.
static void InterpolationDerivs (IntPtr pcoords, IntPtr derivs)
static void InterpolationFunctions (IntPtr pcoords, IntPtr weights)
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTetra SafeDownCast (vtkObjectBase o)
 Undocumented Block.
static void TetraCenter (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4, IntPtr center)
 Compute the center of the tetrahedron,.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "8vtkTetra"
 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 vtkTetra_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTetra_BarycentricCoords_01 (IntPtr x, IntPtr x1, IntPtr x2, IntPtr x3, IntPtr x4, IntPtr bcoords)
static internal int vtkTetra_CellBoundary_02 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal double vtkTetra_Circumsphere_03 (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4, IntPtr center)
static internal void vtkTetra_Clip_04 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef connectivity, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd, int insideOut)
static internal double vtkTetra_ComputeVolume_05 (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4)
static internal void vtkTetra_Contour_06 (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 vtkTetra_Derivatives_07 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkTetra_EvaluateLocation_08 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkTetra_EvaluatePosition_09 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkTetra_GetCellType_10 (HandleRef pThis)
static internal IntPtr vtkTetra_GetEdge_11 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTetra_GetEdgeArray_12 (int edgeId)
static internal IntPtr vtkTetra_GetFace_13 (HandleRef pThis, int faceId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTetra_GetFaceArray_14 (int faceId)
static internal int vtkTetra_GetNumberOfEdges_15 (HandleRef pThis)
static internal int vtkTetra_GetNumberOfFaces_16 (HandleRef pThis)
static internal int vtkTetra_GetParametricCenter_17 (HandleRef pThis, IntPtr pcoords)
static internal IntPtr vtkTetra_GetParametricCoords_18 (HandleRef pThis)
static internal double vtkTetra_GetParametricDistance_19 (HandleRef pThis, IntPtr pcoords)
static internal double vtkTetra_Insphere_20 (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4, IntPtr center)
static internal void vtkTetra_InterpolateDerivs_21 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkTetra_InterpolateFunctions_22 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal void vtkTetra_InterpolationDerivs_23 (IntPtr pcoords, IntPtr derivs)
static internal void vtkTetra_InterpolationFunctions_24 (IntPtr pcoords, IntPtr weights)
static internal int vtkTetra_IntersectWithLine_25 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkTetra_IsA_26 (HandleRef pThis, string type)
static internal int vtkTetra_IsTypeOf_27 (string type)
static internal IntPtr vtkTetra_NewInstance_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTetra_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTetra_TetraCenter_31 (IntPtr p1, IntPtr p2, IntPtr p3, IntPtr p4, IntPtr center)
static internal int vtkTetra_Triangulate_32 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkTetra ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTetra - a 3D cell that represents a tetrahedron

Description vtkTetra is a concrete implementation of vtkCell to represent a 3D tetrahedron. vtkTetra uses the standard isoparametric shape functions for a linear tetrahedron. The tetrahedron is defined by the four points (0-3); where (0,1,2) is the base of the tetrahedron which, using the right hand rule, forms a triangle whose normal points in the direction of the fourth point.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

static int Kitware.VTK.vtkTetra.BarycentricCoords ( IntPtr  x,
IntPtr  x1,
IntPtr  x2,
IntPtr  x3,
IntPtr  x4,
IntPtr  bcoords 
) [static]

Given a 3D point x[3], determine the barycentric coordinates of the point. Barycentric coordinates are a natural coordinate system for simplices that express a position as a linear combination of the vertices. For a tetrahedron, there are four barycentric coordinates (because there are four vertices), and the sum of the coordinates must equal 1. If a point x is inside a simplex, then all four coordinates will be strictly positive. If three coordinates are zero (so the fourth =1), then the point x is on a vertex. If two coordinates are zero, the point x is on an edge (and so on). In this method, you must specify the vertex coordinates x1->x4. Returns 0 if tetrahedron is degenerate.

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

Returns the set of points that are on the boundary of the tetrahedron that are closest parametrically to the point specified. This may include faces, edges, or vertices.

Reimplemented from Kitware.VTK.vtkCell.

static double Kitware.VTK.vtkTetra.Circumsphere ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4,
IntPtr  center 
) [static]

Compute the circumcenter (center[3]) and radius squared (method return value) of a tetrahedron defined by the four points x1, x2, x3, and x4.

override void Kitware.VTK.vtkTetra.Clip ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  connectivity,
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.vtkCell3D.

static double Kitware.VTK.vtkTetra.ComputeVolume ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4 
) [static]

Compute the volume of a tetrahedron defined by the four points p1, p2, p3, and p4.

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

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

override void Kitware.VTK.vtkTetra.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.vtkTetra.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.vtkTetra.GetCellType ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override vtkCell Kitware.VTK.vtkTetra.GetEdge ( int  edgeId) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

static int [] Kitware.VTK.vtkTetra.GetEdgeArray ( int  edgeId) [static]

Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.

override vtkCell Kitware.VTK.vtkTetra.GetFace ( int  faceId) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

static int [] Kitware.VTK.vtkTetra.GetFaceArray ( int  faceId) [static]

Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override double Kitware.VTK.vtkTetra.GetParametricDistance ( IntPtr  pcoords) [virtual]

Return the distance of the parametric coordinate provided to the cell. If inside the cell, a distance of zero is returned.

Reimplemented from Kitware.VTK.vtkCell.

static double Kitware.VTK.vtkTetra.Insphere ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4,
IntPtr  center 
) [static]

Compute the center (center[3]) and radius (method return value) of a sphere that just fits inside the faces of a tetrahedron defined by the four points x1, x2, x3, and x4.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

static void Kitware.VTK.vtkTetra.InterpolationDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [static]
static void Kitware.VTK.vtkTetra.InterpolationFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [static]
override int Kitware.VTK.vtkTetra.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.vtkTetra.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell3D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell3D.

Here is the call graph for this function:

static void Kitware.VTK.vtkTetra.TetraCenter ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4,
IntPtr  center 
) [static]

Compute the center of the tetrahedron,.

override int Kitware.VTK.vtkTetra.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.vtkTetra.vtkTetra_BarycentricCoords_01 ( IntPtr  x,
IntPtr  x1,
IntPtr  x2,
IntPtr  x3,
IntPtr  x4,
IntPtr  bcoords 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_CellBoundary_02 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal double Kitware.VTK.vtkTetra.vtkTetra_Circumsphere_03 ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4,
IntPtr  center 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_Clip_04 ( HandleRef  pThis,
double  value,
HandleRef  cellScalars,
HandleRef  locator,
HandleRef  connectivity,
HandleRef  inPd,
HandleRef  outPd,
HandleRef  inCd,
int  cellId,
HandleRef  outCd,
int  insideOut 
) [private]
static internal double Kitware.VTK.vtkTetra.vtkTetra_ComputeVolume_05 ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_Contour_06 ( 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.vtkTetra.vtkTetra_Derivatives_07 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_EvaluateLocation_08 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_EvaluatePosition_09 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_GetCellType_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_GetEdge_11 ( HandleRef  pThis,
int  edgeId,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_GetEdgeArray_12 ( int  edgeId) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_GetFace_13 ( HandleRef  pThis,
int  faceId,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_GetFaceArray_14 ( int  faceId) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_GetNumberOfEdges_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_GetNumberOfFaces_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_GetParametricCenter_17 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_GetParametricCoords_18 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkTetra.vtkTetra_GetParametricDistance_19 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal double Kitware.VTK.vtkTetra.vtkTetra_Insphere_20 ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4,
IntPtr  center 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_InterpolateDerivs_21 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_InterpolateFunctions_22 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_InterpolationDerivs_23 ( IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_InterpolationFunctions_24 ( IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_IntersectWithLine_25 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_IsA_26 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_IsTypeOf_27 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_NewInstance_29 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTetra.vtkTetra_SafeDownCast_30 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTetra.vtkTetra_TetraCenter_31 ( IntPtr  p1,
IntPtr  p2,
IntPtr  p3,
IntPtr  p4,
IntPtr  center 
) [private]
static internal int Kitware.VTK.vtkTetra.vtkTetra_Triangulate_32 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTetra.MRClassNameKey = "8vtkTetra" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell3D.


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