ActiViz .NET
5.8.0
|
vtkVolumeCollection - a list of volumes More...
Public Member Functions | |
vtkVolumeCollection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkVolumeCollection () | |
Undocumented Block. | |
void | AddItem (vtkVolume a) |
Add a Volume to the list. | |
vtkVolume | GetNextItem () |
Access routine provided for compatibility with previous versions of VTK. Please use the GetNextVolume() variant where possible. | |
vtkVolume | GetNextVolume () |
Get the next Volume in the list. Return NULL when at the end of the list. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkVolumeCollection | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkVolumeCollection | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkVolumeCollection | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkVolumeCollection" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkVolumeCollection" |
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 | vtkVolumeCollection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkVolumeCollection_AddItem_01 (HandleRef pThis, HandleRef a) |
static internal IntPtr | vtkVolumeCollection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVolumeCollection_GetNextVolume_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkVolumeCollection_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkVolumeCollection_IsTypeOf_05 (string type) |
static internal IntPtr | vtkVolumeCollection_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkVolumeCollection_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkVolumeCollection () |
Automatically generated type registration mechanics. |
vtkVolumeCollection - a list of volumes
Description vtkVolumeCollection represents and provides methods to manipulate a list of volumes (i.e., vtkVolume and subclasses). The list is unsorted and duplicate entries are not prevented.
static Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add a Volume to the list.
override void Kitware.VTK.vtkVolumeCollection.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.vtkPropCollection.
Access routine provided for compatibility with previous versions of VTK. Please use the GetNextVolume() variant where possible.
Get the next Volume in the list. Return NULL when at the end of the list.
override int Kitware.VTK.vtkVolumeCollection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new int Kitware.VTK.vtkVolumeCollection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new vtkVolumeCollection Kitware.VTK.vtkVolumeCollection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static new vtkVolumeCollection Kitware.VTK.vtkVolumeCollection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPropCollection.
static internal void Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_AddItem_01 | ( | HandleRef | pThis, |
HandleRef | a | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_GetNextItem_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_GetNextVolume_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkVolumeCollection.vtkVolumeCollection_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkVolumeCollection.MRClassNameKey = "19vtkVolumeCollection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPropCollection.
new const string Kitware.VTK.vtkVolumeCollection.MRFullTypeName = "Kitware.VTK.vtkVolumeCollection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPropCollection.