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

vtkTemporalDataSet - Composite dataset that holds multiple times More...

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

List of all members.

Public Member Functions

 vtkTemporalDataSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTemporalDataSet ()
 Undocumented Block.
override int GetDataObjectType ()
 Return class name of data type (see vtkType.h for definitions).
override int GetExtentType ()
 The extent type is a 3D extent.
vtkInformation GetMetaData (uint timestep)
 Get timestep meta-data.
override vtkInformation GetMetaData (vtkCompositeDataIterator iter)
 Unhiding superclass method.
uint GetNumberOfTimeSteps ()
 Returns the number of time steps.
vtkDataObject GetTimeStep (uint timestep)
 Get a timestep.
int HasMetaData (uint timestep)
 Returns if timestep meta-data is present.
override int HasMetaData (vtkCompositeDataIterator iter)
 Unhiding superclass method.
override int IsA (string type)
 Undocumented Block.
new vtkTemporalDataSet NewInstance ()
 Undocumented Block.
void SetNumberOfTimeSteps (uint numLevels)
 Set the number of time steps in theis dataset.
void SetTimeStep (uint timestep, vtkDataObject dobj)
 Set a data object as a timestep. Cannot be vtkTemporalDataSet.

Static Public Member Functions

static new vtkTemporalDataSet New ()
 Undocumented Block.
static new vtkTemporalDataSet GetData (vtkInformation info)
 Returns if timestep meta-data is present.
static new vtkTemporalDataSet GetData (vtkInformationVector v, int i)
 Returns if timestep meta-data is present.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTemporalDataSet SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkTemporalDataSet"
 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 vtkTemporalDataSet_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTemporalDataSet_GetData_01 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTemporalDataSet_GetData_02 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTemporalDataSet_GetDataObjectType_03 (HandleRef pThis)
static internal int vtkTemporalDataSet_GetExtentType_04 (HandleRef pThis)
static internal IntPtr vtkTemporalDataSet_GetMetaData_05 (HandleRef pThis, uint timestep, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTemporalDataSet_GetMetaData_06 (HandleRef pThis, HandleRef iter, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkTemporalDataSet_GetNumberOfTimeSteps_07 (HandleRef pThis)
static internal IntPtr vtkTemporalDataSet_GetTimeStep_08 (HandleRef pThis, uint timestep, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTemporalDataSet_HasMetaData_09 (HandleRef pThis, uint timestep)
static internal int vtkTemporalDataSet_HasMetaData_10 (HandleRef pThis, HandleRef iter)
static internal int vtkTemporalDataSet_IsA_11 (HandleRef pThis, string type)
static internal int vtkTemporalDataSet_IsTypeOf_12 (string type)
static internal IntPtr vtkTemporalDataSet_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTemporalDataSet_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTemporalDataSet_SetNumberOfTimeSteps_16 (HandleRef pThis, uint numLevels)
static internal void vtkTemporalDataSet_SetTimeStep_17 (HandleRef pThis, uint timestep, HandleRef dobj)

Static Private Member Functions

static vtkTemporalDataSet ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTemporalDataSet - Composite dataset that holds multiple times

Description vtkTemporalDataSet is a vtkCompositeDataSet that stores multiple time steps of data.

vtkCompositeDataSet


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkTemporalDataSet.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.vtkCompositeDataSet.

Returns if timestep meta-data is present.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

Here is the call graph for this function:

Returns if timestep meta-data is present.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

Here is the call graph for this function:

Return class name of data type (see vtkType.h for definitions).

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

The extent type is a 3D extent.

Reimplemented from Kitware.VTK.vtkDataObject.

Get timestep meta-data.

Here is the call graph for this function:

Unhiding superclass method.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

Here is the call graph for this function:

Returns the number of time steps.

Get a timestep.

Here is the call graph for this function:

Returns if timestep meta-data is present.

Unhiding superclass method.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

Here is the call graph for this function:

Set the number of time steps in theis dataset.

void Kitware.VTK.vtkTemporalDataSet.SetTimeStep ( uint  timestep,
vtkDataObject  dobj 
)

Set a data object as a timestep. Cannot be vtkTemporalDataSet.

static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetData_01 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetData_02 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetDataObjectType_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetExtentType_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetMetaData_05 ( HandleRef  pThis,
uint  timestep,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetMetaData_06 ( HandleRef  pThis,
HandleRef  iter,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetNumberOfTimeSteps_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_GetTimeStep_08 ( HandleRef  pThis,
uint  timestep,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_HasMetaData_09 ( HandleRef  pThis,
uint  timestep 
) [private]
static internal int Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_HasMetaData_10 ( HandleRef  pThis,
HandleRef  iter 
) [private]
static internal int Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_IsA_11 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_IsTypeOf_12 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_NewInstance_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_SetNumberOfTimeSteps_16 ( HandleRef  pThis,
uint  numLevels 
) [private]
static internal void Kitware.VTK.vtkTemporalDataSet.vtkTemporalDataSet_SetTimeStep_17 ( HandleRef  pThis,
uint  timestep,
HandleRef  dobj 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTemporalDataSet.MRClassNameKey = "18vtkTemporalDataSet" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCompositeDataSet.


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