ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkEmptyCell Class Reference

vtkEmptyCell - an empty cell used as a place-holder during processing More...

Inheritance diagram for Kitware.VTK.vtkEmptyCell:
[legend]
Collaboration diagram for Kitware.VTK.vtkEmptyCell:
[legend]

List of all members.

Public Member Functions

 vtkEmptyCell (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkEmptyCell ()
 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 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)
 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 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 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 vtkEmptyCell 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 vtkEmptyCell New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkEmptyCell SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkEmptyCell"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkEmptyCell"
 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 vtkEmptyCell_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkEmptyCell_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkEmptyCell_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 vtkEmptyCell_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 vtkEmptyCell_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkEmptyCell_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkEmptyCell_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkEmptyCell_GetCellDimension_07 (HandleRef pThis)
static internal int vtkEmptyCell_GetCellType_08 (HandleRef pThis)
static internal IntPtr vtkEmptyCell_GetEdge_09 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEmptyCell_GetFace_10 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkEmptyCell_GetNumberOfEdges_11 (HandleRef pThis)
static internal int vtkEmptyCell_GetNumberOfFaces_12 (HandleRef pThis)
static internal void vtkEmptyCell_InterpolateDerivs_13 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkEmptyCell_InterpolateFunctions_14 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal int vtkEmptyCell_IntersectWithLine_15 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkEmptyCell_IsA_16 (HandleRef pThis, string type)
static internal int vtkEmptyCell_IsTypeOf_17 (string type)
static internal IntPtr vtkEmptyCell_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkEmptyCell_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkEmptyCell_Triangulate_21 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkEmptyCell ()
 Automatically generated type registration mechanics.

Detailed Description

vtkEmptyCell - an empty cell used as a place-holder during processing

Description vtkEmptyCell is a concrete implementation of vtkCell. It is used during processing to represented a deleted element.


Constructor & Destructor Documentation

static Kitware.VTK.vtkEmptyCell.vtkEmptyCell ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkEmptyCell.vtkEmptyCell ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override int Kitware.VTK.vtkEmptyCell.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.vtkEmptyCell.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.vtkEmptyCell.Contour ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  verts1,
vtkCellArray  lines,
vtkCellArray  verts2,
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.vtkEmptyCell.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.vtkEmptyCell.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.vtkEmptyCell.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.vtkEmptyCell.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.vtkEmptyCell.GetCellDimension ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkEmptyCell.GetCellType ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override vtkCell Kitware.VTK.vtkEmptyCell.GetEdge ( int  arg0) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override vtkCell Kitware.VTK.vtkEmptyCell.GetFace ( int  arg0) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override int Kitware.VTK.vtkEmptyCell.GetNumberOfEdges ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkEmptyCell.GetNumberOfFaces ( ) [virtual]

See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkEmptyCell.InterpolateDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [virtual]

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkEmptyCell.InterpolateFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [virtual]

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkEmptyCell.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.vtkEmptyCell.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

static new int Kitware.VTK.vtkEmptyCell.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

static new vtkEmptyCell Kitware.VTK.vtkEmptyCell.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override int Kitware.VTK.vtkEmptyCell.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.vtkEmptyCell.vtkEmptyCell_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkEmptyCell.vtkEmptyCell_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.vtkEmptyCell.vtkEmptyCell_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.vtkEmptyCell.vtkEmptyCell_Derivatives_04 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkEmptyCell.vtkEmptyCell_EvaluateLocation_05 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_EvaluatePosition_06 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_GetCellDimension_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_GetCellType_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkEmptyCell.vtkEmptyCell_GetEdge_09 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEmptyCell.vtkEmptyCell_GetFace_10 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_GetNumberOfEdges_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_GetNumberOfFaces_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkEmptyCell.vtkEmptyCell_InterpolateDerivs_13 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkEmptyCell.vtkEmptyCell_InterpolateFunctions_14 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_IntersectWithLine_15 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_IsA_16 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_IsTypeOf_17 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkEmptyCell.vtkEmptyCell_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEmptyCell.vtkEmptyCell_NewInstance_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkEmptyCell.vtkEmptyCell_SafeDownCast_20 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkEmptyCell.vtkEmptyCell_Triangulate_21 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkEmptyCell.MRClassNameKey = "12vtkEmptyCell" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell.

new const string Kitware.VTK.vtkEmptyCell.MRFullTypeName = "Kitware.VTK.vtkEmptyCell"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCell.


The documentation for this class was generated from the following file: