|
ActiViz .NET
5.8.0
|
vtkVoxel - a cell that represents a 3D orthogonal parallelepiped More...
Public Member Functions | |
| vtkVoxel (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkVoxel () | |
| Undocumented Block. | |
| override int | CellBoundary (int subId, IntPtr pcoords, vtkIdList pts) |
| 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 faceId) |
| 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 IntPtr | GetParametricCoords () |
| See vtkCell3D API for description 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) |
| See the vtkCell API for descriptions of these methods. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkVoxel | 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 vtkVoxel | New () |
| Undocumented Block. | |
| static int[] | GetEdgeArray (int edgeId) |
| Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset. | |
| static int[] | GetFaceArray (int faceId) |
| Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset. | |
| static void | InterpolationDerivs (IntPtr pcoords, IntPtr derivs) |
| static void | InterpolationFunctions (IntPtr pcoords, IntPtr weights) |
| Compute the interpolation functions. This static method is for convenience. Use the member function if you already have an instance of a voxel. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkVoxel | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkVoxel" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "8vtkVoxel" |
| 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 | vtkVoxel_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkVoxel_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts) |
| static internal void | vtkVoxel_Contour_02 (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 | vtkVoxel_Derivatives_03 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs) |
| static internal void | vtkVoxel_EvaluateLocation_04 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights) |
| static internal int | vtkVoxel_EvaluatePosition_05 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights) |
| static internal int | vtkVoxel_GetCellDimension_06 (HandleRef pThis) |
| static internal int | vtkVoxel_GetCellType_07 (HandleRef pThis) |
| static internal IntPtr | vtkVoxel_GetEdge_08 (HandleRef pThis, int edgeId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkVoxel_GetEdgeArray_09 (int edgeId) |
| static internal IntPtr | vtkVoxel_GetFace_10 (HandleRef pThis, int faceId, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkVoxel_GetFaceArray_11 (int faceId) |
| static internal int | vtkVoxel_GetNumberOfEdges_12 (HandleRef pThis) |
| static internal int | vtkVoxel_GetNumberOfFaces_13 (HandleRef pThis) |
| static internal IntPtr | vtkVoxel_GetParametricCoords_14 (HandleRef pThis) |
| static internal void | vtkVoxel_InterpolateDerivs_15 (HandleRef pThis, IntPtr pcoords, IntPtr derivs) |
| static internal void | vtkVoxel_InterpolateFunctions_16 (HandleRef pThis, IntPtr pcoords, IntPtr weights) |
| static internal void | vtkVoxel_InterpolationDerivs_17 (IntPtr pcoords, IntPtr derivs) |
| static internal void | vtkVoxel_InterpolationFunctions_18 (IntPtr pcoords, IntPtr weights) |
| static internal int | vtkVoxel_IntersectWithLine_19 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId) |
| static internal int | vtkVoxel_IsA_20 (HandleRef pThis, string type) |
| static internal int | vtkVoxel_IsTypeOf_21 (string type) |
| static internal IntPtr | vtkVoxel_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkVoxel_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkVoxel_Triangulate_25 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts) |
Static Private Member Functions | |
| static | vtkVoxel () |
| Automatically generated type registration mechanics. | |
vtkVoxel - a cell that represents a 3D orthogonal parallelepiped
Description vtkVoxel is a concrete implementation of vtkCell to represent a 3D orthogonal parallelepiped. Unlike vtkHexahedron, vtkVoxel has interior angles of 90 degrees, and sides are parallel to coordinate axes. This results in large increases in computational performance.
| static Kitware.VTK.vtkVoxel.vtkVoxel | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkVoxel.vtkVoxel | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override int Kitware.VTK.vtkVoxel.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.vtkVoxel.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.vtkCell3D.
| override void Kitware.VTK.vtkVoxel.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.vtkVoxel.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.vtkVoxel.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.vtkVoxel.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.vtkVoxel.GetCellDimension | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell3D.
| override int Kitware.VTK.vtkVoxel.GetCellType | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override vtkCell Kitware.VTK.vtkVoxel.GetEdge | ( | int | edgeId | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| static int [] Kitware.VTK.vtkVoxel.GetEdgeArray | ( | int | edgeId | ) | [static] |
Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.
| override vtkCell Kitware.VTK.vtkVoxel.GetFace | ( | int | faceId | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| static int [] Kitware.VTK.vtkVoxel.GetFaceArray | ( | int | faceId | ) | [static] |
Return the ids of the vertices defining edge/face (`edgeId`/`faceId'). Ids are related to the cell, not to the dataset.
| override int Kitware.VTK.vtkVoxel.GetNumberOfEdges | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override int Kitware.VTK.vtkVoxel.GetNumberOfFaces | ( | ) | [virtual] |
See the vtkCell API for descriptions of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override IntPtr Kitware.VTK.vtkVoxel.GetParametricCoords | ( | ) | [virtual] |
See vtkCell3D API for description of these methods.
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkVoxel.InterpolateDerivs | ( | IntPtr | pcoords, |
| IntPtr | derivs | ||
| ) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
| override void Kitware.VTK.vtkVoxel.InterpolateFunctions | ( | IntPtr | pcoords, |
| IntPtr | weights | ||
| ) | [virtual] |
Compute the interpolation functions/derivatives (aka shape functions/derivatives)
Reimplemented from Kitware.VTK.vtkCell.
| static void Kitware.VTK.vtkVoxel.InterpolationDerivs | ( | IntPtr | pcoords, |
| IntPtr | derivs | ||
| ) | [static] |
| static void Kitware.VTK.vtkVoxel.InterpolationFunctions | ( | IntPtr | pcoords, |
| IntPtr | weights | ||
| ) | [static] |
Compute the interpolation functions. This static method is for convenience. Use the member function if you already have an instance of a voxel.
| override int Kitware.VTK.vtkVoxel.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.vtkVoxel.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| static new int Kitware.VTK.vtkVoxel.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| static new vtkVoxel Kitware.VTK.vtkVoxel.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| static new vtkVoxel Kitware.VTK.vtkVoxel.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCell3D.
| override int Kitware.VTK.vtkVoxel.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.vtkVoxel.vtkVoxel_CellBoundary_01 | ( | HandleRef | pThis, |
| int | subId, | ||
| IntPtr | pcoords, | ||
| HandleRef | pts | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVoxel.vtkVoxel_Contour_02 | ( | 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.vtkVoxel.vtkVoxel_Derivatives_03 | ( | HandleRef | pThis, |
| int | subId, | ||
| IntPtr | pcoords, | ||
| IntPtr | values, | ||
| int | dim, | ||
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVoxel.vtkVoxel_EvaluateLocation_04 | ( | HandleRef | pThis, |
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| IntPtr | x, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_EvaluatePosition_05 | ( | HandleRef | pThis, |
| IntPtr | x, | ||
| IntPtr | closestPoint, | ||
| ref int | subId, | ||
| IntPtr | pcoords, | ||
| ref double | dist2, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_GetCellDimension_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_GetCellType_07 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_GetEdge_08 | ( | HandleRef | pThis, |
| int | edgeId, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_GetEdgeArray_09 | ( | int | edgeId | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_GetFace_10 | ( | HandleRef | pThis, |
| int | faceId, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_GetFaceArray_11 | ( | int | faceId | ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_GetNumberOfEdges_12 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_GetNumberOfFaces_13 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_GetParametricCoords_14 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkVoxel.vtkVoxel_InterpolateDerivs_15 | ( | HandleRef | pThis, |
| IntPtr | pcoords, | ||
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVoxel.vtkVoxel_InterpolateFunctions_16 | ( | HandleRef | pThis, |
| IntPtr | pcoords, | ||
| IntPtr | weights | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVoxel.vtkVoxel_InterpolationDerivs_17 | ( | IntPtr | pcoords, |
| IntPtr | derivs | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVoxel.vtkVoxel_InterpolationFunctions_18 | ( | IntPtr | pcoords, |
| IntPtr | weights | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_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.vtkVoxel.vtkVoxel_IsA_20 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_IsTypeOf_21 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_NewInstance_23 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVoxel.vtkVoxel_SafeDownCast_24 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVoxel.vtkVoxel_Triangulate_25 | ( | HandleRef | pThis, |
| int | index, | ||
| HandleRef | ptIds, | ||
| HandleRef | pts | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkVoxel.MRClassNameKey = "8vtkVoxel" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell3D.
| new const string Kitware.VTK.vtkVoxel.MRFullTypeName = "Kitware.VTK.vtkVoxel" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCell3D.
1.7.6.1