ActiViz .NET
5.8.0
|
vtkMNIObjectWriter - A writer for MNI surface mesh files. More...
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. |
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.
static Kitware.VTK.vtkMNIObjectWriter.vtkMNIObjectWriter | ( | ) | [static, private] |
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.
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.
virtual string Kitware.VTK.vtkMNIObjectWriter.GetDescriptiveName | ( | ) | [virtual] |
Get the name of this file format.
virtual string Kitware.VTK.vtkMNIObjectWriter.GetFileExtensions | ( | ) | [virtual] |
Get the entension for this file format.
virtual vtkLookupTable Kitware.VTK.vtkMNIObjectWriter.GetLookupTable | ( | ) | [virtual] |
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 Kitware.VTK.vtkMNIObjectWriter.GetMapper | ( | ) | [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 vtkProperty Kitware.VTK.vtkMNIObjectWriter.GetProperty | ( | ) | [virtual] |
Set the property associated with the object. Optional. This is useful for exporting an actor.
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.
static new vtkMNIObjectWriter Kitware.VTK.vtkMNIObjectWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataWriter.
static new vtkMNIObjectWriter Kitware.VTK.vtkMNIObjectWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataWriter.
virtual void Kitware.VTK.vtkMNIObjectWriter.SetLookupTable | ( | vtkLookupTable | table | ) | [virtual] |
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] |
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.