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

vtkNonLinearCell - abstract superclass for non-linear cells More...

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

List of all members.

Public Member Functions

 vtkNonLinearCell (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
override int IsA (string type)
 Undocumented Block.
override int IsLinear ()
 Non-linear cells require special treatment (tessellation) when converting to graphics primitives (during mapping). The vtkCell API IsLinear() is modified to indicate this requirement.
new vtkNonLinearCell NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkNonLinearCell"
 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 vtkNonLinearCell_IsA_01 (HandleRef pThis, string type)
static internal int vtkNonLinearCell_IsLinear_02 (HandleRef pThis)
static internal int vtkNonLinearCell_IsTypeOf_03 (string type)
static internal IntPtr vtkNonLinearCell_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkNonLinearCell_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkNonLinearCell ()
 Automatically generated type registration mechanics.

Detailed Description

vtkNonLinearCell - abstract superclass for non-linear cells

Description vtkNonLinearCell is an abstract superclass for non-linear cell types. Cells that are a direct subclass of vtkCell or vtkCell3D are linear; cells that are a subclass of vtkNonLinearCell have non-linear interpolation functions. Non-linear cells require special treatment when tessellating or converting to graphics primitives. Note that the linearity of the cell is a function of whether the cell needs tessellation, which does not strictly correlate with interpolation order (e.g., vtkHexahedron has non-linear interpolation functions (a product of three linear functions in r-s-t) even thought vtkHexahedron is considered linear.)


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkNonLinearCell.Dispose ( bool  disposing) [protected]
override int Kitware.VTK.vtkNonLinearCell.IsA ( string  type) [virtual]
override int Kitware.VTK.vtkNonLinearCell.IsLinear ( ) [virtual]

Non-linear cells require special treatment (tessellation) when converting to graphics primitives (during mapping). The vtkCell API IsLinear() is modified to indicate this requirement.

Reimplemented from Kitware.VTK.vtkCell.

static new int Kitware.VTK.vtkNonLinearCell.IsTypeOf ( string  type) [static]
static internal int Kitware.VTK.vtkNonLinearCell.vtkNonLinearCell_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkNonLinearCell.vtkNonLinearCell_IsLinear_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkNonLinearCell.vtkNonLinearCell_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkNonLinearCell.vtkNonLinearCell_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkNonLinearCell.vtkNonLinearCell_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkNonLinearCell.MRClassNameKey = "16vtkNonLinearCell" [static]
new const string Kitware.VTK.vtkNonLinearCell.MRFullTypeName = "Kitware.VTK.vtkNonLinearCell"

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