ActiViz .NET
5.8.0
|
vtkImageReader - Superclass of transformable binary file readers. More...
Public Member Functions | |
vtkImageReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageReader () | |
Undocumented Block. | |
void | ComputeInverseTransformedExtent (IntPtr inExtent, IntPtr outExtent) |
Warning !!! following should only be used by methods or template helpers, not users. | |
void | ComputeInverseTransformedIncrements (IntPtr inIncr, IntPtr outIncr) |
Warning !!! following should only be used by methods or template helpers, not users. | |
virtual ulong | GetDataMask () |
Set/Get the Data mask. The data mask is a simply integer whose bits are treated as a mask to the bits read from disk. That is, the data mask is bitwise-and'ed to the numbers read from disk. This ivar is stored as 64 bits, the largest mask you will need. The mask will be truncated to the data size required to be read (using the least significant bits). | |
virtual int[] | GetDataVOI () |
Set/get the data VOI. You can limit the reader to only read a subset of the data. | |
virtual void | GetDataVOI (ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
Set/get the data VOI. You can limit the reader to only read a subset of the data. | |
virtual void | GetDataVOI (IntPtr _arg) |
Set/get the data VOI. You can limit the reader to only read a subset of the data. | |
virtual string | GetScalarArrayName () |
Set/get the scalar array name for this data set. | |
virtual vtkTransform | GetTransform () |
Set/Get transformation matrix to transform the data from slice space into world space. This matrix must be a permutation matrix. To qualify, the sums of the rows must be + or - 1. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageReader | NewInstance () |
Undocumented Block. | |
int | OpenAndSeekFile (IntPtr extent, int slice) |
Warning !!! following should only be used by methods or template helpers, not users. | |
virtual void | SetDataMask (ulong _arg) |
Set/Get the Data mask. The data mask is a simply integer whose bits are treated as a mask to the bits read from disk. That is, the data mask is bitwise-and'ed to the numbers read from disk. This ivar is stored as 64 bits, the largest mask you will need. The mask will be truncated to the data size required to be read (using the least significant bits). | |
virtual void | SetDataVOI (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
Set/get the data VOI. You can limit the reader to only read a subset of the data. | |
virtual void | SetDataVOI (IntPtr _arg) |
Set/get the data VOI. You can limit the reader to only read a subset of the data. | |
virtual void | SetScalarArrayName (string _arg) |
Set/get the scalar array name for this data set. | |
virtual void | SetTransform (vtkTransform arg0) |
Set/Get transformation matrix to transform the data from slice space into world space. This matrix must be a permutation matrix. To qualify, the sums of the rows must be + or - 1. | |
Static Public Member Functions | |
static new vtkImageReader | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkImageReader" |
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 | vtkImageReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageReader_ComputeInverseTransformedExtent_01 (HandleRef pThis, IntPtr inExtent, IntPtr outExtent) |
static internal void | vtkImageReader_ComputeInverseTransformedIncrements_02 (HandleRef pThis, IntPtr inIncr, IntPtr outIncr) |
static internal ulong | vtkImageReader_GetDataMask_03 (HandleRef pThis) |
static internal IntPtr | vtkImageReader_GetDataVOI_04 (HandleRef pThis) |
static internal void | vtkImageReader_GetDataVOI_05 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3, ref int _arg4, ref int _arg5, ref int _arg6) |
static internal void | vtkImageReader_GetDataVOI_06 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkImageReader_GetScalarArrayName_07 (HandleRef pThis) |
static internal IntPtr | vtkImageReader_GetTransform_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageReader_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkImageReader_IsTypeOf_10 (string type) |
static internal IntPtr | vtkImageReader_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageReader_OpenAndSeekFile_13 (HandleRef pThis, IntPtr extent, int slice) |
static internal IntPtr | vtkImageReader_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageReader_SetDataMask_15 (HandleRef pThis, ulong _arg) |
static internal void | vtkImageReader_SetDataVOI_16 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6) |
static internal void | vtkImageReader_SetDataVOI_17 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageReader_SetScalarArrayName_18 (HandleRef pThis, string _arg) |
static internal void | vtkImageReader_SetTransform_19 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkImageReader () |
Automatically generated type registration mechanics. |
vtkImageReader - Superclass of transformable binary file readers.
Description vtkImageReader provides methods needed to read a region from a file. It supports both transforms and masks on the input data, but as a result is more complicated and slower than its parent class vtkImageReader2.
static Kitware.VTK.vtkImageReader.vtkImageReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageReader.vtkImageReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkImageReader.ComputeInverseTransformedExtent | ( | IntPtr | inExtent, |
IntPtr | outExtent | ||
) |
Warning !!! following should only be used by methods or template helpers, not users.
void Kitware.VTK.vtkImageReader.ComputeInverseTransformedIncrements | ( | IntPtr | inIncr, |
IntPtr | outIncr | ||
) |
Warning !!! following should only be used by methods or template helpers, not users.
override void Kitware.VTK.vtkImageReader.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.vtkBMPReader, Kitware.VTK.vtkMPIImageReader, Kitware.VTK.vtkPNMReader, and Kitware.VTK.vtkPNrrdReader.
virtual ulong Kitware.VTK.vtkImageReader.GetDataMask | ( | ) | [virtual] |
Set/Get the Data mask. The data mask is a simply integer whose bits are treated as a mask to the bits read from disk. That is, the data mask is bitwise-and'ed to the numbers read from disk. This ivar is stored as 64 bits, the largest mask you will need. The mask will be truncated to the data size required to be read (using the least significant bits).
virtual int [] Kitware.VTK.vtkImageReader.GetDataVOI | ( | ) | [virtual] |
Set/get the data VOI. You can limit the reader to only read a subset of the data.
virtual void Kitware.VTK.vtkImageReader.GetDataVOI | ( | ref int | _arg1, |
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4, | ||
ref int | _arg5, | ||
ref int | _arg6 | ||
) | [virtual] |
Set/get the data VOI. You can limit the reader to only read a subset of the data.
virtual void Kitware.VTK.vtkImageReader.GetDataVOI | ( | IntPtr | _arg | ) | [virtual] |
Set/get the data VOI. You can limit the reader to only read a subset of the data.
virtual string Kitware.VTK.vtkImageReader.GetScalarArrayName | ( | ) | [virtual] |
Set/get the scalar array name for this data set.
virtual vtkTransform Kitware.VTK.vtkImageReader.GetTransform | ( | ) | [virtual] |
Set/Get transformation matrix to transform the data from slice space into world space. This matrix must be a permutation matrix. To qualify, the sums of the rows must be + or - 1.
override int Kitware.VTK.vtkImageReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkPNMReader, Kitware.VTK.vtkMPIImageReader, and Kitware.VTK.vtkPNrrdReader.
static new int Kitware.VTK.vtkImageReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkPNMReader, Kitware.VTK.vtkMPIImageReader, and Kitware.VTK.vtkPNrrdReader.
static new vtkImageReader Kitware.VTK.vtkImageReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkMPIImageReader, Kitware.VTK.vtkPNMReader, and Kitware.VTK.vtkPNrrdReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkPNMReader, Kitware.VTK.vtkMPIImageReader, and Kitware.VTK.vtkPNrrdReader.
int Kitware.VTK.vtkImageReader.OpenAndSeekFile | ( | IntPtr | extent, |
int | slice | ||
) |
Warning !!! following should only be used by methods or template helpers, not users.
static new vtkImageReader Kitware.VTK.vtkImageReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkPNMReader, Kitware.VTK.vtkMPIImageReader, and Kitware.VTK.vtkPNrrdReader.
virtual void Kitware.VTK.vtkImageReader.SetDataMask | ( | ulong | _arg | ) | [virtual] |
Set/Get the Data mask. The data mask is a simply integer whose bits are treated as a mask to the bits read from disk. That is, the data mask is bitwise-and'ed to the numbers read from disk. This ivar is stored as 64 bits, the largest mask you will need. The mask will be truncated to the data size required to be read (using the least significant bits).
virtual void Kitware.VTK.vtkImageReader.SetDataVOI | ( | int | _arg1, |
int | _arg2, | ||
int | _arg3, | ||
int | _arg4, | ||
int | _arg5, | ||
int | _arg6 | ||
) | [virtual] |
Set/get the data VOI. You can limit the reader to only read a subset of the data.
virtual void Kitware.VTK.vtkImageReader.SetDataVOI | ( | IntPtr | _arg | ) | [virtual] |
Set/get the data VOI. You can limit the reader to only read a subset of the data.
virtual void Kitware.VTK.vtkImageReader.SetScalarArrayName | ( | string | _arg | ) | [virtual] |
Set/get the scalar array name for this data set.
virtual void Kitware.VTK.vtkImageReader.SetTransform | ( | vtkTransform | arg0 | ) | [virtual] |
Set/Get transformation matrix to transform the data from slice space into world space. This matrix must be a permutation matrix. To qualify, the sums of the rows must be + or - 1.
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_ComputeInverseTransformedExtent_01 | ( | HandleRef | pThis, |
IntPtr | inExtent, | ||
IntPtr | outExtent | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_ComputeInverseTransformedIncrements_02 | ( | HandleRef | pThis, |
IntPtr | inIncr, | ||
IntPtr | outIncr | ||
) | [private] |
static internal ulong Kitware.VTK.vtkImageReader.vtkImageReader_GetDataMask_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageReader.vtkImageReader_GetDataVOI_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_GetDataVOI_05 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2, | ||
ref int | _arg3, | ||
ref int | _arg4, | ||
ref int | _arg5, | ||
ref int | _arg6 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_GetDataVOI_06 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageReader.vtkImageReader_GetScalarArrayName_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageReader.vtkImageReader_GetTransform_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageReader.vtkImageReader_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageReader.vtkImageReader_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageReader.vtkImageReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageReader.vtkImageReader_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageReader.vtkImageReader_OpenAndSeekFile_13 | ( | HandleRef | pThis, |
IntPtr | extent, | ||
int | slice | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageReader.vtkImageReader_SafeDownCast_14 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_SetDataMask_15 | ( | HandleRef | pThis, |
ulong | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_SetDataVOI_16 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2, | ||
int | _arg3, | ||
int | _arg4, | ||
int | _arg5, | ||
int | _arg6 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_SetDataVOI_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_SetScalarArrayName_18 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageReader.vtkImageReader_SetTransform_19 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageReader.MRClassNameKey = "14vtkImageReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkMPIImageReader, Kitware.VTK.vtkPNMReader, and Kitware.VTK.vtkPNrrdReader.
new const string Kitware.VTK.vtkImageReader.MRFullTypeName = "Kitware.VTK.vtkImageReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReader2.
Reimplemented in Kitware.VTK.vtkBMPReader, Kitware.VTK.vtkMPIImageReader, Kitware.VTK.vtkPNMReader, and Kitware.VTK.vtkPNrrdReader.