ActiViz .NET
5.8.0
|
vtkBiQuadraticQuadraticWedge - cell represents a parabolic, 18-node isoparametric wedge More...
Public Member Functions | |
vtkBiQuadraticQuadraticWedge (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBiQuadraticQuadraticWedge () | |
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 quadratic Wedge 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 edgeId) |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods. | |
override vtkCell | GetFace (int faceId) |
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) |
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 vtkBiQuadraticQuadraticWedge | 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 vtkBiQuadraticQuadraticWedge | 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 vtkBiQuadraticQuadraticWedge | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBiQuadraticQuadraticWedge" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkBiQuadraticQuadraticWedge" |
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 | vtkBiQuadraticQuadraticWedge_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBiQuadraticQuadraticWedge_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
static internal void | vtkBiQuadraticQuadraticWedge_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 | vtkBiQuadraticQuadraticWedge_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 | vtkBiQuadraticQuadraticWedge_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
static internal void | vtkBiQuadraticQuadraticWedge_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
static internal int | vtkBiQuadraticQuadraticWedge_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
static internal int | vtkBiQuadraticQuadraticWedge_GetCellDimension_07 (HandleRef pThis) |
static internal int | vtkBiQuadraticQuadraticWedge_GetCellType_08 (HandleRef pThis) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_GetEdge_09 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_GetEdgeArray_10 (int edgeId) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_GetFace_11 (HandleRef pThis, int faceId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_GetFaceArray_12 (int faceId) |
static internal int | vtkBiQuadraticQuadraticWedge_GetNumberOfEdges_13 (HandleRef pThis) |
static internal int | vtkBiQuadraticQuadraticWedge_GetNumberOfFaces_14 (HandleRef pThis) |
static internal int | vtkBiQuadraticQuadraticWedge_GetParametricCenter_15 (HandleRef pThis, IntPtr pcoords) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_GetParametricCoords_16 (HandleRef pThis) |
static internal void | vtkBiQuadraticQuadraticWedge_InterpolateDerivs_17 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
static internal void | vtkBiQuadraticQuadraticWedge_InterpolateFunctions_18 (HandleRef pThis, IntPtr pcoords, IntPtr weights) |
static internal void | vtkBiQuadraticQuadraticWedge_InterpolationDerivs_19 (IntPtr pcoords, IntPtr derivs) |
static internal void | vtkBiQuadraticQuadraticWedge_InterpolationFunctions_20 (IntPtr pcoords, IntPtr weights) |
static internal int | vtkBiQuadraticQuadraticWedge_IntersectWithLine_21 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
static internal int | vtkBiQuadraticQuadraticWedge_IsA_22 (HandleRef pThis, string type) |
static internal int | vtkBiQuadraticQuadraticWedge_IsTypeOf_23 (string type) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBiQuadraticQuadraticWedge_SafeDownCast_26 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBiQuadraticQuadraticWedge_Triangulate_27 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
static | vtkBiQuadraticQuadraticWedge () |
Automatically generated type registration mechanics. |
vtkBiQuadraticQuadraticWedge - cell represents a parabolic, 18-node isoparametric wedge
Description vtkBiQuadraticQuadraticWedge is a concrete implementation of vtkNonLinearCell to represent a three-dimensional, 18-node isoparametric biquadratic wedge. The interpolation is the standard finite element, biquadratic-quadratic isoparametric shape function plus the linear functions. The cell includes a mid-edge node. The ordering of the 18 points defining the cell is point ids (0-5,6-15, 16-18) where point ids 0-5 are the six corner vertices of the wedge; followed by nine midedge nodes (6-15) and 3 center-face nodes. Note that these midedge nodes correspond lie on the edges defined by (0,1), (1,2), (2,0), (3,4), (4,5), (5,3), (0,3), (1,4), (2,5), and the center-face nodes are lieing in quads 16-(0,1,4,3), 17-(1,2,5,4) and (2,0,3,5).
Thanks Thanks to Soeren Gebbert who developed this class and integrated it into VTK 5.0.
vtkQuadraticEdge vtkQuadraticTriangle vtkQuadraticTetra vtkQuadraticHexahedron vtkQuadraticQuad vtkQuadraticPyramid
static Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.Clip | ( | double | value, |
vtkDataArray | cellScalars, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | tetras, | ||
vtkPointData | inPd, | ||
vtkPointData | outPd, | ||
vtkCellData | inCd, | ||
int | cellId, | ||
vtkCellData | outCd, | ||
int | insideOut | ||
) | [virtual] |
Clip this quadratic Wedge 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.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.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.
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.GetCellDimension | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.GetCellType | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkBiQuadraticQuadraticWedge.GetEdge | ( | int | edgeId | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
static IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.GetFace | ( | int | faceId | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
static IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.GetNumberOfEdges | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.GetNumberOfFaces | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.GetParametricCenter | ( | IntPtr | pcoords | ) | [virtual] |
---------------------------------------------------------------------------- Return the center of the quadratic wedge in parametric coordinates.
Reimplemented from Kitware.VTK.vtkCell.
override IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.GetParametricCoords | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkBiQuadraticQuadraticWedge.InterpolateDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkBiQuadraticQuadraticWedge.InterpolateFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
static void Kitware.VTK.vtkBiQuadraticQuadraticWedge.InterpolationDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [static] |
static void Kitware.VTK.vtkBiQuadraticQuadraticWedge.InterpolationFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [static] |
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
static new int Kitware.VTK.vtkBiQuadraticQuadraticWedge.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
static new vtkBiQuadraticQuadraticWedge Kitware.VTK.vtkBiQuadraticQuadraticWedge.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
static new vtkBiQuadraticQuadraticWedge Kitware.VTK.vtkBiQuadraticQuadraticWedge.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
override int Kitware.VTK.vtkBiQuadraticQuadraticWedge.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.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_CellBoundary_01 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
HandleRef | pts | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_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.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_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.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_Derivatives_04 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | values, | ||
int | dim, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_EvaluateLocation_05 | ( | HandleRef | pThis, |
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | x, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_EvaluatePosition_06 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
ref double | dist2, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetCellDimension_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetCellType_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetEdge_09 | ( | HandleRef | pThis, |
int | edgeId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetEdgeArray_10 | ( | int | edgeId | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetFace_11 | ( | HandleRef | pThis, |
int | faceId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetFaceArray_12 | ( | int | faceId | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetNumberOfEdges_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetNumberOfFaces_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetParametricCenter_15 | ( | HandleRef | pThis, |
IntPtr | pcoords | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_GetParametricCoords_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_InterpolateDerivs_17 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_InterpolateFunctions_18 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_InterpolationDerivs_19 | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_InterpolationFunctions_20 | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_IntersectWithLine_21 | ( | HandleRef | pThis, |
IntPtr | p1, | ||
IntPtr | p2, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_IsA_22 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_IsTypeOf_23 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_NewInstance_25 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_SafeDownCast_26 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticQuadraticWedge.vtkBiQuadraticQuadraticWedge_Triangulate_27 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | ptIds, | ||
HandleRef | pts | ||
) | [private] |
new readonly string Kitware.VTK.vtkBiQuadraticQuadraticWedge.MRClassNameKey = "28vtkBiQuadraticQuadraticWedge" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
new const string Kitware.VTK.vtkBiQuadraticQuadraticWedge.MRFullTypeName = "Kitware.VTK.vtkBiQuadraticQuadraticWedge" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkNonLinearCell.