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

vtkMedicalImageReader2 - vtkImageReader2 with medical meta data. More...

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

List of all members.

Public Member Functions

 vtkMedicalImageReader2 (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMedicalImageReader2 ()
 Undocumented Block.
virtual string GetDate ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual string GetImageNumber ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual vtkMedicalImageProperties GetMedicalImageProperties ()
 Get the medical image properties object.
virtual string GetModality ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual string GetPatientID ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual string GetPatientName ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual string GetSeries ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual string GetStudy ()
 For backward compatibility, propagate calls to the MedicalImageProperties object.
override int IsA (string type)
 Undocumented Block.
new vtkMedicalImageReader2 NewInstance ()
 Undocumented Block.
virtual void SetDate (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual void SetImageNumber (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual void SetModality (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual void SetPatientID (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual void SetPatientName (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual void SetSeries (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.
virtual void SetStudy (string arg0)
 For backward compatibility, propagate calls to the MedicalImageProperties object.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkMedicalImageReader2"
 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 vtkMedicalImageReader2_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMedicalImageReader2_GetDate_01 (HandleRef pThis)
static internal IntPtr vtkMedicalImageReader2_GetImageNumber_02 (HandleRef pThis)
static internal IntPtr vtkMedicalImageReader2_GetMedicalImageProperties_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMedicalImageReader2_GetModality_04 (HandleRef pThis)
static internal IntPtr vtkMedicalImageReader2_GetPatientID_05 (HandleRef pThis)
static internal IntPtr vtkMedicalImageReader2_GetPatientName_06 (HandleRef pThis)
static internal IntPtr vtkMedicalImageReader2_GetSeries_07 (HandleRef pThis)
static internal IntPtr vtkMedicalImageReader2_GetStudy_08 (HandleRef pThis)
static internal int vtkMedicalImageReader2_IsA_09 (HandleRef pThis, string type)
static internal int vtkMedicalImageReader2_IsTypeOf_10 (string type)
static internal IntPtr vtkMedicalImageReader2_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMedicalImageReader2_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMedicalImageReader2_SetDate_14 (HandleRef pThis, string arg0)
static internal void vtkMedicalImageReader2_SetImageNumber_15 (HandleRef pThis, string arg0)
static internal void vtkMedicalImageReader2_SetModality_16 (HandleRef pThis, string arg0)
static internal void vtkMedicalImageReader2_SetPatientID_17 (HandleRef pThis, string arg0)
static internal void vtkMedicalImageReader2_SetPatientName_18 (HandleRef pThis, string arg0)
static internal void vtkMedicalImageReader2_SetSeries_19 (HandleRef pThis, string arg0)
static internal void vtkMedicalImageReader2_SetStudy_20 (HandleRef pThis, string arg0)

Static Private Member Functions

static vtkMedicalImageReader2 ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMedicalImageReader2 - vtkImageReader2 with medical meta data.

Description vtkMedicalImageReader2 is a parent class for medical image readers. It provides a place to store patient information that may be stored in the image header.

vtkImageReader2 vtkGESignaReader vtkMedicalImageProperties


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2 ( 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.vtkMedicalImageReader2.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.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

virtual string Kitware.VTK.vtkMedicalImageReader2.GetDate ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

For backward compatibility, propagate calls to the MedicalImageProperties object.

Get the medical image properties object.

Here is the call graph for this function:

virtual string Kitware.VTK.vtkMedicalImageReader2.GetModality ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

For backward compatibility, propagate calls to the MedicalImageProperties object.

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual string Kitware.VTK.vtkMedicalImageReader2.GetSeries ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual string Kitware.VTK.vtkMedicalImageReader2.GetStudy ( ) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkMedicalImageReader2.SetDate ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void Kitware.VTK.vtkMedicalImageReader2.SetImageNumber ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void Kitware.VTK.vtkMedicalImageReader2.SetModality ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void Kitware.VTK.vtkMedicalImageReader2.SetPatientID ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void Kitware.VTK.vtkMedicalImageReader2.SetPatientName ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void Kitware.VTK.vtkMedicalImageReader2.SetSeries ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

virtual void Kitware.VTK.vtkMedicalImageReader2.SetStudy ( string  arg0) [virtual]

For backward compatibility, propagate calls to the MedicalImageProperties object.

static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetDate_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetImageNumber_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetMedicalImageProperties_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetModality_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetPatientID_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetPatientName_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetSeries_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_GetStudy_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetDate_14 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetImageNumber_15 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetModality_16 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetPatientID_17 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetPatientName_18 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetSeries_19 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2_SetStudy_20 ( HandleRef  pThis,
string  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMedicalImageReader2.MRClassNameKey = "22vtkMedicalImageReader2" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReader2.

Reimplemented in Kitware.VTK.vtkGESignaReader.


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