ActiViz .NET
5.8.0
|
vtkMNITagPointReader - A reader for MNI tag files. More...
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. |
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.
static Kitware.VTK.vtkMNITagPointReader.vtkMNITagPointReader | ( | ) | [static, private] |
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.
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.
virtual string Kitware.VTK.vtkMNITagPointReader.GetDescriptiveName | ( | ) | [virtual] |
Get the name of this file format.
virtual string Kitware.VTK.vtkMNITagPointReader.GetFileExtensions | ( | ) | [virtual] |
Get the entension for this file format.
virtual string Kitware.VTK.vtkMNITagPointReader.GetFileName | ( | ) | [virtual] |
Set the file name.
virtual vtkStringArray Kitware.VTK.vtkMNITagPointReader.GetLabelText | ( | ) | [virtual] |
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 Kitware.VTK.vtkMNITagPointReader.GetNumberOfVolumes | ( | ) | [virtual] |
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 Kitware.VTK.vtkMNITagPointReader.GetPatientIds | ( | ) | [virtual] |
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 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.
virtual vtkPoints Kitware.VTK.vtkMNITagPointReader.GetPoints | ( | ) | [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.
virtual vtkIntArray Kitware.VTK.vtkMNITagPointReader.GetStructureIds | ( | ) | [virtual] |
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 Kitware.VTK.vtkMNITagPointReader.GetWeights | ( | ) | [virtual] |
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 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.
static new vtkMNITagPointReader Kitware.VTK.vtkMNITagPointReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkMNITagPointReader Kitware.VTK.vtkMNITagPointReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
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] |
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.