ActiViz .NET
5.8.0
|
vtkHexahedron - a cell that represents a linear 3D hexahedron More...
Public Member Functions | |
vtkHexahedron (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkHexahedron () | |
Undocumented Block. | |
override int | CellBoundary (int subId, IntPtr pcoords, vtkIdList pts) |
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 IntPtr | GetParametricCoords () |
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) |
See the vtkCell API for descriptions of these methods. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkHexahedron | 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 vtkHexahedron | New () |
Undocumented Block. | |
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 void | InterpolationDerivs (IntPtr pcoords, IntPtr derivs) |
static void | InterpolationFunctions (IntPtr pcoords, IntPtr weights) |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkHexahedron | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkHexahedron" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkHexahedron" |
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 | vtkHexahedron_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkHexahedron_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
static internal void | vtkHexahedron_Contour_02 (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 | vtkHexahedron_Derivatives_03 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
static internal void | vtkHexahedron_EvaluateLocation_04 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
static internal int | vtkHexahedron_EvaluatePosition_05 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
static internal int | vtkHexahedron_GetCellType_06 (HandleRef pThis) |
static internal IntPtr | vtkHexahedron_GetEdge_07 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHexahedron_GetEdgeArray_08 (int edgeId) |
static internal IntPtr | vtkHexahedron_GetFace_09 (HandleRef pThis, int faceId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHexahedron_GetFaceArray_10 (int faceId) |
static internal int | vtkHexahedron_GetNumberOfEdges_11 (HandleRef pThis) |
static internal int | vtkHexahedron_GetNumberOfFaces_12 (HandleRef pThis) |
static internal IntPtr | vtkHexahedron_GetParametricCoords_13 (HandleRef pThis) |
static internal void | vtkHexahedron_InterpolateDerivs_14 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
static internal void | vtkHexahedron_InterpolateFunctions_15 (HandleRef pThis, IntPtr pcoords, IntPtr weights) |
static internal void | vtkHexahedron_InterpolationDerivs_16 (IntPtr pcoords, IntPtr derivs) |
static internal void | vtkHexahedron_InterpolationFunctions_17 (IntPtr pcoords, IntPtr weights) |
static internal int | vtkHexahedron_IntersectWithLine_18 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
static internal int | vtkHexahedron_IsA_19 (HandleRef pThis, string type) |
static internal int | vtkHexahedron_IsTypeOf_20 (string type) |
static internal IntPtr | vtkHexahedron_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHexahedron_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkHexahedron_Triangulate_24 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
static | vtkHexahedron () |
Automatically generated type registration mechanics. |
vtkHexahedron - a cell that represents a linear 3D hexahedron
Description vtkHexahedron is a concrete implementation of vtkCell to represent a linear, 3D rectangular hexahedron (e.g., "brick" topology). vtkHexahedron uses the standard isoparametric shape functions for a linear hexahedron. The hexahedron is defined by the eight points (0-7) where (0,1,2,3) is the base of the hexahedron which, using the right hand rule, forms a quadrilaterial whose normal points in the direction of the opposite face (4,5,6,7).
static Kitware.VTK.vtkHexahedron.vtkHexahedron | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkHexahedron.vtkHexahedron | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override int Kitware.VTK.vtkHexahedron.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.vtkHexahedron.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.vtkHexahedron.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.vtkHexahedron.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.vtkHexahedron.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.vtkHexahedron.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.vtkHexahedron.GetCellType | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkHexahedron.GetEdge | ( | int | edgeId | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
static int [] Kitware.VTK.vtkHexahedron.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.vtkHexahedron.GetFace | ( | int | faceId | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
static int [] Kitware.VTK.vtkHexahedron.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.vtkHexahedron.GetNumberOfEdges | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkHexahedron.GetNumberOfFaces | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override IntPtr Kitware.VTK.vtkHexahedron.GetParametricCoords | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkHexahedron.InterpolateDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkHexahedron.InterpolateFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
static void Kitware.VTK.vtkHexahedron.InterpolationDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [static] |
static void Kitware.VTK.vtkHexahedron.InterpolationFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [static] |
override int Kitware.VTK.vtkHexahedron.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.vtkHexahedron.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
static new int Kitware.VTK.vtkHexahedron.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
static new vtkHexahedron Kitware.VTK.vtkHexahedron.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
static new vtkHexahedron Kitware.VTK.vtkHexahedron.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
override int Kitware.VTK.vtkHexahedron.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.vtkHexahedron.vtkHexahedron_CellBoundary_01 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
HandleRef | pts | ||
) | [private] |
static internal void Kitware.VTK.vtkHexahedron.vtkHexahedron_Contour_02 | ( | 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.vtkHexahedron.vtkHexahedron_Derivatives_03 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | values, | ||
int | dim, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkHexahedron.vtkHexahedron_EvaluateLocation_04 | ( | HandleRef | pThis, |
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | x, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_EvaluatePosition_05 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
ref double | dist2, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_GetCellType_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_GetEdge_07 | ( | HandleRef | pThis, |
int | edgeId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_GetEdgeArray_08 | ( | int | edgeId | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_GetFace_09 | ( | HandleRef | pThis, |
int | faceId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_GetFaceArray_10 | ( | int | faceId | ) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_GetNumberOfEdges_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_GetNumberOfFaces_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_GetParametricCoords_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkHexahedron.vtkHexahedron_InterpolateDerivs_14 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkHexahedron.vtkHexahedron_InterpolateFunctions_15 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal void Kitware.VTK.vtkHexahedron.vtkHexahedron_InterpolationDerivs_16 | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkHexahedron.vtkHexahedron_InterpolationFunctions_17 | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_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.vtkHexahedron.vtkHexahedron_IsA_19 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_IsTypeOf_20 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_NewInstance_22 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHexahedron.vtkHexahedron_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkHexahedron.vtkHexahedron_Triangulate_24 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | ptIds, | ||
HandleRef | pts | ||
) | [private] |
new readonly string Kitware.VTK.vtkHexahedron.MRClassNameKey = "13vtkHexahedron" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell3D.
new const string Kitware.VTK.vtkHexahedron.MRFullTypeName = "Kitware.VTK.vtkHexahedron" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell3D.