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

vtkQuadraticTetra - cell represents a parabolic, 10-node isoparametric tetrahedron More...

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

List of all members.

Public Member Functions

 vtkQuadraticTetra (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkQuadraticTetra ()
 Undocumented Block.
override int CellBoundary (int subId, IntPtr pcoords, vtkIdList pts)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void Clip (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray tetras, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd, int insideOut)
 Clip this edge using scalar value provided. Like contouring, except that it cuts the tetra to produce new tetras.
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)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void Derivatives (int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void EvaluateLocation (ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
 Implement the vtkCell API. 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)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetCellDimension ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetCellType ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override vtkCell GetEdge (int arg0)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override vtkCell GetFace (int arg0)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetNumberOfEdges ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetNumberOfFaces ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetParametricCenter (IntPtr pcoords)
 Return the center of the quadratic tetra in parametric coordinates.
override IntPtr GetParametricCoords ()
 Implement the vtkCell API. 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)
 Line-edge intersection. Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.
override int IsA (string type)
 Undocumented Block.
new vtkQuadraticTetra NewInstance ()
 Undocumented Block.
override int Triangulate (int index, vtkIdList ptIds, vtkPoints pts)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Static Public Member Functions

static new vtkQuadraticTetra New ()
 Undocumented Block.
static IntPtr 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 IntPtr 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 void InterpolationDerivs (IntPtr pcoords, IntPtr derivs)
static void InterpolationFunctions (IntPtr pcoords, IntPtr weights)
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkQuadraticTetra SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkQuadraticTetra"
 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 vtkQuadraticTetra_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkQuadraticTetra_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkQuadraticTetra_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef tetras, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd, int insideOut)
static internal void vtkQuadraticTetra_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 vtkQuadraticTetra_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkQuadraticTetra_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkQuadraticTetra_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkQuadraticTetra_GetCellDimension_07 (HandleRef pThis)
static internal int vtkQuadraticTetra_GetCellType_08 (HandleRef pThis)
static internal IntPtr vtkQuadraticTetra_GetEdge_09 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQuadraticTetra_GetEdgeArray_10 (int edgeId)
static internal IntPtr vtkQuadraticTetra_GetFace_11 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQuadraticTetra_GetFaceArray_12 (int faceId)
static internal int vtkQuadraticTetra_GetNumberOfEdges_13 (HandleRef pThis)
static internal int vtkQuadraticTetra_GetNumberOfFaces_14 (HandleRef pThis)
static internal int vtkQuadraticTetra_GetParametricCenter_15 (HandleRef pThis, IntPtr pcoords)
static internal IntPtr vtkQuadraticTetra_GetParametricCoords_16 (HandleRef pThis)
static internal double vtkQuadraticTetra_GetParametricDistance_17 (HandleRef pThis, IntPtr pcoords)
static internal void vtkQuadraticTetra_InterpolateDerivs_18 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkQuadraticTetra_InterpolateFunctions_19 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal void vtkQuadraticTetra_InterpolationDerivs_20 (IntPtr pcoords, IntPtr derivs)
static internal void vtkQuadraticTetra_InterpolationFunctions_21 (IntPtr pcoords, IntPtr weights)
static internal int vtkQuadraticTetra_IntersectWithLine_22 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkQuadraticTetra_IsA_23 (HandleRef pThis, string type)
static internal int vtkQuadraticTetra_IsTypeOf_24 (string type)
static internal IntPtr vtkQuadraticTetra_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQuadraticTetra_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkQuadraticTetra_Triangulate_28 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkQuadraticTetra ()
 Automatically generated type registration mechanics.

Detailed Description

vtkQuadraticTetra - cell represents a parabolic, 10-node isoparametric tetrahedron

Description vtkQuadraticTetra is a concrete implementation of vtkNonLinearCell to represent a three-dimensional, 10-node, isoparametric parabolic tetrahedron. The interpolation is the standard finite element, quadratic isoparametric shape function. The cell includes a mid-edge node on each of the size edges of the tetrahedron. The ordering of the ten points defining the cell is point ids (0-3,4-9) where ids 0-3 are the four tetra vertices; and point ids 4-9 are the midedge nodes between (0,1), (1,2), (2,0), (0,3), (1,3), and (2,3).

vtkQuadraticEdge vtkQuadraticTriangle vtkQuadraticWedge vtkQuadraticQuad vtkQuadraticHexahedron vtkQuadraticPyramid


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra ( 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.vtkQuadraticTetra.CellBoundary ( int  subId,
IntPtr  pcoords,
vtkIdList  pts 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Clip this edge using scalar value provided. Like contouring, except that it cuts the tetra to produce new tetras.

Reimplemented from Kitware.VTK.vtkCell.

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

static IntPtr Kitware.VTK.vtkQuadraticTetra.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.vtkQuadraticTetra.GetFace ( int  arg0) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

static IntPtr Kitware.VTK.vtkQuadraticTetra.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.

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Return the center of the quadratic tetra in parametric coordinates.

Reimplemented from Kitware.VTK.vtkCell.

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override double Kitware.VTK.vtkQuadraticTetra.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.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

static void Kitware.VTK.vtkQuadraticTetra.InterpolationDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [static]
static void Kitware.VTK.vtkQuadraticTetra.InterpolationFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [static]
override int Kitware.VTK.vtkQuadraticTetra.IntersectWithLine ( IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [virtual]

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

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Here is the call graph for this function:

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

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_Clip_02 ( HandleRef  pThis,
double  value,
HandleRef  cellScalars,
HandleRef  locator,
HandleRef  tetras,
HandleRef  inPd,
HandleRef  outPd,
HandleRef  inCd,
int  cellId,
HandleRef  outCd,
int  insideOut 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_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.vtkQuadraticTetra.vtkQuadraticTetra_Derivatives_04 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_EvaluateLocation_05 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_EvaluatePosition_06 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetCellDimension_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetCellType_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetEdge_09 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetEdgeArray_10 ( int  edgeId) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetFace_11 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetFaceArray_12 ( int  faceId) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetNumberOfEdges_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetNumberOfFaces_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetParametricCenter_15 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetParametricCoords_16 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_GetParametricDistance_17 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_InterpolateDerivs_18 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_InterpolateFunctions_19 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_InterpolationDerivs_20 ( IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_InterpolationFunctions_21 ( IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_IntersectWithLine_22 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_IsA_23 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_IsTypeOf_24 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_NewInstance_26 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_SafeDownCast_27 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkQuadraticTetra.vtkQuadraticTetra_Triangulate_28 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkQuadraticTetra.MRClassNameKey = "17vtkQuadraticTetra" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.


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