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

vtkMNITagPointWriter - A writer for MNI tag point files. More...

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

List of all members.

Public Member Functions

 vtkMNITagPointWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMNITagPointWriter ()
 Undocumented Block.
virtual string GetComments ()
 Set comments to be added to the file.
virtual string GetDescriptiveName ()
 Get the name of this file format.
virtual string GetFileExtensions ()
 Get the entension for this file format.
virtual vtkStringArray GetLabelText ()
 Set the labels (unless the input PointData has an array called LabelText). Labels are optional.
override uint GetMTime ()
 Get the MTime.
virtual vtkIntArray GetPatientIds ()
 Set the structure ids (unless the input PointData has an array called PatientIds). These are optional.
virtual vtkPoints GetPoints (int port)
 Set the points (unless you set them as inputs).
virtual vtkPoints GetPoints ()
 Set the points (unless you set them as inputs).
virtual vtkIntArray GetStructureIds ()
 Set the structure ids (unless the input PointData has an array called StructureIds). These are optional.
virtual vtkDoubleArray GetWeights ()
 Set the weights (unless the input PointData has an array called Weights). Weights are optional.
override int IsA (string type)
 Undocumented Block.
new vtkMNITagPointWriter NewInstance ()
 Undocumented Block.
virtual void SetComments (string _arg)
 Set comments to be added to the file.
virtual void SetLabelText (vtkStringArray a)
 Set the labels (unless the input PointData has an array called LabelText). Labels are optional.
virtual void SetPatientIds (vtkIntArray a)
 Set the structure ids (unless the input PointData has an array called PatientIds). These are optional.
virtual void SetPoints (int port, vtkPoints points)
 Set the points (unless you set them as inputs).
virtual void SetPoints (vtkPoints points)
 Set the points (unless you set them as inputs).
virtual void SetStructureIds (vtkIntArray a)
 Set the structure ids (unless the input PointData has an array called StructureIds). These are optional.
virtual void SetWeights (vtkDoubleArray a)
 Set the weights (unless the input PointData has an array called Weights). Weights are optional.
override int Write ()
 Write the file.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkMNITagPointWriter"
 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 vtkMNITagPointWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointWriter_GetComments_01 (HandleRef pThis)
static internal IntPtr vtkMNITagPointWriter_GetDescriptiveName_02 (HandleRef pThis)
static internal IntPtr vtkMNITagPointWriter_GetFileExtensions_03 (HandleRef pThis)
static internal IntPtr vtkMNITagPointWriter_GetLabelText_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkMNITagPointWriter_GetMTime_05 (HandleRef pThis)
static internal IntPtr vtkMNITagPointWriter_GetPatientIds_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointWriter_GetPoints_07 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointWriter_GetPoints_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointWriter_GetStructureIds_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointWriter_GetWeights_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMNITagPointWriter_IsA_11 (HandleRef pThis, string type)
static internal int vtkMNITagPointWriter_IsTypeOf_12 (string type)
static internal IntPtr vtkMNITagPointWriter_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMNITagPointWriter_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMNITagPointWriter_SetComments_16 (HandleRef pThis, string _arg)
static internal void vtkMNITagPointWriter_SetLabelText_17 (HandleRef pThis, HandleRef a)
static internal void vtkMNITagPointWriter_SetPatientIds_18 (HandleRef pThis, HandleRef a)
static internal void vtkMNITagPointWriter_SetPoints_19 (HandleRef pThis, int port, HandleRef points)
static internal void vtkMNITagPointWriter_SetPoints_20 (HandleRef pThis, HandleRef points)
static internal void vtkMNITagPointWriter_SetStructureIds_21 (HandleRef pThis, HandleRef a)
static internal void vtkMNITagPointWriter_SetWeights_22 (HandleRef pThis, HandleRef a)
static internal int vtkMNITagPointWriter_Write_23 (HandleRef pThis)

Static Private Member Functions

static vtkMNITagPointWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMNITagPointWriter - A writer for MNI tag point files.

Description The MNI .tag file format is used to store tag points, for use in either registration or labelling of data volumes. This file format was developed at the McConnell Brain Imaging Centre at the Montreal Neurological Institute and is used by their software. Tag points can be stored for either one volume or two volumes, and this filter can take one or two inputs. Alternatively, the points to be written can be specified by calling SetPoints(). Thanks Thanks to David Gobbi for contributing this class to VTK.

vtkMINCImageReader vtkMNIObjectReader vtkMNITransformReader


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkMNITagPointWriter.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.vtkDataSetWriter.

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

Set comments to be added to the file.

Get the name of this file format.

Get the entension for this file format.

Set the labels (unless the input PointData has an array called LabelText). Labels are optional.

Here is the call graph for this function:

override uint Kitware.VTK.vtkMNITagPointWriter.GetMTime ( ) [virtual]

Get the MTime.

Reimplemented from Kitware.VTK.vtkObject.

Set the structure ids (unless the input PointData has an array called PatientIds). These are optional.

Here is the call graph for this function:

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

Set the points (unless you set them as inputs).

Here is the call graph for this function:

Set the points (unless you set them as inputs).

Here is the call graph for this function:

Set the structure ids (unless the input PointData has an array called StructureIds). These are optional.

Here is the call graph for this function:

Set the weights (unless the input PointData has an array called Weights). Weights are optional.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkMNITagPointWriter.SetComments ( string  _arg) [virtual]

Set comments to be added to the file.

Set the labels (unless the input PointData has an array called LabelText). Labels are optional.

Set the structure ids (unless the input PointData has an array called PatientIds). These are optional.

virtual void Kitware.VTK.vtkMNITagPointWriter.SetPoints ( int  port,
vtkPoints  points 
) [virtual]

Set the points (unless you set them as inputs).

virtual void Kitware.VTK.vtkMNITagPointWriter.SetPoints ( vtkPoints  points) [virtual]

Set the points (unless you set them as inputs).

Set the structure ids (unless the input PointData has an array called StructureIds). These are optional.

Set the weights (unless the input PointData has an array called Weights). Weights are optional.

static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetComments_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetDescriptiveName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetFileExtensions_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetLabelText_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetMTime_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetPatientIds_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetPoints_07 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetPoints_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetStructureIds_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_GetWeights_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_IsA_11 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_IsTypeOf_12 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_NewInstance_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetComments_16 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetLabelText_17 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetPatientIds_18 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetPoints_19 ( HandleRef  pThis,
int  port,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetPoints_20 ( HandleRef  pThis,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetStructureIds_21 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal void Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_SetWeights_22 ( HandleRef  pThis,
HandleRef  a 
) [private]
static internal int Kitware.VTK.vtkMNITagPointWriter.vtkMNITagPointWriter_Write_23 ( HandleRef  pThis) [private]
override int Kitware.VTK.vtkMNITagPointWriter.Write ( ) [virtual]

Write the file.

Reimplemented from Kitware.VTK.vtkWriter.


Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetWriter.


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