|
ActiViz .NET
5.8.0
|
vtkConvexPointSet - a 3D cell defined by a set of convex points More...
Public Member Functions | |
| vtkConvexPointSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkConvexPointSet () | |
| Undocumented Block. | |
| override int | CellBoundary (int subId, IntPtr pcoords, vtkIdList pts) |
| Returns the set of points forming a face of the triangulation of these points that are on the boundary of the cell that are closest parametrically to the point specified. | |
| override void | Clip (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray connectivity, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, long cellId, vtkCellData outCd, int insideOut) |
| Satisfy the vtkCell API. This method contours by triangulating the cell and then adding clip-edge intersection points into the triangulation; extracting the clipped region. | |
| override void | Contour (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray verts, vtkCellArray lines, vtkCellArray polys, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, long cellId, vtkCellData outCd) |
| Satisfy the vtkCell API. This method contours by triangulating the cell and then contouring the resulting tetrahedra. | |
| override void | Derivatives (int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
| Computes derivatives by triangulating and from subId and pcoords, evaluating derivatives on the resulting tetrahedron. | |
| override void | EvaluateLocation (ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
| The inverse of EvaluatePosition. | |
| override int | EvaluatePosition (IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
| Satisfy the vtkCell API. This method determines the subId, pcoords, and weights by triangulating the convex point set, and then determining which tetrahedron the point lies in. | |
| override int | GetCellType () |
| See the vtkCell API for descriptions of these methods. | |
| override vtkCell | GetEdge (int arg0) |
| A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future. | |
| override vtkCell | GetFace (int faceId) |
| A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future. | |
| override int | GetNumberOfEdges () |
| A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future. | |
| override int | GetNumberOfFaces () |
| A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future. | |
| override int | GetParametricCenter (IntPtr pcoords) |
| override IntPtr | GetParametricCoords () |
| See vtkCell3D API for description of these methods. | |
| virtual int | HasFixedTopology () |
| See vtkCell3D API for description of this method. | |
| override void | Initialize () |
| This cell requires that it be initialized prior to access. | |
| override void | InterpolateDerivs (IntPtr pcoords, IntPtr derivs) |
| Compute the interpolation functions/derivatives (aka shape functions/derivatives) | |
| override void | InterpolateFunctions (IntPtr pcoords, IntPtr sf) |
| 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) |
| Triangulates the cells and then intersects them to determine the intersection point. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| override int | IsPrimaryCell () |
| A convex point set is triangulated prior to any operations on it so it is not a primary cell, it is a composite cell. | |
| new vtkConvexPointSet | NewInstance () |
| Undocumented Block. | |
| override int | RequiresInitialization () |
| This cell requires that it be initialized prior to access. | |
| override int | Triangulate (int index, vtkIdList ptIds, vtkPoints pts) |
| Triangulate using methods of vtkOrderedTriangulator. | |
Static Public Member Functions | |
| static new vtkConvexPointSet | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkConvexPointSet | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkConvexPointSet" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "17vtkConvexPointSet" |
| 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 | vtkConvexPointSet_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkConvexPointSet_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
| static internal void | vtkConvexPointSet_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef connectivity, HandleRef inPd, HandleRef outPd, HandleRef inCd, long cellId, HandleRef outCd, int insideOut) |
| static internal void | vtkConvexPointSet_Contour_03 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef verts, HandleRef lines, HandleRef polys, HandleRef inPd, HandleRef outPd, HandleRef inCd, long cellId, HandleRef outCd) |
| static internal void | vtkConvexPointSet_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
| static internal void | vtkConvexPointSet_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
| static internal int | vtkConvexPointSet_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
| static internal int | vtkConvexPointSet_GetCellType_07 (HandleRef pThis) |
| static internal IntPtr | vtkConvexPointSet_GetEdge_08 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkConvexPointSet_GetFace_09 (HandleRef pThis, int faceId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkConvexPointSet_GetNumberOfEdges_10 (HandleRef pThis) |
| static internal int | vtkConvexPointSet_GetNumberOfFaces_11 (HandleRef pThis) |
| static internal int | vtkConvexPointSet_GetParametricCenter_12 (HandleRef pThis, IntPtr pcoords) |
| static internal IntPtr | vtkConvexPointSet_GetParametricCoords_13 (HandleRef pThis) |
| static internal int | vtkConvexPointSet_HasFixedTopology_14 (HandleRef pThis) |
| static internal void | vtkConvexPointSet_Initialize_15 (HandleRef pThis) |
| static internal void | vtkConvexPointSet_InterpolateDerivs_16 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
| static internal void | vtkConvexPointSet_InterpolateFunctions_17 (HandleRef pThis, IntPtr pcoords, IntPtr sf) |
| static internal int | vtkConvexPointSet_IntersectWithLine_18 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
| static internal int | vtkConvexPointSet_IsA_19 (HandleRef pThis, string type) |
| static internal int | vtkConvexPointSet_IsPrimaryCell_20 (HandleRef pThis) |
| static internal int | vtkConvexPointSet_IsTypeOf_21 (string type) |
| static internal IntPtr | vtkConvexPointSet_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkConvexPointSet_RequiresInitialization_24 (HandleRef pThis) |
| static internal IntPtr | vtkConvexPointSet_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkConvexPointSet_Triangulate_26 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
| static | vtkConvexPointSet () |
| Automatically generated type registration mechanics. | |
vtkConvexPointSet - a 3D cell defined by a set of convex points
Description vtkConvexPointSet is a concrete implementation that represents a 3D cell defined by a convex set of points. An example of such a cell is an octant (from an octree). vtkConvexPointSet uses the ordered triangulations approach (vtkOrderedTriangulator) to create triangulations guaranteed to be compatible across shared faces. This allows a general approach to processing complex, convex cell types.
| static Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override int Kitware.VTK.vtkConvexPointSet.CellBoundary | ( | int | subId, |
| IntPtr | pcoords, | ||
| vtkIdList | pts | ||
| ) | [virtual] |
Returns the set of points forming a face of the triangulation of these points that are on the boundary of the cell that are closest parametrically to the point specified.
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkConvexPointSet.Clip | ( | double | value, |
| vtkDataArray | cellScalars, | ||
| vtkIncrementalPointLocator | locator, | ||
| vtkCellArray | connectivity, | ||
| vtkPointData | inPd, | ||
| vtkPointData | outPd, | ||
| vtkCellData | inCd, | ||
| long | cellId, | ||
| vtkCellData | outCd, | ||
| int | insideOut | ||
| ) | [virtual] |
Satisfy the vtkCell API. This method contours by triangulating the cell and then adding clip-edge intersection points into the triangulation; extracting the clipped region.
Reimplemented from Kitware.VTK.vtkCell3D.
| override void Kitware.VTK.vtkConvexPointSet.Contour | ( | double | value, |
| vtkDataArray | cellScalars, | ||
| vtkIncrementalPointLocator | locator, | ||
| vtkCellArray | verts, | ||
| vtkCellArray | lines, | ||
| vtkCellArray | polys, | ||
| vtkPointData | inPd, | ||
| vtkPointData | outPd, | ||
| vtkCellData | inCd, | ||
| long | cellId, | ||
| vtkCellData | outCd | ||
| ) | [virtual] |
Satisfy the vtkCell API. This method contours by triangulating the cell and then contouring the resulting tetrahedra.
Reimplemented from Kitware.VTK.vtkCell3D.
| override void Kitware.VTK.vtkConvexPointSet.Derivatives | ( | int | subId, |
| IntPtr | pcoords, | ||
| IntPtr | values, | ||
| int | dim, | ||
| IntPtr | derivs | ||
| ) | [virtual] |
Computes derivatives by triangulating and from subId and pcoords, evaluating derivatives on the resulting tetrahedron.
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkConvexPointSet.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.vtkConvexPointSet.EvaluateLocation | ( | ref int | subId, |
| IntPtr | pcoords, | ||
| IntPtr | x, | ||
| IntPtr | weights | ||
| ) | [virtual] |
The inverse of EvaluatePosition.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.EvaluatePosition | ( | IntPtr | x, |
| IntPtr | closestPoint, | ||
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| ref double | dist2, | ||
| IntPtr | weights | ||
| ) | [virtual] |
Satisfy the vtkCell API. This method determines the subId, pcoords, and weights by triangulating the convex point set, and then determining which tetrahedron the point lies in.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.GetCellType | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override vtkCell Kitware.VTK.vtkConvexPointSet.GetEdge | ( | int | arg0 | ) | [virtual] |
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future.
Reimplemented from Kitware.VTK.vtkCell.
| override vtkCell Kitware.VTK.vtkConvexPointSet.GetFace | ( | int | faceId | ) | [virtual] |
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.GetNumberOfEdges | ( | ) | [virtual] |
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.GetNumberOfFaces | ( | ) | [virtual] |
A convex point set has no explicit cell edge or faces; however implicitly (after triangulation) it does. Currently the method GetNumberOfEdges() always returns 0 while the GetNumberOfFaces() returns the number of boundary triangles of the triangulation of the convex point set. The method GetNumberOfFaces() triggers a triangulation of the convex point set; repeated calls to GetFace() then return the boundary faces. (Note: GetNumberOfEdges() currently returns 0 because it is a rarely used method and hard to implement. It can be changed in the future.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.GetParametricCenter | ( | IntPtr | pcoords | ) | [virtual] |
----------------------------------------------------------------------------
Reimplemented from Kitware.VTK.vtkCell.
| override IntPtr Kitware.VTK.vtkConvexPointSet.GetParametricCoords | ( | ) | [virtual] |
See vtkCell3D API for description of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| virtual int Kitware.VTK.vtkConvexPointSet.HasFixedTopology | ( | ) | [virtual] |
See vtkCell3D API for description of this method.
| override void Kitware.VTK.vtkConvexPointSet.Initialize | ( | ) | [virtual] |
This cell requires that it be initialized prior to access.
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkConvexPointSet.InterpolateDerivs | ( | IntPtr | pcoords, |
| IntPtr | derivs | ||
| ) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkConvexPointSet.InterpolateFunctions | ( | IntPtr | pcoords, |
| IntPtr | sf | ||
| ) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.IntersectWithLine | ( | IntPtr | p1, |
| IntPtr | p2, | ||
| double | tol, | ||
| ref double | t, | ||
| IntPtr | x, | ||
| IntPtr | pcoords, | ||
| ref int | subId | ||
| ) | [virtual] |
Triangulates the cells and then intersects them to determine the intersection point.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkConvexPointSet.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| override int Kitware.VTK.vtkConvexPointSet.IsPrimaryCell | ( | ) | [virtual] |
A convex point set is triangulated prior to any operations on it so it is not a primary cell, it is a composite cell.
Reimplemented from Kitware.VTK.vtkCell.
| static new int Kitware.VTK.vtkConvexPointSet.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| static new vtkConvexPointSet Kitware.VTK.vtkConvexPointSet.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| override int Kitware.VTK.vtkConvexPointSet.RequiresInitialization | ( | ) | [virtual] |
This cell requires that it be initialized prior to access.
Reimplemented from Kitware.VTK.vtkCell.
| static new vtkConvexPointSet Kitware.VTK.vtkConvexPointSet.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| override int Kitware.VTK.vtkConvexPointSet.Triangulate | ( | int | index, |
| vtkIdList | ptIds, | ||
| vtkPoints | pts | ||
| ) | [virtual] |
Triangulate using methods of vtkOrderedTriangulator.
Reimplemented from Kitware.VTK.vtkCell.
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_CellBoundary_01 | ( | HandleRef | pThis, |
| int | subId, | ||
| IntPtr | pcoords, | ||
| HandleRef | pts | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_Clip_02 | ( | HandleRef | pThis, |
| double | value, | ||
| HandleRef | cellScalars, | ||
| HandleRef | locator, | ||
| HandleRef | connectivity, | ||
| HandleRef | inPd, | ||
| HandleRef | outPd, | ||
| HandleRef | inCd, | ||
| long | cellId, | ||
| HandleRef | outCd, | ||
| int | insideOut | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_Contour_03 | ( | HandleRef | pThis, |
| double | value, | ||
| HandleRef | cellScalars, | ||
| HandleRef | locator, | ||
| HandleRef | verts, | ||
| HandleRef | lines, | ||
| HandleRef | polys, | ||
| HandleRef | inPd, | ||
| HandleRef | outPd, | ||
| HandleRef | inCd, | ||
| long | cellId, | ||
| HandleRef | outCd | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_Derivatives_04 | ( | HandleRef | pThis, |
| int | subId, | ||
| IntPtr | pcoords, | ||
| IntPtr | values, | ||
| int | dim, | ||
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_EvaluateLocation_05 | ( | HandleRef | pThis, |
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| IntPtr | x, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_EvaluatePosition_06 | ( | HandleRef | pThis, |
| IntPtr | x, | ||
| IntPtr | closestPoint, | ||
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| ref double | dist2, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetCellType_07 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetEdge_08 | ( | HandleRef | pThis, |
| int | arg0, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetFace_09 | ( | HandleRef | pThis, |
| int | faceId, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetNumberOfEdges_10 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetNumberOfFaces_11 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetParametricCenter_12 | ( | HandleRef | pThis, |
| IntPtr | pcoords | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_GetParametricCoords_13 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_HasFixedTopology_14 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_Initialize_15 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_InterpolateDerivs_16 | ( | HandleRef | pThis, |
| IntPtr | pcoords, | ||
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_InterpolateFunctions_17 | ( | HandleRef | pThis, |
| IntPtr | pcoords, | ||
| IntPtr | sf | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_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.vtkConvexPointSet.vtkConvexPointSet_IsA_19 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_IsPrimaryCell_20 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_IsTypeOf_21 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_NewInstance_23 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_RequiresInitialization_24 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_SafeDownCast_25 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkConvexPointSet.vtkConvexPointSet_Triangulate_26 | ( | HandleRef | pThis, |
| int | index, | ||
| HandleRef | ptIds, | ||
| HandleRef | pts | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkConvexPointSet.MRClassNameKey = "17vtkConvexPointSet" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell3D.
| new const string Kitware.VTK.vtkConvexPointSet.MRFullTypeName = "Kitware.VTK.vtkConvexPointSet" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell3D.
1.7.6.1