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

vtkMNIObjectReader - A reader for MNI surface mesh files. More...

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

List of all members.

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.

Detailed Description

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.

vtkMINCImageReader vtkMNIObjectWriter vtkMNITransformReader


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Get the name of this file format.

Get the entension for this file format.

virtual string Kitware.VTK.vtkMNIObjectReader.GetFileName ( ) [virtual]

Set the file name.

Get the property associated with the object.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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