ActiViz .NET
5.8.0
|
vtkQuad - a cell that represents a 2D quadrilateral More...
Public Member Functions | |
vtkQuad (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkQuad () | |
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, int cellId, vtkCellData outCd, int insideOut) |
Clip this quad using scalar value provided. Like contouring, except that it cuts the quad to produce other quads and/or 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) |
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. | |
IntPtr | GetEdgeArray (int edgeId) |
Return the ids of the vertices defining edge (`edgeId`). Ids are related to the cell, not to the dataset. | |
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) |
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 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) |
See the vtkCell API for descriptions of these methods. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkQuad | 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 vtkQuad | New () |
Undocumented Block. | |
static void | InterpolationDerivs (IntPtr pcoords, IntPtr derivs) |
static void | InterpolationFunctions (IntPtr pcoords, IntPtr sf) |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkQuad | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkQuad" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "7vtkQuad" |
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 | vtkQuad_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkQuad_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
static internal void | vtkQuad_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 | vtkQuad_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 | vtkQuad_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
static internal void | vtkQuad_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
static internal int | vtkQuad_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
static internal int | vtkQuad_GetCellDimension_07 (HandleRef pThis) |
static internal int | vtkQuad_GetCellType_08 (HandleRef pThis) |
static internal IntPtr | vtkQuad_GetEdge_09 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkQuad_GetEdgeArray_10 (HandleRef pThis, int edgeId) |
static internal IntPtr | vtkQuad_GetFace_11 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkQuad_GetNumberOfEdges_12 (HandleRef pThis) |
static internal int | vtkQuad_GetNumberOfFaces_13 (HandleRef pThis) |
static internal int | vtkQuad_GetParametricCenter_14 (HandleRef pThis, IntPtr pcoords) |
static internal IntPtr | vtkQuad_GetParametricCoords_15 (HandleRef pThis) |
static internal void | vtkQuad_InterpolateDerivs_16 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
static internal void | vtkQuad_InterpolateFunctions_17 (HandleRef pThis, IntPtr pcoords, IntPtr sf) |
static internal void | vtkQuad_InterpolationDerivs_18 (IntPtr pcoords, IntPtr derivs) |
static internal void | vtkQuad_InterpolationFunctions_19 (IntPtr pcoords, IntPtr sf) |
static internal int | vtkQuad_IntersectWithLine_20 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
static internal int | vtkQuad_IsA_21 (HandleRef pThis, string type) |
static internal int | vtkQuad_IsTypeOf_22 (string type) |
static internal IntPtr | vtkQuad_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkQuad_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkQuad_Triangulate_26 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
static | vtkQuad () |
Automatically generated type registration mechanics. |
vtkQuad - a cell that represents a 2D quadrilateral
Description vtkQuad is a concrete implementation of vtkCell to represent a 2D quadrilateral. vtkQuad is defined by the four points (0,1,2,3) in counterclockwise order. vtkQuad uses the standard isoparametric interpolation functions for a linear quadrilateral.
static Kitware.VTK.vtkQuad.vtkQuad | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkQuad.vtkQuad | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override int Kitware.VTK.vtkQuad.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.vtkQuad.Clip | ( | double | value, |
vtkDataArray | cellScalars, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | polys, | ||
vtkPointData | inPd, | ||
vtkPointData | outPd, | ||
vtkCellData | inCd, | ||
int | cellId, | ||
vtkCellData | outCd, | ||
int | insideOut | ||
) | [virtual] |
Clip this quad using scalar value provided. Like contouring, except that it cuts the quad to produce other quads and/or triangles.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkQuad.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.vtkCell.
override void Kitware.VTK.vtkQuad.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.vtkQuad.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.vtkQuad.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.vtkQuad.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.vtkQuad.GetCellDimension | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkQuad.GetCellType | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkQuad.GetEdge | ( | int | edgeId | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
IntPtr Kitware.VTK.vtkQuad.GetEdgeArray | ( | int | edgeId | ) |
Return the ids of the vertices defining edge (`edgeId`). Ids are related to the cell, not to the dataset.
override vtkCell Kitware.VTK.vtkQuad.GetFace | ( | int | arg0 | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkQuad.GetNumberOfEdges | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkQuad.GetNumberOfFaces | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkQuad.GetParametricCenter | ( | IntPtr | pcoords | ) | [virtual] |
----------------------------------------------------------------------------
Reimplemented from Kitware.VTK.vtkCell.
override IntPtr Kitware.VTK.vtkQuad.GetParametricCoords | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkQuad.InterpolateDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkQuad.InterpolateFunctions | ( | IntPtr | pcoords, |
IntPtr | sf | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
static void Kitware.VTK.vtkQuad.InterpolationDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [static] |
static void Kitware.VTK.vtkQuad.InterpolationFunctions | ( | IntPtr | pcoords, |
IntPtr | sf | ||
) | [static] |
override int Kitware.VTK.vtkQuad.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.vtkQuad.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
static new int Kitware.VTK.vtkQuad.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
static new vtkQuad Kitware.VTK.vtkQuad.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
static new vtkQuad Kitware.VTK.vtkQuad.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkQuad.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.vtkQuad.vtkQuad_CellBoundary_01 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
HandleRef | pts | ||
) | [private] |
static internal void Kitware.VTK.vtkQuad.vtkQuad_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.vtkQuad.vtkQuad_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.vtkQuad.vtkQuad_Derivatives_04 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | values, | ||
int | dim, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkQuad.vtkQuad_EvaluateLocation_05 | ( | HandleRef | pThis, |
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | x, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_EvaluatePosition_06 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
ref double | dist2, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_GetCellDimension_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_GetCellType_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_GetEdge_09 | ( | HandleRef | pThis, |
int | edgeId, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_GetEdgeArray_10 | ( | HandleRef | pThis, |
int | edgeId | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_GetFace_11 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_GetNumberOfEdges_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_GetNumberOfFaces_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_GetParametricCenter_14 | ( | HandleRef | pThis, |
IntPtr | pcoords | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_GetParametricCoords_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkQuad.vtkQuad_InterpolateDerivs_16 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkQuad.vtkQuad_InterpolateFunctions_17 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | sf | ||
) | [private] |
static internal void Kitware.VTK.vtkQuad.vtkQuad_InterpolationDerivs_18 | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkQuad.vtkQuad_InterpolationFunctions_19 | ( | IntPtr | pcoords, |
IntPtr | sf | ||
) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_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.vtkQuad.vtkQuad_IsA_21 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_IsTypeOf_22 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_NewInstance_24 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuad.vtkQuad_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkQuad.vtkQuad_Triangulate_26 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | ptIds, | ||
HandleRef | pts | ||
) | [private] |
new readonly string Kitware.VTK.vtkQuad.MRClassNameKey = "7vtkQuad" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell.
new const string Kitware.VTK.vtkQuad.MRFullTypeName = "Kitware.VTK.vtkQuad" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell.