|
ActiViz .NET
5.8.0
|
vtkMedicalImageReader2 - vtkImageReader2 with medical meta data. More...
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. | |
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.
| static Kitware.VTK.vtkMedicalImageReader2.vtkMedicalImageReader2 | ( | ) | [static, private] |
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.
| 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.
| virtual string Kitware.VTK.vtkMedicalImageReader2.GetImageNumber | ( | ) | [virtual] |
For backward compatibility, propagate calls to the MedicalImageProperties object.
| virtual vtkMedicalImageProperties Kitware.VTK.vtkMedicalImageReader2.GetMedicalImageProperties | ( | ) | [virtual] |
Get the medical image properties object.
| virtual string Kitware.VTK.vtkMedicalImageReader2.GetModality | ( | ) | [virtual] |
For backward compatibility, propagate calls to the MedicalImageProperties object.
| virtual string Kitware.VTK.vtkMedicalImageReader2.GetPatientID | ( | ) | [virtual] |
For backward compatibility, propagate calls to the MedicalImageProperties object.
| virtual string Kitware.VTK.vtkMedicalImageReader2.GetPatientName | ( | ) | [virtual] |
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.
| static new vtkMedicalImageReader2 Kitware.VTK.vtkMedicalImageReader2.New | ( | ) | [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.
| static new vtkMedicalImageReader2 Kitware.VTK.vtkMedicalImageReader2.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkGESignaReader.
| 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] |
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.
1.7.6.1