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

vtkScalarTree - organize data according to scalar values (used to accelerate contouring operations) More...

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

List of all members.

Public Member Functions

 vtkScalarTree (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual void BuildTree ()
 Construct the scalar tree from the dataset provided. Checks build times and modified time from input and reconstructs the tree if necessary.
virtual vtkDataSet GetDataSet ()
 Build the tree from the points/cells defining this dataset.
virtual vtkCell GetNextCell (ref int cellId, vtkIdList ptIds, vtkDataArray cellScalars)
 Return the next cell that may contain scalar value specified to initialize traversal. The value NULL is returned if the list is exhausted. Make sure that InitTraversal() has been invoked first or you'll get erratic behavior.
virtual void InitTraversal (double scalarValue)
 Begin to traverse the cells based on a scalar value. Returned cells will have scalar values that span the scalar value specified.
virtual void Initialize ()
 Initialize locator. Frees memory and resets object as appropriate.
override int IsA (string type)
 Undocumented Block.
new vtkScalarTree NewInstance ()
 Undocumented Block.
virtual void SetDataSet (vtkDataSet arg0)
 Build the tree from the points/cells defining this dataset.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkScalarTree"
 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 void vtkScalarTree_BuildTree_01 (HandleRef pThis)
static internal IntPtr vtkScalarTree_GetDataSet_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkScalarTree_GetNextCell_03 (HandleRef pThis, ref int cellId, HandleRef ptIds, HandleRef cellScalars, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarTree_InitTraversal_04 (HandleRef pThis, double scalarValue)
static internal void vtkScalarTree_Initialize_05 (HandleRef pThis)
static internal int vtkScalarTree_IsA_06 (HandleRef pThis, string type)
static internal int vtkScalarTree_IsTypeOf_07 (string type)
static internal IntPtr vtkScalarTree_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkScalarTree_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarTree_SetDataSet_10 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkScalarTree ()
 Automatically generated type registration mechanics.

Detailed Description

vtkScalarTree - organize data according to scalar values (used to accelerate contouring operations)


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

virtual void Kitware.VTK.vtkScalarTree.BuildTree ( ) [virtual]

Construct the scalar tree from the dataset provided. Checks build times and modified time from input and reconstructs the tree if necessary.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

override void Kitware.VTK.vtkScalarTree.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.vtkSimpleScalarTree.

Build the tree from the points/cells defining this dataset.

Here is the call graph for this function:

virtual vtkCell Kitware.VTK.vtkScalarTree.GetNextCell ( ref int  cellId,
vtkIdList  ptIds,
vtkDataArray  cellScalars 
) [virtual]

Return the next cell that may contain scalar value specified to initialize traversal. The value NULL is returned if the list is exhausted. Make sure that InitTraversal() has been invoked first or you'll get erratic behavior.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkScalarTree.Initialize ( ) [virtual]

Initialize locator. Frees memory and resets object as appropriate.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

virtual void Kitware.VTK.vtkScalarTree.InitTraversal ( double  scalarValue) [virtual]

Begin to traverse the cells based on a scalar value. Returned cells will have scalar values that span the scalar value specified.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

Here is the call graph for this function:

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

Build the tree from the points/cells defining this dataset.

static internal void Kitware.VTK.vtkScalarTree.vtkScalarTree_BuildTree_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarTree.vtkScalarTree_GetDataSet_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarTree.vtkScalarTree_GetNextCell_03 ( HandleRef  pThis,
ref int  cellId,
HandleRef  ptIds,
HandleRef  cellScalars,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarTree.vtkScalarTree_Initialize_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkScalarTree.vtkScalarTree_InitTraversal_04 ( HandleRef  pThis,
double  scalarValue 
) [private]
static internal int Kitware.VTK.vtkScalarTree.vtkScalarTree_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkScalarTree.vtkScalarTree_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkScalarTree.vtkScalarTree_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarTree.vtkScalarTree_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarTree.vtkScalarTree_SetDataSet_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkScalarTree.MRClassNameKey = "13vtkScalarTree" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkSimpleScalarTree.


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