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

vtkMNITagPointReader - A reader for MNI tag files. More...

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

List of all members.

Public Member Functions

 vtkMNITagPointReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMNITagPointReader ()
 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 vtkStringArray GetLabelText ()
 Get the labels. These same labels are provided in the output point sets, as the PointData data array named "LabelText". This will return NULL if there were no labels in the file.
virtual int GetNumberOfVolumes ()
 Get the number of volumes specified by the file, which will be equal to one or two. There will be an output point set for each volume, so really, this parameter just tells you the number of outputs to expect from this reader.
virtual vtkIntArray GetPatientIds ()
 Get the patient ids. These are also provided in the output point sets, as the PointData data array named "PatientIds". This will return NULL if there were no ids in the file.
virtual vtkPoints GetPoints (int port)
 Get the points. These are also provided in the first and second output ports of the reader. This method will return NULL if there is no data.
virtual vtkPoints GetPoints ()
 Get the points. These are also provided in the first and second output ports of the reader. This method will return NULL if there is no data.
virtual vtkIntArray GetStructureIds ()
 Get the structure ids. These are also provided in the output point sets, as the PointData data array named "StructureIds". This will return NULL if there were no ids in the file.
virtual vtkDoubleArray GetWeights ()
 Get the weights. These are also provided in the output point sets, as the PointData data array named "Weights". This will return NULL if there were no weights in the file.
override int IsA (string type)
 Undocumented Block.
new vtkMNITagPointReader NewInstance ()
 Undocumented Block.
virtual void SetFileName (string _arg)
 Set the file name.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkMNITagPointReader"
 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 vtkMNITagPointReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITagPointReader_CanReadFile_01 (HandleRef pThis, string name)
static internal IntPtr vtkMNITagPointReader_GetComments_02 (HandleRef pThis)
static internal IntPtr vtkMNITagPointReader_GetDescriptiveName_03 (HandleRef pThis)
static internal IntPtr vtkMNITagPointReader_GetFileExtensions_04 (HandleRef pThis)
static internal IntPtr vtkMNITagPointReader_GetFileName_05 (HandleRef pThis)
static internal IntPtr vtkMNITagPointReader_GetLabelText_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITagPointReader_GetNumberOfVolumes_07 (HandleRef pThis)
static internal IntPtr vtkMNITagPointReader_GetPatientIds_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointReader_GetPoints_09 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointReader_GetPoints_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointReader_GetStructureIds_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointReader_GetWeights_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITagPointReader_IsA_13 (HandleRef pThis, string type)
static internal int vtkMNITagPointReader_IsTypeOf_14 (string type)
static internal IntPtr vtkMNITagPointReader_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointReader_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMNITagPointReader_SetFileName_18 (HandleRef pThis, string _arg)

Static Private Member Functions

static vtkMNITagPointReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMNITagPointReader - A reader for MNI tag files.

Description The MNI .tag file format is used to store labeled points, it can store either one or two point sets. All point sets must have the same number of points and they will share the same labels. This file format was developed at the McConnell Brain Imaging Centre at the Montreal Neurological Institute and is used by their software. The labels are stored as a vtkStringArray in the PointData of the output dataset, which is a vtkPolyData. Thanks Thanks to David Gobbi for contributing this class.

vtkMINCImageReader vtkMNIObjectReader vtkMNITransformReader


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

Test whether the specified file can be read.

override void Kitware.VTK.vtkMNITagPointReader.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.vtkMNITagPointReader.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.vtkMNITagPointReader.GetFileName ( ) [virtual]

Set the file name.

Get the labels. These same labels are provided in the output point sets, as the PointData data array named "LabelText". This will return NULL if there were no labels in the file.

Here is the call graph for this function:

Get the number of volumes specified by the file, which will be equal to one or two. There will be an output point set for each volume, so really, this parameter just tells you the number of outputs to expect from this reader.

Get the patient ids. These are also provided in the output point sets, as the PointData data array named "PatientIds". This will return NULL if there were no ids in the file.

Here is the call graph for this function:

virtual vtkPoints Kitware.VTK.vtkMNITagPointReader.GetPoints ( int  port) [virtual]

Get the points. These are also provided in the first and second output ports of the reader. This method will return NULL if there is no data.

Here is the call graph for this function:

Get the points. These are also provided in the first and second output ports of the reader. This method will return NULL if there is no data.

Here is the call graph for this function:

Get the structure ids. These are also provided in the output point sets, as the PointData data array named "StructureIds". This will return NULL if there were no ids in the file.

Here is the call graph for this function:

Get the weights. These are also provided in the output point sets, as the PointData data array named "Weights". This will return NULL if there were no weights in the file.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkMNITagPointReader.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.vtkMNITagPointReader.SetFileName ( string  _arg) [virtual]

Set the file name.

static internal int Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_CanReadFile_01 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetComments_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetDescriptiveName_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetFileExtensions_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetFileName_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetLabelText_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetNumberOfVolumes_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetPatientIds_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetPoints_09 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetPoints_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetStructureIds_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_GetWeights_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader_SetFileName_18 ( HandleRef  pThis,
string  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMNITagPointReader.MRClassNameKey = "20vtkMNITagPointReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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