ActiViz .NET
5.8.0
|
vtkMNIObjectReader - A reader for MNI surface mesh files. More...
Public Member Functions | |
vtkMNIObjectReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMNIObjectReader () | |
Undocumented Block. | |
virtual int | CanReadFile (string name) |
Test whether the specified file can be read. | |
virtual string | GetDescriptiveName () |
Get the name of this file format. | |
virtual string | GetFileExtensions () |
Get the entension for this file format. | |
virtual string | GetFileName () |
Set the file name. | |
virtual vtkProperty | GetProperty () |
Get the property associated with the object. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMNIObjectReader | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Set the file name. | |
Static Public Member Functions | |
static new vtkMNIObjectReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMNIObjectReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMNIObjectReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkMNIObjectReader" |
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 | vtkMNIObjectReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkMNIObjectReader_CanReadFile_01 (HandleRef pThis, string name) |
static internal IntPtr | vtkMNIObjectReader_GetDescriptiveName_02 (HandleRef pThis) |
static internal IntPtr | vtkMNIObjectReader_GetFileExtensions_03 (HandleRef pThis) |
static internal IntPtr | vtkMNIObjectReader_GetFileName_04 (HandleRef pThis) |
static internal IntPtr | vtkMNIObjectReader_GetProperty_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkMNIObjectReader_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkMNIObjectReader_IsTypeOf_07 (string type) |
static internal IntPtr | vtkMNIObjectReader_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMNIObjectReader_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMNIObjectReader_SetFileName_11 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkMNIObjectReader () |
Automatically generated type registration mechanics. |
vtkMNIObjectReader - A reader 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 reader, but for those formats, all data elements are read 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.vtkMNIObjectReader.vtkMNIObjectReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual int Kitware.VTK.vtkMNIObjectReader.CanReadFile | ( | string | name | ) | [virtual] |
Test whether the specified file can be read.
override void Kitware.VTK.vtkMNIObjectReader.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.vtkPolyDataAlgorithm.
virtual string Kitware.VTK.vtkMNIObjectReader.GetDescriptiveName | ( | ) | [virtual] |
Get the name of this file format.
virtual string Kitware.VTK.vtkMNIObjectReader.GetFileExtensions | ( | ) | [virtual] |
Get the entension for this file format.
virtual string Kitware.VTK.vtkMNIObjectReader.GetFileName | ( | ) | [virtual] |
Set the file name.
virtual vtkProperty Kitware.VTK.vtkMNIObjectReader.GetProperty | ( | ) | [virtual] |
Get the property associated with the object.
override int Kitware.VTK.vtkMNIObjectReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkMNIObjectReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkMNIObjectReader Kitware.VTK.vtkMNIObjectReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkMNIObjectReader Kitware.VTK.vtkMNIObjectReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkMNIObjectReader.SetFileName | ( | string | _arg | ) | [virtual] |
Set the file name.
static internal int Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_CanReadFile_01 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_GetDescriptiveName_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_GetFileExtensions_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_GetFileName_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_GetProperty_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMNIObjectReader.vtkMNIObjectReader_SetFileName_11 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkMNIObjectReader.MRClassNameKey = "18vtkMNIObjectReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkMNIObjectReader.MRFullTypeName = "Kitware.VTK.vtkMNIObjectReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.