ActiViz .NET
5.8.0
|
vtkBiQuadraticTriangle - cell represents a parabolic, isoparametric triangle More...
Public Member Functions | |
vtkBiQuadraticTriangle (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBiQuadraticTriangle () | |
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 polys, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd, int insideOut) |
Clip this quadratic triangle using scalar value provided. Like contouring, except that it cuts the triangle to produce linear triangles. | |
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 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) |
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 vtkBiQuadraticTriangle | 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 vtkBiQuadraticTriangle | New () |
Undocumented Block. | |
static void | InterpolationDerivs (IntPtr pcoords, IntPtr derivs) |
static void | InterpolationFunctions (IntPtr pcoords, IntPtr weights) |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBiQuadraticTriangle | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBiQuadraticTriangle" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkBiQuadraticTriangle" |
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 | vtkBiQuadraticTriangle_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBiQuadraticTriangle_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
static internal void | vtkBiQuadraticTriangle_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef polys, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd, int insideOut) |
static internal void | vtkBiQuadraticTriangle_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 | vtkBiQuadraticTriangle_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
static internal void | vtkBiQuadraticTriangle_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
static internal int | vtkBiQuadraticTriangle_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
static internal int | vtkBiQuadraticTriangle_GetCellDimension_07 (HandleRef pThis) |
static internal int | vtkBiQuadraticTriangle_GetCellType_08 (HandleRef pThis) |
static internal IntPtr | vtkBiQuadraticTriangle_GetEdge_09 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBiQuadraticTriangle_GetFace_10 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBiQuadraticTriangle_GetNumberOfEdges_11 (HandleRef pThis) |
static internal int | vtkBiQuadraticTriangle_GetNumberOfFaces_12 (HandleRef pThis) |
static internal int | vtkBiQuadraticTriangle_GetParametricCenter_13 (HandleRef pThis, IntPtr pcoords) |
static internal IntPtr | vtkBiQuadraticTriangle_GetParametricCoords_14 (HandleRef pThis) |
static internal double | vtkBiQuadraticTriangle_GetParametricDistance_15 (HandleRef pThis, IntPtr pcoords) |
static internal void | vtkBiQuadraticTriangle_InterpolateDerivs_16 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
static internal void | vtkBiQuadraticTriangle_InterpolateFunctions_17 (HandleRef pThis, IntPtr pcoords, IntPtr weights) |
static internal void | vtkBiQuadraticTriangle_InterpolationDerivs_18 (IntPtr pcoords, IntPtr derivs) |
static internal void | vtkBiQuadraticTriangle_InterpolationFunctions_19 (IntPtr pcoords, IntPtr weights) |
static internal int | vtkBiQuadraticTriangle_IntersectWithLine_20 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
static internal int | vtkBiQuadraticTriangle_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkBiQuadraticTriangle_IsTypeOf_22 (string type) |
static internal IntPtr | vtkBiQuadraticTriangle_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBiQuadraticTriangle_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBiQuadraticTriangle_Triangulate_26 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
static | vtkBiQuadraticTriangle () |
Automatically generated type registration mechanics. |
vtkBiQuadraticTriangle - cell represents a parabolic, isoparametric triangle
Description vtkBiQuadraticTriangle is a concrete implementation of vtkNonLinearCell to represent a two-dimensional, 7-node, isoparametric parabolic triangle. The interpolation is the standard finite element, bi-quadratic isoparametric shape function. The cell includes three mid-edge nodes besides the three triangle vertices and a center node. The ordering of the three points defining the cell is point ids (0-2,3-6) where id #3 is the midedge node between points (0,1); id #4 is the midedge node between points (1,2); and id #5 is the midedge node between points (2,0). id #6 is the center node of the cell.
static Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override int Kitware.VTK.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.Clip | ( | double | value, |
vtkDataArray | cellScalars, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | polys, | ||
vtkPointData | inPd, | ||
vtkPointData | outPd, | ||
vtkCellData | inCd, | ||
int | cellId, | ||
vtkCellData | outCd, | ||
int | insideOut | ||
) | [virtual] |
Clip this quadratic triangle using scalar value provided. Like contouring, except that it cuts the triangle to produce linear triangles.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.GetCellDimension | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticTriangle.GetCellType | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkBiQuadraticTriangle.GetEdge | ( | int | edgeId | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkBiQuadraticTriangle.GetFace | ( | int | arg0 | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticTriangle.GetNumberOfEdges | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticTriangle.GetNumberOfFaces | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkBiQuadraticTriangle.GetParametricCenter | ( | IntPtr | pcoords | ) | [virtual] |
----------------------------------------------------------------------------
Reimplemented from Kitware.VTK.vtkCell.
override IntPtr Kitware.VTK.vtkBiQuadraticTriangle.GetParametricCoords | ( | ) | [virtual] |
Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override double Kitware.VTK.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.InterpolateDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkBiQuadraticTriangle.InterpolateFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
static void Kitware.VTK.vtkBiQuadraticTriangle.InterpolationDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [static] |
static void Kitware.VTK.vtkBiQuadraticTriangle.InterpolationFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [static] |
override int Kitware.VTK.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
static new int Kitware.VTK.vtkBiQuadraticTriangle.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
static new vtkBiQuadraticTriangle Kitware.VTK.vtkBiQuadraticTriangle.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
static new vtkBiQuadraticTriangle Kitware.VTK.vtkBiQuadraticTriangle.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
override int Kitware.VTK.vtkBiQuadraticTriangle.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.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_CellBoundary_01 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
HandleRef | pts | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_Clip_02 | ( | HandleRef | pThis, |
double | value, | ||
HandleRef | cellScalars, | ||
HandleRef | locator, | ||
HandleRef | polys, | ||
HandleRef | inPd, | ||
HandleRef | outPd, | ||
HandleRef | inCd, | ||
int | cellId, | ||
HandleRef | outCd, | ||
int | insideOut | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_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.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_Derivatives_04 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | values, | ||
int | dim, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_EvaluateLocation_05 | ( | HandleRef | pThis, |
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | x, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_EvaluatePosition_06 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
ref double | dist2, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetCellDimension_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetCellType_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetEdge_09 | ( | HandleRef | pThis, |
int | edgeId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetFace_10 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetNumberOfEdges_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetNumberOfFaces_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetParametricCenter_13 | ( | HandleRef | pThis, |
IntPtr | pcoords | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetParametricCoords_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_GetParametricDistance_15 | ( | HandleRef | pThis, |
IntPtr | pcoords | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_InterpolateDerivs_16 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_InterpolateFunctions_17 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_InterpolationDerivs_18 | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_InterpolationFunctions_19 | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_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.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBiQuadraticTriangle.vtkBiQuadraticTriangle_Triangulate_26 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | ptIds, | ||
HandleRef | pts | ||
) | [private] |
new readonly string Kitware.VTK.vtkBiQuadraticTriangle.MRClassNameKey = "22vtkBiQuadraticTriangle" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkNonLinearCell.
new const string Kitware.VTK.vtkBiQuadraticTriangle.MRFullTypeName = "Kitware.VTK.vtkBiQuadraticTriangle" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkNonLinearCell.