ActiViz .NET
5.8.0
|
vtkVertex - a cell that represents a 3D point More...
Public Member Functions | |
vtkVertex (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVertex () | |
Undocumented Block. | |
override int | CellBoundary (int subId, IntPtr pcoords, vtkIdList pts) |
Given parametric coordinates of a point, return the closest cell boundary, and whether the point is inside or outside of the cell. The cell boundary is defined by a list of points (pts) that specify a vertex (1D cell). If the return value of the method is != 0, then the point is inside the cell. | |
override void | Clip (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray pts, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd, int insideOut) |
See the vtkCell API for descriptions of these methods. | |
override void | Contour (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray verts1, vtkCellArray lines, vtkCellArray verts2, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd) |
Generate contouring primitives. The scalar list cellScalars are scalar values at each cell point. The point locator is essentially a points list that merges points as they are inserted (i.e., prevents duplicates). | |
override void | Derivatives (int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
Get the derivative of the vertex. Returns (0.0, 0.0, 0.0) for all dimensions. | |
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 arg0) |
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) |
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 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) |
Intersect with a ray. Return parametric coordinates (both line and cell) and global intersection coordinates, given ray definition and tolerance. The method returns non-zero value if intersection occurs. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVertex | NewInstance () |
Undocumented Block. | |
override int | Triangulate (int index, vtkIdList ptIds, vtkPoints pts) |
Triangulate the vertex. This method fills pts and ptIds with information from the only point in the vertex. | |
Static Public Member Functions | |
static new vtkVertex | 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 vtkVertex | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVertex" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "9vtkVertex" |
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 | vtkVertex_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVertex_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
static internal void | vtkVertex_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef pts, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd, int insideOut) |
static internal void | vtkVertex_Contour_03 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef verts1, HandleRef lines, HandleRef verts2, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd) |
static internal void | vtkVertex_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
static internal void | vtkVertex_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
static internal int | vtkVertex_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
static internal int | vtkVertex_GetCellDimension_07 (HandleRef pThis) |
static internal int | vtkVertex_GetCellType_08 (HandleRef pThis) |
static internal IntPtr | vtkVertex_GetEdge_09 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVertex_GetFace_10 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVertex_GetNumberOfEdges_11 (HandleRef pThis) |
static internal int | vtkVertex_GetNumberOfFaces_12 (HandleRef pThis) |
static internal int | vtkVertex_GetParametricCenter_13 (HandleRef pThis, IntPtr pcoords) |
static internal IntPtr | vtkVertex_GetParametricCoords_14 (HandleRef pThis) |
static internal void | vtkVertex_InterpolateDerivs_15 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
static internal void | vtkVertex_InterpolateFunctions_16 (HandleRef pThis, IntPtr pcoords, IntPtr weights) |
static internal void | vtkVertex_InterpolationDerivs_17 (IntPtr pcoords, IntPtr derivs) |
static internal void | vtkVertex_InterpolationFunctions_18 (IntPtr pcoords, IntPtr weights) |
static internal int | vtkVertex_IntersectWithLine_19 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
static internal int | vtkVertex_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkVertex_IsTypeOf_21 (string type) |
static internal IntPtr | vtkVertex_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVertex_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVertex_Triangulate_25 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
static | vtkVertex () |
Automatically generated type registration mechanics. |
vtkVertex - a cell that represents a 3D point
Description vtkVertex is a concrete implementation of vtkCell to represent a 3D point.
static Kitware.VTK.vtkVertex.vtkVertex | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVertex.vtkVertex | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override int Kitware.VTK.vtkVertex.CellBoundary | ( | int | subId, |
IntPtr | pcoords, | ||
vtkIdList | pts | ||
) | [virtual] |
Given parametric coordinates of a point, return the closest cell boundary, and whether the point is inside or outside of the cell. The cell boundary is defined by a list of points (pts) that specify a vertex (1D cell). If the return value of the method is != 0, then the point is inside the cell.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkVertex.Clip | ( | double | value, |
vtkDataArray | cellScalars, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | pts, | ||
vtkPointData | inPd, | ||
vtkPointData | outPd, | ||
vtkCellData | inCd, | ||
int | cellId, | ||
vtkCellData | outCd, | ||
int | insideOut | ||
) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkVertex.Contour | ( | double | value, |
vtkDataArray | cellScalars, | ||
vtkIncrementalPointLocator | locator, | ||
vtkCellArray | verts1, | ||
vtkCellArray | lines, | ||
vtkCellArray | verts2, | ||
vtkPointData | inPd, | ||
vtkPointData | outPd, | ||
vtkCellData | inCd, | ||
int | cellId, | ||
vtkCellData | outCd | ||
) | [virtual] |
Generate contouring primitives. The scalar list cellScalars are scalar values at each cell point. The point locator is essentially a points list that merges points as they are inserted (i.e., prevents duplicates).
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkVertex.Derivatives | ( | int | subId, |
IntPtr | pcoords, | ||
IntPtr | values, | ||
int | dim, | ||
IntPtr | derivs | ||
) | [virtual] |
Get the derivative of the vertex. Returns (0.0, 0.0, 0.0) for all dimensions.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkVertex.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.vtkVertex.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.vtkVertex.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.vtkVertex.GetCellDimension | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkVertex.GetCellType | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkVertex.GetEdge | ( | int | arg0 | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override vtkCell Kitware.VTK.vtkVertex.GetFace | ( | int | arg0 | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkVertex.GetNumberOfEdges | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkVertex.GetNumberOfFaces | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkVertex.GetParametricCenter | ( | IntPtr | pcoords | ) | [virtual] |
----------------------------------------------------------------------------
Reimplemented from Kitware.VTK.vtkCell.
override IntPtr Kitware.VTK.vtkVertex.GetParametricCoords | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkVertex.InterpolateDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
override void Kitware.VTK.vtkVertex.InterpolateFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
static void Kitware.VTK.vtkVertex.InterpolationDerivs | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [static] |
static void Kitware.VTK.vtkVertex.InterpolationFunctions | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [static] |
override int Kitware.VTK.vtkVertex.IntersectWithLine | ( | IntPtr | p1, |
IntPtr | p2, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId | ||
) | [virtual] |
Intersect with a ray. Return parametric coordinates (both line and cell) and global intersection coordinates, given ray definition and tolerance. The method returns non-zero value if intersection occurs.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkVertex.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
static new int Kitware.VTK.vtkVertex.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
static new vtkVertex Kitware.VTK.vtkVertex.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
static new vtkVertex Kitware.VTK.vtkVertex.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell.
override int Kitware.VTK.vtkVertex.Triangulate | ( | int | index, |
vtkIdList | ptIds, | ||
vtkPoints | pts | ||
) | [virtual] |
Triangulate the vertex. This method fills pts and ptIds with information from the only point in the vertex.
Reimplemented from Kitware.VTK.vtkCell.
static internal int Kitware.VTK.vtkVertex.vtkVertex_CellBoundary_01 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
HandleRef | pts | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_Clip_02 | ( | HandleRef | pThis, |
double | value, | ||
HandleRef | cellScalars, | ||
HandleRef | locator, | ||
HandleRef | pts, | ||
HandleRef | inPd, | ||
HandleRef | outPd, | ||
HandleRef | inCd, | ||
int | cellId, | ||
HandleRef | outCd, | ||
int | insideOut | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_Contour_03 | ( | HandleRef | pThis, |
double | value, | ||
HandleRef | cellScalars, | ||
HandleRef | locator, | ||
HandleRef | verts1, | ||
HandleRef | lines, | ||
HandleRef | verts2, | ||
HandleRef | inPd, | ||
HandleRef | outPd, | ||
HandleRef | inCd, | ||
int | cellId, | ||
HandleRef | outCd | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_Derivatives_04 | ( | HandleRef | pThis, |
int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | values, | ||
int | dim, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_EvaluateLocation_05 | ( | HandleRef | pThis, |
ref int | subId, | ||
IntPtr | pcoords, | ||
IntPtr | x, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_EvaluatePosition_06 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | closestPoint, | ||
ref int | subId, | ||
IntPtr | pcoords, | ||
ref double | dist2, | ||
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_GetCellDimension_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_GetCellType_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVertex.vtkVertex_GetEdge_09 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertex.vtkVertex_GetFace_10 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_GetNumberOfEdges_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_GetNumberOfFaces_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_GetParametricCenter_13 | ( | HandleRef | pThis, |
IntPtr | pcoords | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertex.vtkVertex_GetParametricCoords_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_InterpolateDerivs_15 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_InterpolateFunctions_16 | ( | HandleRef | pThis, |
IntPtr | pcoords, | ||
IntPtr | weights | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_InterpolationDerivs_17 | ( | IntPtr | pcoords, |
IntPtr | derivs | ||
) | [private] |
static internal void Kitware.VTK.vtkVertex.vtkVertex_InterpolationFunctions_18 | ( | IntPtr | pcoords, |
IntPtr | weights | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_IntersectWithLine_19 | ( | HandleRef | pThis, |
IntPtr | p1, | ||
IntPtr | p2, | ||
double | tol, | ||
ref double | t, | ||
IntPtr | x, | ||
IntPtr | pcoords, | ||
ref int | subId | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVertex.vtkVertex_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertex.vtkVertex_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVertex.vtkVertex_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkVertex.vtkVertex_Triangulate_25 | ( | HandleRef | pThis, |
int | index, | ||
HandleRef | ptIds, | ||
HandleRef | pts | ||
) | [private] |
new readonly string Kitware.VTK.vtkVertex.MRClassNameKey = "9vtkVertex" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell.
new const string Kitware.VTK.vtkVertex.MRFullTypeName = "Kitware.VTK.vtkVertex" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell.