|
ActiViz .NET
5.8.0
|
vtkTriangleStrip - a cell that represents a triangle strip More...
Public Member Functions | |
| vtkTriangleStrip (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkTriangleStrip () | |
| Undocumented Block. | |
| override int | CellBoundary (int subId, IntPtr pcoords, vtkIdList pts) |
| 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, long cellId, vtkCellData outCd, int insideOut) |
| 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, long 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 | GetCellDimension () |
| 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 arg0) |
| 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 int | GetParametricCenter (IntPtr pcoords) |
| Return the center of the point cloud in parametric coordinates. | |
| 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. | |
| override int | IsPrimaryCell () |
| See the vtkCell API for descriptions of these methods. | |
| new vtkTriangleStrip | 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 vtkTriangleStrip | New () |
| Undocumented Block. | |
| static void | DecomposeStrip (int npts, IntPtr pts, vtkCellArray tris) |
| Given a triangle strip, decompose it into a list of (triangle) polygons. The polygons are appended to the end of the list of triangles. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkTriangleStrip | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkTriangleStrip" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "16vtkTriangleStrip" |
| 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 | vtkTriangleStrip_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkTriangleStrip_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
| static internal void | vtkTriangleStrip_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef polys, HandleRef inPd, HandleRef outPd, HandleRef inCd, long cellId, HandleRef outCd, int insideOut) |
| static internal void | vtkTriangleStrip_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 | vtkTriangleStrip_DecomposeStrip_04 (int npts, IntPtr pts, HandleRef tris) |
| static internal void | vtkTriangleStrip_Derivatives_05 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
| static internal void | vtkTriangleStrip_EvaluateLocation_06 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
| static internal int | vtkTriangleStrip_EvaluatePosition_07 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
| static internal int | vtkTriangleStrip_GetCellDimension_08 (HandleRef pThis) |
| static internal int | vtkTriangleStrip_GetCellType_09 (HandleRef pThis) |
| static internal IntPtr | vtkTriangleStrip_GetEdge_10 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkTriangleStrip_GetFace_11 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkTriangleStrip_GetNumberOfEdges_12 (HandleRef pThis) |
| static internal int | vtkTriangleStrip_GetNumberOfFaces_13 (HandleRef pThis) |
| static internal int | vtkTriangleStrip_GetParametricCenter_14 (HandleRef pThis, IntPtr pcoords) |
| static internal void | vtkTriangleStrip_InterpolateDerivs_15 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
| static internal void | vtkTriangleStrip_InterpolateFunctions_16 (HandleRef pThis, IntPtr pcoords, IntPtr weights) |
| static internal int | vtkTriangleStrip_IntersectWithLine_17 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
| static internal int | vtkTriangleStrip_IsA_18 (HandleRef pThis, string type) |
| static internal int | vtkTriangleStrip_IsPrimaryCell_19 (HandleRef pThis) |
| static internal int | vtkTriangleStrip_IsTypeOf_20 (string type) |
| static internal IntPtr | vtkTriangleStrip_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkTriangleStrip_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkTriangleStrip_Triangulate_24 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
| static | vtkTriangleStrip () |
| Automatically generated type registration mechanics. | |
vtkTriangleStrip - a cell that represents a triangle strip
Description vtkTriangleStrip is a concrete implementation of vtkCell to represent a 2D triangle strip. A triangle strip is a compact representation of triangles connected edge to edge in strip fashion. The connectivity of a triangle strip is three points defining an initial triangle, then for each additional triangle, a single point that, combined with the previous two points, defines the next triangle.
| static Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override int Kitware.VTK.vtkTriangleStrip.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.vtkTriangleStrip.Clip | ( | double | value, |
| vtkDataArray | cellScalars, | ||
| vtkIncrementalPointLocator | locator, | ||
| vtkCellArray | polys, | ||
| vtkPointData | inPd, | ||
| vtkPointData | outPd, | ||
| vtkCellData | inCd, | ||
| long | cellId, | ||
| vtkCellData | outCd, | ||
| int | insideOut | ||
| ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkTriangleStrip.Contour | ( | double | value, |
| vtkDataArray | cellScalars, | ||
| vtkIncrementalPointLocator | locator, | ||
| vtkCellArray | verts, | ||
| vtkCellArray | lines, | ||
| vtkCellArray | polys, | ||
| vtkPointData | inPd, | ||
| vtkPointData | outPd, | ||
| vtkCellData | inCd, | ||
| long | cellId, | ||
| vtkCellData | outCd | ||
| ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| static void Kitware.VTK.vtkTriangleStrip.DecomposeStrip | ( | int | npts, |
| IntPtr | pts, | ||
| vtkCellArray | tris | ||
| ) | [static] |
Given a triangle strip, decompose it into a list of (triangle) polygons. The polygons are appended to the end of the list of triangles.
| override void Kitware.VTK.vtkTriangleStrip.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.vtkTriangleStrip.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.vtkCell.
| override void Kitware.VTK.vtkTriangleStrip.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.vtkTriangleStrip.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.vtkTriangleStrip.GetCellDimension | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.GetCellType | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override vtkCell Kitware.VTK.vtkTriangleStrip.GetEdge | ( | int | edgeId | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override vtkCell Kitware.VTK.vtkTriangleStrip.GetFace | ( | int | arg0 | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.GetNumberOfEdges | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.GetNumberOfFaces | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.GetParametricCenter | ( | IntPtr | pcoords | ) | [virtual] |
Return the center of the point cloud in parametric coordinates.
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkTriangleStrip.InterpolateDerivs | ( | IntPtr | pcoords, |
| IntPtr | derivs | ||
| ) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkTriangleStrip.InterpolateFunctions | ( | IntPtr | pcoords, |
| IntPtr | weights | ||
| ) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.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.vtkTriangleStrip.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.IsPrimaryCell | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| static new int Kitware.VTK.vtkTriangleStrip.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
| static new vtkTriangleStrip Kitware.VTK.vtkTriangleStrip.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
| static new vtkTriangleStrip Kitware.VTK.vtkTriangleStrip.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkTriangleStrip.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.vtkTriangleStrip.vtkTriangleStrip_CellBoundary_01 | ( | HandleRef | pThis, |
| int | subId, | ||
| IntPtr | pcoords, | ||
| HandleRef | pts | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_Clip_02 | ( | HandleRef | pThis, |
| double | value, | ||
| HandleRef | cellScalars, | ||
| HandleRef | locator, | ||
| HandleRef | polys, | ||
| HandleRef | inPd, | ||
| HandleRef | outPd, | ||
| HandleRef | inCd, | ||
| long | cellId, | ||
| HandleRef | outCd, | ||
| int | insideOut | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_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.vtkTriangleStrip.vtkTriangleStrip_DecomposeStrip_04 | ( | int | npts, |
| IntPtr | pts, | ||
| HandleRef | tris | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_Derivatives_05 | ( | HandleRef | pThis, |
| int | subId, | ||
| IntPtr | pcoords, | ||
| IntPtr | values, | ||
| int | dim, | ||
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_EvaluateLocation_06 | ( | HandleRef | pThis, |
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| IntPtr | x, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_EvaluatePosition_07 | ( | HandleRef | pThis, |
| IntPtr | x, | ||
| IntPtr | closestPoint, | ||
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| ref double | dist2, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetCellDimension_08 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetCellType_09 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetEdge_10 | ( | HandleRef | pThis, |
| int | edgeId, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetFace_11 | ( | HandleRef | pThis, |
| int | arg0, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetNumberOfEdges_12 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetNumberOfFaces_13 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_GetParametricCenter_14 | ( | HandleRef | pThis, |
| IntPtr | pcoords | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_InterpolateDerivs_15 | ( | HandleRef | pThis, |
| IntPtr | pcoords, | ||
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_InterpolateFunctions_16 | ( | HandleRef | pThis, |
| IntPtr | pcoords, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_IntersectWithLine_17 | ( | HandleRef | pThis, |
| IntPtr | p1, | ||
| IntPtr | p2, | ||
| double | tol, | ||
| ref double | t, | ||
| IntPtr | x, | ||
| IntPtr | pcoords, | ||
| ref int | subId | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_IsA_18 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_IsPrimaryCell_19 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_IsTypeOf_20 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_NewInstance_22 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_SafeDownCast_23 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkTriangleStrip.vtkTriangleStrip_Triangulate_24 | ( | HandleRef | pThis, |
| int | index, | ||
| HandleRef | ptIds, | ||
| HandleRef | pts | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkTriangleStrip.MRClassNameKey = "16vtkTriangleStrip" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell.
| new const string Kitware.VTK.vtkTriangleStrip.MRFullTypeName = "Kitware.VTK.vtkTriangleStrip" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell.
1.7.6.1