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