|
ActiViz .NET
5.8.0
|
vtkOOGLExporter - export a scene into Geomview OOGL format. More...
Public Member Functions | |
| vtkOOGLExporter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkOOGLExporter () | |
| Undocumented Block. | |
| virtual string | GetFileName () |
| Specify the name of the Geomview file to write. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkOOGLExporter | NewInstance () |
| Undocumented Block. | |
| virtual void | SetFileName (string _arg) |
| Specify the name of the Geomview file to write. | |
Static Public Member Functions | |
| static new vtkOOGLExporter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkOOGLExporter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkOOGLExporter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkOOGLExporter" |
| 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 | vtkOOGLExporter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkOOGLExporter_GetFileName_01 (HandleRef pThis) |
| static internal int | vtkOOGLExporter_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkOOGLExporter_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkOOGLExporter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkOOGLExporter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkOOGLExporter_SetFileName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkOOGLExporter () |
| Automatically generated type registration mechanics. | |
vtkOOGLExporter - export a scene into Geomview OOGL format.
Description vtkOOGLExporter is a concrete subclass of vtkExporter that writes Geomview OOGL files.
| static Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkOOGLExporter.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.vtkExporter.
| virtual string Kitware.VTK.vtkOOGLExporter.GetFileName | ( | ) | [virtual] |
Specify the name of the Geomview file to write.
| override int Kitware.VTK.vtkOOGLExporter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| static new int Kitware.VTK.vtkOOGLExporter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| static new vtkOOGLExporter Kitware.VTK.vtkOOGLExporter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| static new vtkOOGLExporter Kitware.VTK.vtkOOGLExporter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| virtual void Kitware.VTK.vtkOOGLExporter.SetFileName | ( | string | _arg | ) | [virtual] |
Specify the name of the Geomview file to write.
| static internal IntPtr Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOOGLExporter.vtkOOGLExporter_SetFileName_07 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkOOGLExporter.MRClassNameKey = "15vtkOOGLExporter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExporter.
| new const string Kitware.VTK.vtkOOGLExporter.MRFullTypeName = "Kitware.VTK.vtkOOGLExporter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExporter.
1.7.6.1