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

vtkMNITransformReader - A reader for MNI transformation files. More...

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

List of all members.

Public Member Functions

 vtkMNITransformReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMNITransformReader ()
 Undocumented Block.
virtual int CanReadFile (string name)
 Test whether the specified file can be read.
virtual string GetComments ()
 Get any comments that are included in the file.
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 vtkAbstractTransform GetNthTransform (int i)
 Get one of the transforms listed in the file.
virtual int GetNumberOfTransforms ()
 Get the number of transforms in the file.
virtual vtkAbstractTransform GetTransform ()
 Get the transform that results from concatenating all of the transforms in the file. This will return null if you have not specified a file name.
override int IsA (string type)
 Undocumented Block.
new vtkMNITransformReader NewInstance ()
 Undocumented Block.
virtual void SetFileName (string _arg)
 Set the file name.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkMNITransformReader"
 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 vtkMNITransformReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITransformReader_CanReadFile_01 (HandleRef pThis, string name)
static internal IntPtr vtkMNITransformReader_GetComments_02 (HandleRef pThis)
static internal IntPtr vtkMNITransformReader_GetDescriptiveName_03 (HandleRef pThis)
static internal IntPtr vtkMNITransformReader_GetFileExtensions_04 (HandleRef pThis)
static internal IntPtr vtkMNITransformReader_GetFileName_05 (HandleRef pThis)
static internal IntPtr vtkMNITransformReader_GetNthTransform_06 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITransformReader_GetNumberOfTransforms_07 (HandleRef pThis)
static internal IntPtr vtkMNITransformReader_GetTransform_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITransformReader_IsA_09 (HandleRef pThis, string type)
static internal int vtkMNITransformReader_IsTypeOf_10 (string type)
static internal IntPtr vtkMNITransformReader_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITransformReader_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMNITransformReader_SetFileName_14 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkMNITransformReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMNITransformReader - A reader for MNI transformation files.

Description The MNI .xfm file format is used to store geometrical transformations. Three kinds of transformations are supported by the file format: affine, thin-plate spline, and grid transformations. This file format was developed at the McConnell Brain Imaging Centre at the Montreal Neurological Institute and is used by their software. Thanks Thanks to David Gobbi for writing this class and Atamai Inc. for contributing it to VTK.

vtkMINCImageReader vtkMNITransformWriter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader ( 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.vtkMNITransformReader.CanReadFile ( string  name) [virtual]

Test whether the specified file can be read.

override void Kitware.VTK.vtkMNITransformReader.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.vtkAlgorithm.

virtual string Kitware.VTK.vtkMNITransformReader.GetComments ( ) [virtual]

Get any comments that are included in the file.

Get the name of this file format.

Get the entension for this file format.

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

Set the file name.

Get one of the transforms listed in the file.

Here is the call graph for this function:

Get the number of transforms in the file.

Get the transform that results from concatenating all of the transforms in the file. This will return null if you have not specified a file name.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkMNITransformReader.SetFileName ( string  _arg) [virtual]

Set the file name.

static internal int Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_CanReadFile_01 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_GetComments_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_GetDescriptiveName_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_GetFileExtensions_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_GetFileName_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_GetNthTransform_06 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_GetTransform_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMNITransformReader.vtkMNITransformReader_SetFileName_14 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMNITransformReader.MRClassNameKey = "21vtkMNITransformReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAlgorithm.


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