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.vtkVRMLExporter Class Reference

vtkVRMLExporter - export a scene into VRML 2.0 format. More...

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

List of all members.

Public Member Functions

 vtkVRMLExporter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkVRMLExporter ()
 Undocumented Block.
virtual string GetFileName ()
 Specify the name of the VRML file to write.
virtual double GetSpeed ()
 Specify the Speed of navigation. Default is 4.
override int IsA (string type)
 Undocumented Block.
new vtkVRMLExporter NewInstance ()
 Undocumented Block.
virtual void SetFileName (string _arg)
 Specify the name of the VRML file to write.
virtual void SetSpeed (double _arg)
 Specify the Speed of navigation. Default is 4.

Static Public Member Functions

static new vtkVRMLExporter New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkVRMLExporter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkVRMLExporter"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkVRMLExporter"
 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 vtkVRMLExporter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVRMLExporter_GetFileName_01 (HandleRef pThis)
static internal double vtkVRMLExporter_GetSpeed_02 (HandleRef pThis)
static internal int vtkVRMLExporter_IsA_03 (HandleRef pThis, string type)
static internal int vtkVRMLExporter_IsTypeOf_04 (string type)
static internal IntPtr vtkVRMLExporter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkVRMLExporter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkVRMLExporter_SetFileName_08 (HandleRef pThis, string _arg)
static internal void vtkVRMLExporter_SetSpeed_09 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkVRMLExporter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkVRMLExporter - export a scene into VRML 2.0 format.

Description vtkVRMLExporter is a concrete subclass of vtkExporter that writes VRML 2.0 files. This is based on the VRML 2.0 draft #3 but it should be pretty stable since we aren't using any of the newer features.

vtkExporter


Constructor & Destructor Documentation

static Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter ( 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.vtkVRMLExporter.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.vtkVRMLExporter.GetFileName ( ) [virtual]

Specify the name of the VRML file to write.

virtual double Kitware.VTK.vtkVRMLExporter.GetSpeed ( ) [virtual]

Specify the Speed of navigation. Default is 4.

override int Kitware.VTK.vtkVRMLExporter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExporter.

static new int Kitware.VTK.vtkVRMLExporter.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.vtkVRMLExporter.SetFileName ( string  _arg) [virtual]

Specify the name of the VRML file to write.

virtual void Kitware.VTK.vtkVRMLExporter.SetSpeed ( double  _arg) [virtual]

Specify the Speed of navigation. Default is 4.

static internal IntPtr Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_GetFileName_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_GetSpeed_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_SetFileName_08 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkVRMLExporter.vtkVRMLExporter_SetSpeed_09 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkVRMLExporter.MRClassNameKey = "15vtkVRMLExporter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExporter.

new const string Kitware.VTK.vtkVRMLExporter.MRFullTypeName = "Kitware.VTK.vtkVRMLExporter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExporter.


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