ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkPOVExporter Class Reference

vtkPOVExporter - Export scene into povray format. More...

Inheritance diagram for Kitware.VTK.vtkPOVExporter:
[legend]
Collaboration diagram for Kitware.VTK.vtkPOVExporter:
[legend]

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExporter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExporter.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: