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

vtkPentagonalPrism - a 3D cell that represents a prism with pentagonal base More...

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

List of all members.

Public Member Functions

 vtkPentagonalPrism (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPentagonalPrism ()
 Undocumented Block.
override int CellBoundary (int subId, IntPtr pcoords, vtkIdList pts)
 See the vtkCell3D API for descriptions of these methods.
override void Derivatives (int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
 See the vtkCell3D API for descriptions of these methods.
override void EvaluateLocation (ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
 See the vtkCell3D 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 vtkCell3D API for descriptions of these methods.
override int GetCellDimension ()
 See the vtkCell3D API for descriptions of these methods.
override int GetCellType ()
 See the vtkCell3D API for descriptions of these methods.
override vtkCell GetEdge (int edgeId)
 See the vtkCell3D API for descriptions of these methods.
override vtkCell GetFace (int faceId)
 See the vtkCell3D API for descriptions of these methods.
override int GetNumberOfEdges ()
 See the vtkCell3D API for descriptions of these methods.
override int GetNumberOfFaces ()
 See the vtkCell3D API for descriptions of these methods.
override int GetParametricCenter (IntPtr pcoords)
override IntPtr GetParametricCoords ()
 See the vtkCell3D 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)
 See the vtkCell3D API for descriptions of these methods.
override int IsA (string type)
 Undocumented Block.
new vtkPentagonalPrism NewInstance ()
 Undocumented Block.
override int Triangulate (int index, vtkIdList ptIds, vtkPoints pts)
 See the vtkCell3D API for descriptions of these methods.

Static Public Member Functions

static new vtkPentagonalPrism 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 vtkPentagonalPrism SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkPentagonalPrism"
 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 vtkPentagonalPrism_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPentagonalPrism_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkPentagonalPrism_Derivatives_02 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkPentagonalPrism_EvaluateLocation_03 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkPentagonalPrism_EvaluatePosition_04 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkPentagonalPrism_GetCellDimension_05 (HandleRef pThis)
static internal int vtkPentagonalPrism_GetCellType_06 (HandleRef pThis)
static internal IntPtr vtkPentagonalPrism_GetEdge_07 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPentagonalPrism_GetEdgeArray_08 (int edgeId)
static internal IntPtr vtkPentagonalPrism_GetFace_09 (HandleRef pThis, int faceId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPentagonalPrism_GetFaceArray_10 (int faceId)
static internal int vtkPentagonalPrism_GetNumberOfEdges_11 (HandleRef pThis)
static internal int vtkPentagonalPrism_GetNumberOfFaces_12 (HandleRef pThis)
static internal int vtkPentagonalPrism_GetParametricCenter_13 (HandleRef pThis, IntPtr pcoords)
static internal IntPtr vtkPentagonalPrism_GetParametricCoords_14 (HandleRef pThis)
static internal void vtkPentagonalPrism_InterpolateDerivs_15 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkPentagonalPrism_InterpolateFunctions_16 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal void vtkPentagonalPrism_InterpolationDerivs_17 (IntPtr pcoords, IntPtr derivs)
static internal void vtkPentagonalPrism_InterpolationFunctions_18 (IntPtr pcoords, IntPtr weights)
static internal int vtkPentagonalPrism_IntersectWithLine_19 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkPentagonalPrism_IsA_20 (HandleRef pThis, string type)
static internal int vtkPentagonalPrism_IsTypeOf_21 (string type)
static internal IntPtr vtkPentagonalPrism_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPentagonalPrism_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPentagonalPrism_Triangulate_25 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkPentagonalPrism ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPentagonalPrism - a 3D cell that represents a prism with pentagonal base

Description vtkPentagonalPrism is a concrete implementation of vtkCell to represent a linear 3D prism with pentagonal base. Such prism is defined by the ten points (0-9) where (0,1,2,3,4) is the base of the prism which, using the right hand rule, forms a pentagon whose normal points is in the direction of the opposite face (5,6,7,8,9).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkPentagonalPrism.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.vtkPentagonalPrism.EvaluateLocation ( ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [virtual]

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell3D.

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

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

Reimplemented from Kitware.VTK.vtkCell.

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell3D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell3D.

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:

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

See the vtkCell3D API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_Derivatives_02 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_EvaluateLocation_03 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_EvaluatePosition_04 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetCellDimension_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetCellType_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetEdge_07 ( HandleRef  pThis,
int  edgeId,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetEdgeArray_08 ( int  edgeId) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetFace_09 ( HandleRef  pThis,
int  faceId,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetFaceArray_10 ( int  faceId) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetNumberOfEdges_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetNumberOfFaces_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetParametricCenter_13 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_GetParametricCoords_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_InterpolateDerivs_15 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_InterpolateFunctions_16 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_InterpolationDerivs_17 ( IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_InterpolationFunctions_18 ( IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_IntersectWithLine_19 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_IsTypeOf_21 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPentagonalPrism.vtkPentagonalPrism_Triangulate_25 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPentagonalPrism.MRClassNameKey = "18vtkPentagonalPrism" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell3D.


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