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

vtkArrayData - Pipeline data object that contains multiple vtkArray objects. More...

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

List of all members.

Public Member Functions

 vtkArrayData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkArrayData ()
 Undocumented Block.
void AddArray (vtkArray arg0)
 Adds a vtkArray to the collection.
void ClearArrays ()
 Clears the contents of the collection.
override void DeepCopy (vtkDataObject other)
 Return class name of data type (VTK_ARRAY_DATA).
vtkArray GetArray (int index)
 Returns the n-th vtkArray in the collection.
vtkArray GetArrayByName (string name)
 Returns the array having called name from the collection.
override int GetDataObjectType ()
 Return class name of data type (VTK_ARRAY_DATA).
int GetNumberOfArrays ()
 Returns the number of vtkArray instances in the collection.
override int IsA (string type)
 Undocumented Block.
new vtkArrayData NewInstance ()
 Undocumented Block.
override void ShallowCopy (vtkDataObject other)
 Return class name of data type (VTK_ARRAY_DATA).

Static Public Member Functions

static new vtkArrayData New ()
 Undocumented Block.
static new vtkArrayData GetData (vtkInformation info)
 Undocumented Block.
static new vtkArrayData GetData (vtkInformationVector v, int i)
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkArrayData SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkArrayData"
 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 vtkArrayData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkArrayData_AddArray_01 (HandleRef pThis, HandleRef arg0)
static internal void vtkArrayData_ClearArrays_02 (HandleRef pThis)
static internal void vtkArrayData_DeepCopy_03 (HandleRef pThis, HandleRef other)
static internal IntPtr vtkArrayData_GetArray_04 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArrayData_GetArrayByName_05 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArrayData_GetData_06 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArrayData_GetData_07 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkArrayData_GetDataObjectType_08 (HandleRef pThis)
static internal int vtkArrayData_GetNumberOfArrays_09 (HandleRef pThis)
static internal int vtkArrayData_IsA_10 (HandleRef pThis, string type)
static internal int vtkArrayData_IsTypeOf_11 (string type)
static internal IntPtr vtkArrayData_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArrayData_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkArrayData_ShallowCopy_15 (HandleRef pThis, HandleRef other)

Static Private Member Functions

static vtkArrayData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkArrayData - Pipeline data object that contains multiple vtkArray objects.

Description Because vtkArray cannot be stored as attributes of data objects (yet), a "carrier" object is needed to pass vtkArray through the pipeline. vtkArrayData acts as a container of zero-to-many vtkArray instances, which can be retrieved via a zero-based index. Note that a collection of arrays stored in vtkArrayData may-or-may-not have related types, dimensions, or extents.

Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.

vtkArrayDataAlgorithm, vtkArray


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Adds a vtkArray to the collection.

Clears the contents of the collection.

override void Kitware.VTK.vtkArrayData.DeepCopy ( vtkDataObject  other) [virtual]

Return class name of data type (VTK_ARRAY_DATA).

Reimplemented from Kitware.VTK.vtkDataObject.

override void Kitware.VTK.vtkArrayData.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.vtkDataObject.

Returns the n-th vtkArray in the collection.

Here is the call graph for this function:

Returns the array having called name from the collection.

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

static new vtkArrayData Kitware.VTK.vtkArrayData.GetData ( vtkInformationVector  v,
int  i 
) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

override int Kitware.VTK.vtkArrayData.GetDataObjectType ( ) [virtual]

Return class name of data type (VTK_ARRAY_DATA).

Reimplemented from Kitware.VTK.vtkDataObject.

Returns the number of vtkArray instances in the collection.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

static new vtkArrayData Kitware.VTK.vtkArrayData.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObject.

Here is the call graph for this function:

override void Kitware.VTK.vtkArrayData.ShallowCopy ( vtkDataObject  other) [virtual]

Return class name of data type (VTK_ARRAY_DATA).

Reimplemented from Kitware.VTK.vtkDataObject.

static internal void Kitware.VTK.vtkArrayData.vtkArrayData_AddArray_01 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkArrayData.vtkArrayData_ClearArrays_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkArrayData.vtkArrayData_DeepCopy_03 ( HandleRef  pThis,
HandleRef  other 
) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_GetArray_04 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_GetArrayByName_05 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_GetData_06 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_GetData_07 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkArrayData.vtkArrayData_GetDataObjectType_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkArrayData.vtkArrayData_GetNumberOfArrays_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkArrayData.vtkArrayData_IsA_10 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkArrayData.vtkArrayData_IsTypeOf_11 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_NewInstance_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArrayData.vtkArrayData_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkArrayData.vtkArrayData_ShallowCopy_15 ( HandleRef  pThis,
HandleRef  other 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkArrayData.MRClassNameKey = "12vtkArrayData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObject.


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