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

vtkExporter - abstract class to write a scene to a file More...

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

List of all members.

Public Member Functions

 vtkExporter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
vtkRenderWindow GetInput ()
 These methods are provided for backward compatibility. Will disappear soon.
override uint GetMTime ()
 Returns the MTime also considering the RenderWindow.
virtual vtkRenderWindow GetRenderWindow ()
 Set/Get the rendering window that contains the scene to be written.
override int IsA (string type)
 Undocumented Block.
new vtkExporter NewInstance ()
 Undocumented Block.
void SetInput (vtkRenderWindow renWin)
 These methods are provided for backward compatibility. Will disappear soon.
virtual void SetRenderWindow (vtkRenderWindow arg0)
 Set/Get the rendering window that contains the scene to be written.
void Update ()
 Convenient alias for Write() method.
virtual void Write ()
 Write data to output. Method executes subclasses WriteData() method, as well as StartWrite() and EndWrite() methods.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkExporter"
 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 vtkExporter_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkExporter_GetMTime_02 (HandleRef pThis)
static internal IntPtr vtkExporter_GetRenderWindow_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExporter_IsA_04 (HandleRef pThis, string type)
static internal int vtkExporter_IsTypeOf_05 (string type)
static internal IntPtr vtkExporter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkExporter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExporter_SetInput_08 (HandleRef pThis, HandleRef renWin)
static internal void vtkExporter_SetRenderWindow_09 (HandleRef pThis, HandleRef arg0)
static internal void vtkExporter_Update_10 (HandleRef pThis)
static internal void vtkExporter_Write_11 (HandleRef pThis)

Static Private Member Functions

static vtkExporter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExporter - abstract class to write a scene to a file

Description vtkExporter is an abstract class that exports a scene to a file. It is very similar to vtkWriter except that a writer only writes out the geometric and topological data for an object, where an exporter can write out material properties, lighting, camera parameters etc. The concrete subclasses of this class may not write out all of this information. For example vtkOBJExporter writes out Wavefront obj files which do not include support for camera parameters.

vtkExporter provides the convenience methods StartWrite() and EndWrite(). These methods are executed before and after execution of the Write() method. You can also specify arguments to these methods. This class defines SetInput and GetInput methods which take or return a vtkRenderWindow. Caveats Every subclass of vtkExporter must implement a WriteData() method.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkExporter.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.vtkObject.

Reimplemented in Kitware.VTK.vtkGL2PSExporter, Kitware.VTK.vtkRIBExporter, Kitware.VTK.vtkOBJExporter, Kitware.VTK.vtkPOVExporter, Kitware.VTK.vtkVRMLExporter, Kitware.VTK.vtkIVExporter, Kitware.VTK.vtkOOGLExporter, and Kitware.VTK.vtkX3DExporter.

These methods are provided for backward compatibility. Will disappear soon.

Here is the call graph for this function:

override uint Kitware.VTK.vtkExporter.GetMTime ( ) [virtual]

Returns the MTime also considering the RenderWindow.

Reimplemented from Kitware.VTK.vtkObject.

Set/Get the rendering window that contains the scene to be written.

Here is the call graph for this function:

override int Kitware.VTK.vtkExporter.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkExporter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkGL2PSExporter, Kitware.VTK.vtkRIBExporter, Kitware.VTK.vtkX3DExporter, Kitware.VTK.vtkVRMLExporter, Kitware.VTK.vtkOBJExporter, Kitware.VTK.vtkPOVExporter, Kitware.VTK.vtkIVExporter, and Kitware.VTK.vtkOOGLExporter.

Here is the call graph for this function:

These methods are provided for backward compatibility. Will disappear soon.

virtual void Kitware.VTK.vtkExporter.SetRenderWindow ( vtkRenderWindow  arg0) [virtual]

Set/Get the rendering window that contains the scene to be written.

Convenient alias for Write() method.

static internal IntPtr Kitware.VTK.vtkExporter.vtkExporter_GetInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkExporter.vtkExporter_GetMTime_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExporter.vtkExporter_GetRenderWindow_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkExporter.vtkExporter_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExporter.vtkExporter_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkExporter.vtkExporter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExporter.vtkExporter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExporter.vtkExporter_SetInput_08 ( HandleRef  pThis,
HandleRef  renWin 
) [private]
static internal void Kitware.VTK.vtkExporter.vtkExporter_SetRenderWindow_09 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkExporter.vtkExporter_Update_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExporter.vtkExporter_Write_11 ( HandleRef  pThis) [private]
virtual void Kitware.VTK.vtkExporter.Write ( ) [virtual]

Write data to output. Method executes subclasses WriteData() method, as well as StartWrite() and EndWrite() methods.


Member Data Documentation

new readonly string Kitware.VTK.vtkExporter.MRClassNameKey = "11vtkExporter" [static]
new const string Kitware.VTK.vtkExporter.MRFullTypeName = "Kitware.VTK.vtkExporter"

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