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.vtkExplicitCell Class Reference

vtkExplicitCell - abstract superclass for cells requiring an explicit representation More...

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

List of all members.

Public Member Functions

 vtkExplicitCell (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual int GetCellId ()
 Set/Get the cell id. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.
virtual vtkDataSet GetDataSet ()
 Set/Get the mesh that owns this cell. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.
override int IsA (string type)
 Undocumented Block.
override int IsExplicitCell ()
 Explicit cells require additional representational information beyond the usual cell type and connectivity list information. Most cells in VTK are implicit cells. The vtkCell::IsImplicitCell() virtual function is overloaded to reflect this requirement.
new vtkExplicitCell NewInstance ()
 Undocumented Block.
virtual void SetCellId (int _arg)
 Set/Get the cell id. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.
virtual void SetDataSet (vtkDataSet arg0)
 Set/Get the mesh that owns this cell. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkExplicitCell SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkExplicitCell"
 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 int vtkExplicitCell_GetCellId_01 (HandleRef pThis)
static internal IntPtr vtkExplicitCell_GetDataSet_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExplicitCell_IsA_03 (HandleRef pThis, string type)
static internal int vtkExplicitCell_IsExplicitCell_04 (HandleRef pThis)
static internal int vtkExplicitCell_IsTypeOf_05 (string type)
static internal IntPtr vtkExplicitCell_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExplicitCell_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExplicitCell_SetCellId_08 (HandleRef pThis, int _arg)
static internal void vtkExplicitCell_SetDataSet_09 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkExplicitCell ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExplicitCell - abstract superclass for cells requiring an explicit representation

Description vtkExplicitCell is an abstract superclass for cells that cannot be represented implicitly. An implicit representation requires only a cell type and connectivity list (e.g., triangle). Explicit cells require information beyond this; e.g., a NURBS surface or cells that require explicit face/edge descriptions. Most cells in VTK are implicitly represented.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkExplicitCell.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.vtkNonLinearCell.

virtual int Kitware.VTK.vtkExplicitCell.GetCellId ( ) [virtual]

Set/Get the cell id. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.

Set/Get the mesh that owns this cell. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.

Here is the call graph for this function:

override int Kitware.VTK.vtkExplicitCell.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

override int Kitware.VTK.vtkExplicitCell.IsExplicitCell ( ) [virtual]

Explicit cells require additional representational information beyond the usual cell type and connectivity list information. Most cells in VTK are implicit cells. The vtkCell::IsImplicitCell() virtual function is overloaded to reflect this requirement.

Reimplemented from Kitware.VTK.vtkCell.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkExplicitCell.SetCellId ( int  _arg) [virtual]

Set/Get the cell id. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.

virtual void Kitware.VTK.vtkExplicitCell.SetDataSet ( vtkDataSet  arg0) [virtual]

Set/Get the mesh that owns this cell. This is necessary for explicit cells because they often need to keep extra information (typically contained in the cell data of a point set). This information might be things like knot points/weights, boundaries, etc.

static internal int Kitware.VTK.vtkExplicitCell.vtkExplicitCell_GetCellId_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExplicitCell.vtkExplicitCell_GetDataSet_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkExplicitCell.vtkExplicitCell_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExplicitCell.vtkExplicitCell_IsExplicitCell_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExplicitCell.vtkExplicitCell_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExplicitCell.vtkExplicitCell_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExplicitCell.vtkExplicitCell_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExplicitCell.vtkExplicitCell_SetCellId_08 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExplicitCell.vtkExplicitCell_SetDataSet_09 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExplicitCell.MRClassNameKey = "15vtkExplicitCell" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.


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