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

vtkCuller - a superclass for prop cullers More...

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

List of all members.

Public Member Functions

 vtkCuller (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
override int IsA (string type)
 Undocumented Block.
new vtkCuller NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "9vtkCuller"
 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 vtkCuller_IsA_01 (HandleRef pThis, string type)
static internal int vtkCuller_IsTypeOf_02 (string type)
static internal IntPtr vtkCuller_NewInstance_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCuller_SafeDownCast_04 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkCuller ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCuller - a superclass for prop cullers

Description A culler has a cull method called by the vtkRenderer. The cull method is called before any rendering is performed, and it allows the culler to do some processing on the props and to modify their AllocatedRenderTime and re-order them in the prop list.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkCuller.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.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkCuller.vtkCuller_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCuller.vtkCuller_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCuller.vtkCuller_NewInstance_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCuller.vtkCuller_SafeDownCast_04 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCuller.MRClassNameKey = "9vtkCuller" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkFrustumCoverageCuller.


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