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

vtkTriQuadraticHexahedron - cell represents a parabolic, 27-node isoparametric hexahedron More...

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

List of all members.

Public Member Functions

 vtkTriQuadraticHexahedron (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTriQuadraticHexahedron ()
 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 triquadratic hexahedron using scalar value provided. Like contouring, except that it cuts the hex to produce linear tetrahedron.
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 IntPtr GetParametricCoords ()
 Implement the vtkCell API. 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-edge intersection. Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.
override int IsA (string type)
 Undocumented Block.
new vtkTriQuadraticHexahedron 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
vtkTriQuadraticHexahedron 
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
vtkTriQuadraticHexahedron 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkTriQuadraticHexahedron"
 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 vtkTriQuadraticHexahedron_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTriQuadraticHexahedron_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkTriQuadraticHexahedron_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 vtkTriQuadraticHexahedron_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 vtkTriQuadraticHexahedron_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkTriQuadraticHexahedron_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkTriQuadraticHexahedron_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkTriQuadraticHexahedron_GetCellDimension_07 (HandleRef pThis)
static internal int vtkTriQuadraticHexahedron_GetCellType_08 (HandleRef pThis)
static internal IntPtr vtkTriQuadraticHexahedron_GetEdge_09 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTriQuadraticHexahedron_GetEdgeArray_10 (int edgeId)
static internal IntPtr vtkTriQuadraticHexahedron_GetFace_11 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTriQuadraticHexahedron_GetFaceArray_12 (int faceId)
static internal int vtkTriQuadraticHexahedron_GetNumberOfEdges_13 (HandleRef pThis)
static internal int vtkTriQuadraticHexahedron_GetNumberOfFaces_14 (HandleRef pThis)
static internal IntPtr vtkTriQuadraticHexahedron_GetParametricCoords_15 (HandleRef pThis)
static internal void vtkTriQuadraticHexahedron_InterpolateDerivs_16 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkTriQuadraticHexahedron_InterpolateFunctions_17 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal void vtkTriQuadraticHexahedron_InterpolationDerivs_18 (IntPtr pcoords, IntPtr derivs)
static internal void vtkTriQuadraticHexahedron_InterpolationFunctions_19 (IntPtr pcoords, IntPtr weights)
static internal int vtkTriQuadraticHexahedron_IntersectWithLine_20 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkTriQuadraticHexahedron_IsA_21 (HandleRef pThis, string type)
static internal int vtkTriQuadraticHexahedron_IsTypeOf_22 (string type)
static internal IntPtr vtkTriQuadraticHexahedron_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTriQuadraticHexahedron_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTriQuadraticHexahedron_Triangulate_26 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkTriQuadraticHexahedron ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTriQuadraticHexahedron - cell represents a parabolic, 27-node isoparametric hexahedron

Description vtkTriQuadraticHexahedron is a concrete implementation of vtkNonLinearCell to represent a three-dimensional, 27-node isoparametric triquadratic hexahedron. The interpolation is the standard finite element, triquadratic isoparametric shape function. The cell includes 8 edge nodes, 12 mid-edge nodes, 6 mid-face nodes and one mid-volume node. The ordering of the 27 points defining the cell is point ids (0-7,8-19, 20-25, 26) where point ids 0-7 are the eight corner vertices of the cube; followed by twelve midedge nodes (8-19); followed by 6 mid-face nodes (20-25) and the last node (26) is the mid-volume node. Note that these midedge nodes correspond lie on the edges defined by (0,1), (1,2), (2,3), (3,0), (4,5), (5,6), (6,7), (7,4), (0,4), (1,5), (2,6), (3,7). The mid-surface nodes lies on the faces defined by (first edge nodes id's, than mid-edge nodes id's): (0,1,5,4;8,17,12,16), (1,2,6,5;9,18,13,17), (2,3,7,6,10,19,14,18), (3,0,4,7;11,16,15,19), (0,1,2,3;8,9,10,11), (4,5,6,7;12,13,14,15). The last point lies in the center of the cell (0,1,2,3,4,5,6,7).

///
/// top 
///  7--14--6
///  |      |
/// 15  25  13
///  |      |
///  4--12--5
///
///  middle
/// 19--23--18
///  |      |
/// 20  26  21
///  |      |
/// 16--22--17
///
/// bottom
///  3--10--2
///  |      |
/// 11  24  9 
///  |      |
///  0-- 8--1
///  
/// 

Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Clip this triquadratic hexahedron using scalar value provided. Like contouring, except that it cuts the hex to produce linear tetrahedron.

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

static new int Kitware.VTK.vtkTriQuadraticHexahedron.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.vtkTriQuadraticHexahedron.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.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_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.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_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.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_Derivatives_04 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_EvaluateLocation_05 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_EvaluatePosition_06 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_GetCellType_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_GetEdge_09 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_GetFace_11 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_InterpolateDerivs_16 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_InterpolateFunctions_17 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_InterpolationDerivs_18 ( IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_InterpolationFunctions_19 ( IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_IntersectWithLine_20 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_NewInstance_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_SafeDownCast_25 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTriQuadraticHexahedron.vtkTriQuadraticHexahedron_Triangulate_26 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTriQuadraticHexahedron.MRClassNameKey = "25vtkTriQuadraticHexahedron" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.


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