|
ActiViz .NET
5.8.0
|
vtkPOVExporter - Export scene into povray format. More...
Public Member Functions | |
| vtkPOVExporter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPOVExporter () | |
| Undocumented Block. | |
| virtual string | GetFileName () |
| The filename to save into. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPOVExporter | NewInstance () |
| Undocumented Block. | |
| virtual void | SetFileName (string _arg) |
| The filename to save into. | |
Static Public Member Functions | |
| static new vtkPOVExporter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPOVExporter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPOVExporter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkPOVExporter" |
| 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 | vtkPOVExporter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPOVExporter_GetFileName_01 (HandleRef pThis) |
| static internal int | vtkPOVExporter_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkPOVExporter_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkPOVExporter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPOVExporter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPOVExporter_SetFileName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkPOVExporter () |
| Automatically generated type registration mechanics. | |
vtkPOVExporter - Export scene into povray format.
Description This Exporter can be attached to a render window in order to generate scene description files for the Persistance of Vision Raytracer www.povray.org.
Thanks Li-Ta Lo (ollie@lanl.gov) and Jim Ahrens (ahrens@lanl.gov) Los Alamos National Laboratory
| static Kitware.VTK.vtkPOVExporter.vtkPOVExporter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPOVExporter.vtkPOVExporter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkPOVExporter.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.vtkPOVExporter.GetFileName | ( | ) | [virtual] |
The filename to save into.
| override int Kitware.VTK.vtkPOVExporter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| static new int Kitware.VTK.vtkPOVExporter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| static new vtkPOVExporter Kitware.VTK.vtkPOVExporter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| static new vtkPOVExporter Kitware.VTK.vtkPOVExporter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExporter.
| virtual void Kitware.VTK.vtkPOVExporter.SetFileName | ( | string | _arg | ) | [virtual] |
The filename to save into.
| static internal IntPtr Kitware.VTK.vtkPOVExporter.vtkPOVExporter_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPOVExporter.vtkPOVExporter_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPOVExporter.vtkPOVExporter_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPOVExporter.vtkPOVExporter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPOVExporter.vtkPOVExporter_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPOVExporter.vtkPOVExporter_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPOVExporter.vtkPOVExporter_SetFileName_07 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPOVExporter.MRClassNameKey = "14vtkPOVExporter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExporter.
| new const string Kitware.VTK.vtkPOVExporter.MRFullTypeName = "Kitware.VTK.vtkPOVExporter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExporter.
1.7.6.1