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

vtkMNIObjectWriter - A writer for MNI surface mesh files. More...

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

List of all members.

Public Member Functions

 vtkMNIObjectWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMNIObjectWriter ()
 Undocumented Block.
virtual string GetDescriptiveName ()
 Get the name of this file format.
virtual string GetFileExtensions ()
 Get the entension for this file format.
virtual vtkLookupTable GetLookupTable ()
 Set the lookup table associated with the object. This will be used to convert scalar values to colors, if a mapper is not set.
virtual vtkMapper GetMapper ()
 Set the mapper associated with the object. Optional. This is useful for exporting an actor with the same colors that are used to display the actor within VTK.
virtual vtkProperty GetProperty ()
 Set the property associated with the object. Optional. This is useful for exporting an actor.
override int IsA (string type)
 Undocumented Block.
new vtkMNIObjectWriter NewInstance ()
 Undocumented Block.
virtual void SetLookupTable (vtkLookupTable table)
 Set the lookup table associated with the object. This will be used to convert scalar values to colors, if a mapper is not set.
virtual void SetMapper (vtkMapper mapper)
 Set the mapper associated with the object. Optional. This is useful for exporting an actor with the same colors that are used to display the actor within VTK.
virtual void SetProperty (vtkProperty property)
 Set the property associated with the object. Optional. This is useful for exporting an actor.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkMNIObjectWriter"
 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 vtkMNIObjectWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNIObjectWriter_GetDescriptiveName_01 (HandleRef pThis)
static internal IntPtr vtkMNIObjectWriter_GetFileExtensions_02 (HandleRef pThis)
static internal IntPtr vtkMNIObjectWriter_GetLookupTable_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNIObjectWriter_GetMapper_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNIObjectWriter_GetProperty_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNIObjectWriter_IsA_06 (HandleRef pThis, string type)
static internal int vtkMNIObjectWriter_IsTypeOf_07 (string type)
static internal IntPtr vtkMNIObjectWriter_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNIObjectWriter_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMNIObjectWriter_SetLookupTable_11 (HandleRef pThis, HandleRef table)
static internal void vtkMNIObjectWriter_SetMapper_12 (HandleRef pThis, HandleRef mapper)
static internal void vtkMNIObjectWriter_SetProperty_13 (HandleRef pThis, HandleRef property)

Static Private Member Functions

static vtkMNIObjectWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMNIObjectWriter - A writer for MNI surface mesh files.

Description The MNI .obj file format is used to store geometrical data. This file format was developed at the McConnell Brain Imaging Centre at the Montreal Neurological Institute and is used by their software. Only polygon and line files are supported by this writer. For these formats, all data elements are written including normals, colors, and surface properties. ASCII and binary file types are supported. Thanks Thanks to David Gobbi for writing this class and Atamai Inc. for contributing it to VTK.

vtkMINCImageReader vtkMNIObjectReader vtkMNITransformReader


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter ( 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.vtkMNIObjectWriter.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.vtkPolyDataWriter.

Get the name of this file format.

Get the entension for this file format.

Set the lookup table associated with the object. This will be used to convert scalar values to colors, if a mapper is not set.

Here is the call graph for this function:

Set the mapper associated with the object. Optional. This is useful for exporting an actor with the same colors that are used to display the actor within VTK.

Here is the call graph for this function:

Set the property associated with the object. Optional. This is useful for exporting an actor.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

static new int Kitware.VTK.vtkMNIObjectWriter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

Here is the call graph for this function:

Set the lookup table associated with the object. This will be used to convert scalar values to colors, if a mapper is not set.

virtual void Kitware.VTK.vtkMNIObjectWriter.SetMapper ( vtkMapper  mapper) [virtual]

Set the mapper associated with the object. Optional. This is useful for exporting an actor with the same colors that are used to display the actor within VTK.

virtual void Kitware.VTK.vtkMNIObjectWriter.SetProperty ( vtkProperty  property) [virtual]

Set the property associated with the object. Optional. This is useful for exporting an actor.

static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_GetDescriptiveName_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_GetFileExtensions_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_GetLookupTable_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_GetMapper_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_GetProperty_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_SetLookupTable_11 ( HandleRef  pThis,
HandleRef  table 
) [private]
static internal void Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_SetMapper_12 ( HandleRef  pThis,
HandleRef  mapper 
) [private]
static internal void Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter_SetProperty_13 ( HandleRef  pThis,
HandleRef  property 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMNIObjectWriter.MRClassNameKey = "18vtkMNIObjectWriter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataWriter.


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