|
ActiViz .NET
5.8.0
|
vtkImageReader2Collection - maintain a list of image readers More...
Public Member Functions | |
| vtkImageReader2Collection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkImageReader2Collection () | |
| Undocumented Block. | |
| void | AddItem (vtkImageReader2 arg0) |
| Add an image reader to the list. | |
| vtkImageReader2 | GetNextItem () |
| Get the next image reader in the list. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkImageReader2Collection | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkImageReader2Collection | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkImageReader2Collection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkImageReader2Collection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "25vtkImageReader2Collection" |
| 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 | vtkImageReader2Collection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkImageReader2Collection_AddItem_01 (HandleRef pThis, HandleRef arg0) |
| static internal IntPtr | vtkImageReader2Collection_GetNextItem_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkImageReader2Collection_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkImageReader2Collection_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkImageReader2Collection_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkImageReader2Collection_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkImageReader2Collection () |
| Automatically generated type registration mechanics. | |
vtkImageReader2Collection - maintain a list of image readers
Description vtkImageReader2Collection is an object that creates and manipulates lists of objects of type vtkImageReader2 and its subclasses.
| static Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Add an image reader to the list.
| override void Kitware.VTK.vtkImageReader2Collection.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.vtkCollection.
Get the next image reader in the list.
| override int Kitware.VTK.vtkImageReader2Collection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new int Kitware.VTK.vtkImageReader2Collection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkImageReader2Collection Kitware.VTK.vtkImageReader2Collection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static new vtkImageReader2Collection Kitware.VTK.vtkImageReader2Collection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkCollection.
| static internal void Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_AddItem_01 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_GetNextItem_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkImageReader2Collection.vtkImageReader2Collection_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkImageReader2Collection.MRClassNameKey = "25vtkImageReader2Collection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
| new const string Kitware.VTK.vtkImageReader2Collection.MRFullTypeName = "Kitware.VTK.vtkImageReader2Collection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkCollection.
1.7.6.1