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

vtkX3DExporter - create an x3d file More...

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

List of all members.

Public Member Functions

 vtkX3DExporter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkX3DExporter ()
 Undocumented Block.
virtual void BinaryOff ()
 Turn on binary mode.
virtual void BinaryOn ()
 Turn on binary mode.
virtual void FastestOff ()
 In binary mode use fastest instead of best compression.
virtual void FastestOn ()
 In binary mode use fastest instead of best compression.
virtual int GetBinary ()
 Turn on binary mode.
virtual int GetBinaryMaxValue ()
 Turn on binary mode.
virtual int GetBinaryMinValue ()
 Turn on binary mode.
virtual int GetFastest ()
 In binary mode use fastest instead of best compression.
virtual int GetFastestMaxValue ()
 In binary mode use fastest instead of best compression.
virtual int GetFastestMinValue ()
 In binary mode use fastest instead of best compression.
virtual string GetFileName ()
 Set/Get the output file name.
virtual double GetSpeed ()
 Specify the Speed of navigation. Default is 4.
override int IsA (string type)
 Undocumented Block.
new vtkX3DExporter NewInstance ()
 Undocumented Block.
virtual void SetBinary (int _arg)
 Turn on binary mode.
virtual void SetFastest (int _arg)
 In binary mode use fastest instead of best compression.
virtual void SetFileName (string _arg)
 Set/Get the output file name.
virtual void SetSpeed (double _arg)
 Specify the Speed of navigation. Default is 4.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkX3DExporter"
 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 vtkX3DExporter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkX3DExporter_BinaryOff_01 (HandleRef pThis)
static internal void vtkX3DExporter_BinaryOn_02 (HandleRef pThis)
static internal void vtkX3DExporter_FastestOff_03 (HandleRef pThis)
static internal void vtkX3DExporter_FastestOn_04 (HandleRef pThis)
static internal int vtkX3DExporter_GetBinary_05 (HandleRef pThis)
static internal int vtkX3DExporter_GetBinaryMaxValue_06 (HandleRef pThis)
static internal int vtkX3DExporter_GetBinaryMinValue_07 (HandleRef pThis)
static internal int vtkX3DExporter_GetFastest_08 (HandleRef pThis)
static internal int vtkX3DExporter_GetFastestMaxValue_09 (HandleRef pThis)
static internal int vtkX3DExporter_GetFastestMinValue_10 (HandleRef pThis)
static internal IntPtr vtkX3DExporter_GetFileName_11 (HandleRef pThis)
static internal double vtkX3DExporter_GetSpeed_12 (HandleRef pThis)
static internal int vtkX3DExporter_IsA_13 (HandleRef pThis, string type)
static internal int vtkX3DExporter_IsTypeOf_14 (string type)
static internal IntPtr vtkX3DExporter_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkX3DExporter_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkX3DExporter_SetBinary_18 (HandleRef pThis, int _arg)
static internal void vtkX3DExporter_SetFastest_19 (HandleRef pThis, int _arg)
static internal void vtkX3DExporter_SetFileName_20 (HandleRef pThis, string _arg)
static internal void vtkX3DExporter_SetSpeed_21 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkX3DExporter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkX3DExporter - create an x3d file

Description vtkX3DExporter is a render window exporter which writes out the renderered scene into an X3D file. X3D is an XML-based format for representation 3D scenes (similar to VRML). Check out http://www.web3d.org/x3d/ for more details. Thanks X3DExporter is contributed by Christophe Mouton at EDF.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkX3DExporter.vtkX3DExporter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkX3DExporter.BinaryOff ( ) [virtual]

Turn on binary mode.

virtual void Kitware.VTK.vtkX3DExporter.BinaryOn ( ) [virtual]

Turn on binary mode.

override void Kitware.VTK.vtkX3DExporter.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 void Kitware.VTK.vtkX3DExporter.FastestOff ( ) [virtual]

In binary mode use fastest instead of best compression.

virtual void Kitware.VTK.vtkX3DExporter.FastestOn ( ) [virtual]

In binary mode use fastest instead of best compression.

virtual int Kitware.VTK.vtkX3DExporter.GetBinary ( ) [virtual]

Turn on binary mode.

Turn on binary mode.

Turn on binary mode.

virtual int Kitware.VTK.vtkX3DExporter.GetFastest ( ) [virtual]

In binary mode use fastest instead of best compression.

In binary mode use fastest instead of best compression.

In binary mode use fastest instead of best compression.

virtual string Kitware.VTK.vtkX3DExporter.GetFileName ( ) [virtual]

Set/Get the output file name.

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

Specify the Speed of navigation. Default is 4.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExporter.

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

Turn on binary mode.

virtual void Kitware.VTK.vtkX3DExporter.SetFastest ( int  _arg) [virtual]

In binary mode use fastest instead of best compression.

virtual void Kitware.VTK.vtkX3DExporter.SetFileName ( string  _arg) [virtual]

Set/Get the output file name.

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

Specify the Speed of navigation. Default is 4.

static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_BinaryOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_BinaryOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_FastestOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_FastestOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetBinary_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetBinaryMaxValue_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetBinaryMinValue_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetFastest_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetFastestMaxValue_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetFastestMinValue_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetFileName_11 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkX3DExporter.vtkX3DExporter_GetSpeed_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkX3DExporter.vtkX3DExporter_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkX3DExporter.vtkX3DExporter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkX3DExporter.vtkX3DExporter_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkX3DExporter.vtkX3DExporter_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_SetBinary_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_SetFastest_19 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_SetFileName_20 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkX3DExporter.vtkX3DExporter_SetSpeed_21 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkX3DExporter.MRClassNameKey = "14vtkX3DExporter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExporter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExporter.


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