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

vtkOBJExporter - export a scene into Wavefront format. More...

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

List of all members.

Public Member Functions

 vtkOBJExporter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOBJExporter ()
 Undocumented Block.
virtual string GetFilePrefix ()
 Specify the prefix of the files to write out. The resulting filenames will have .obj and .mtl appended to them.
override int IsA (string type)
 Undocumented Block.
new vtkOBJExporter NewInstance ()
 Undocumented Block.
virtual void SetFilePrefix (string _arg)
 Specify the prefix of the files to write out. The resulting filenames will have .obj and .mtl appended to them.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkOBJExporter"
 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 vtkOBJExporter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkOBJExporter_GetFilePrefix_01 (HandleRef pThis)
static internal int vtkOBJExporter_IsA_02 (HandleRef pThis, string type)
static internal int vtkOBJExporter_IsTypeOf_03 (string type)
static internal IntPtr vtkOBJExporter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkOBJExporter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOBJExporter_SetFilePrefix_07 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkOBJExporter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOBJExporter - export a scene into Wavefront format.

Description vtkOBJExporter is a concrete subclass of vtkExporter that writes wavefront .OBJ files in ASCII form. It also writes out a mtl file that contains the material properties. The filenames are derived by appending the .obj and .mtl suffix onto the user specified FilePrefix.

vtkExporter


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

Specify the prefix of the files to write out. The resulting filenames will have .obj and .mtl appended to them.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExporter.

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

Specify the prefix of the files to write out. The resulting filenames will have .obj and .mtl appended to them.

static internal IntPtr Kitware.VTK.vtkOBJExporter.vtkOBJExporter_GetFilePrefix_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkOBJExporter.vtkOBJExporter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOBJExporter.vtkOBJExporter_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkOBJExporter.vtkOBJExporter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOBJExporter.vtkOBJExporter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOBJExporter.vtkOBJExporter_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOBJExporter.vtkOBJExporter_SetFilePrefix_07 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExporter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkExporter.


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