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

vtkTIFFReader - read TIFF files More...

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

List of all members.

Public Member Functions

 vtkTIFFReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTIFFReader ()
 Undocumented Block.
override int CanReadFile (string fname)
 Is the given file name a tiff file file?
override string GetDescriptiveName ()
 Return a descriptive name for the file format that might be useful in a GUI.
override string GetFileExtensions ()
 Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension.
virtual uint GetOrientationType ()
 Set orientation type ORIENTATION_TOPLEFT 1 (row 0 top, col 0 lhs) ORIENTATION_TOPRIGHT 2 (row 0 top, col 0 rhs) ORIENTATION_BOTRIGHT 3 (row 0 bottom, col 0 rhs) ORIENTATION_BOTLEFT 4 (row 0 bottom, col 0 lhs) ORIENTATION_LEFTTOP 5 (row 0 lhs, col 0 top) ORIENTATION_RIGHTTOP 6 (row 0 rhs, col 0 top) ORIENTATION_RIGHTBOT 7 (row 0 rhs, col 0 bottom) ORIENTATION_LEFTBOT 8 (row 0 lhs, col 0 bottom) User need to explicitly include vtk_tiff.h header to have access to those #define.
virtual bool GetOrientationTypeSpecifiedFlag ()
 Get method to check if orientation type is specified.
virtual bool GetOriginSpecifiedFlag ()
 Set/get methods to see if manual Origin/Spacing have been set.
virtual bool GetSpacingSpecifiedFlag ()
void InitializeColors ()
 Auxilary methods used by the reader internally.
override int IsA (string type)
 Undocumented Block.
new vtkTIFFReader NewInstance ()
 Undocumented Block.
virtual void OriginSpecifiedFlagOff ()
 Set/get methods to see if manual Origin/Spacing have been set.
virtual void OriginSpecifiedFlagOn ()
 Set/get methods to see if manual Origin/Spacing have been set.
void ReadImageInternal (IntPtr arg0, IntPtr outPtr, IntPtr outExt, uint size)
 Internal method, do not use.
virtual void ReadTiles (IntPtr buffer)
 Reads 3D data from tiled tiff.
virtual void ReadVolume (IntPtr buffer)
 Reads 3D data from multi-pages tiff.
void SetOrientationType (uint orientationType)
 Set orientation type ORIENTATION_TOPLEFT 1 (row 0 top, col 0 lhs) ORIENTATION_TOPRIGHT 2 (row 0 top, col 0 rhs) ORIENTATION_BOTRIGHT 3 (row 0 bottom, col 0 rhs) ORIENTATION_BOTLEFT 4 (row 0 bottom, col 0 lhs) ORIENTATION_LEFTTOP 5 (row 0 lhs, col 0 top) ORIENTATION_RIGHTTOP 6 (row 0 rhs, col 0 top) ORIENTATION_RIGHTBOT 7 (row 0 rhs, col 0 bottom) ORIENTATION_LEFTBOT 8 (row 0 lhs, col 0 bottom) User need to explicitly include vtk_tiff.h header to have access to those #define.
virtual void SetOriginSpecifiedFlag (bool _arg)
 Set/get methods to see if manual Origin/Spacing have been set.
virtual void SetSpacingSpecifiedFlag (bool _arg)
virtual void SpacingSpecifiedFlagOff ()
virtual void SpacingSpecifiedFlagOn ()

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkTIFFReader"
 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 vtkTIFFReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTIFFReader_CanReadFile_01 (HandleRef pThis, string fname)
static internal IntPtr vtkTIFFReader_GetDescriptiveName_02 (HandleRef pThis)
static internal IntPtr vtkTIFFReader_GetFileExtensions_03 (HandleRef pThis)
static internal uint vtkTIFFReader_GetOrientationType_04 (HandleRef pThis)
static internal byte vtkTIFFReader_GetOrientationTypeSpecifiedFlag_05 (HandleRef pThis)
static internal byte vtkTIFFReader_GetOriginSpecifiedFlag_06 (HandleRef pThis)
static internal byte vtkTIFFReader_GetSpacingSpecifiedFlag_07 (HandleRef pThis)
static internal void vtkTIFFReader_InitializeColors_08 (HandleRef pThis)
static internal int vtkTIFFReader_IsA_09 (HandleRef pThis, string type)
static internal int vtkTIFFReader_IsTypeOf_10 (string type)
static internal IntPtr vtkTIFFReader_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTIFFReader_OriginSpecifiedFlagOff_13 (HandleRef pThis)
static internal void vtkTIFFReader_OriginSpecifiedFlagOn_14 (HandleRef pThis)
static internal void vtkTIFFReader_ReadImageInternal_15 (HandleRef pThis, IntPtr arg0, IntPtr outPtr, IntPtr outExt, uint size)
static internal void vtkTIFFReader_ReadTiles_16 (HandleRef pThis, IntPtr buffer)
static internal void vtkTIFFReader_ReadVolume_17 (HandleRef pThis, IntPtr buffer)
static internal IntPtr vtkTIFFReader_SafeDownCast_18 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTIFFReader_SetOrientationType_19 (HandleRef pThis, uint orientationType)
static internal void vtkTIFFReader_SetOriginSpecifiedFlag_20 (HandleRef pThis, byte _arg)
static internal void vtkTIFFReader_SetSpacingSpecifiedFlag_21 (HandleRef pThis, byte _arg)
static internal void vtkTIFFReader_SpacingSpecifiedFlagOff_22 (HandleRef pThis)
static internal void vtkTIFFReader_SpacingSpecifiedFlagOn_23 (HandleRef pThis)

Static Private Member Functions

static vtkTIFFReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTIFFReader - read TIFF files

Description vtkTIFFReader is a source object that reads TIFF files. It should be able to read almost any TIFF file

vtkTIFFWriter


Constructor & Destructor Documentation

static Kitware.VTK.vtkTIFFReader.vtkTIFFReader ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override int Kitware.VTK.vtkTIFFReader.CanReadFile ( string  fname) [virtual]

Is the given file name a tiff file file?

Reimplemented from Kitware.VTK.vtkImageReader2.

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

override string Kitware.VTK.vtkTIFFReader.GetDescriptiveName ( ) [virtual]

Return a descriptive name for the file format that might be useful in a GUI.

Reimplemented from Kitware.VTK.vtkImageReader2.

override string Kitware.VTK.vtkTIFFReader.GetFileExtensions ( ) [virtual]

Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension.

Reimplemented from Kitware.VTK.vtkImageReader2.

Set orientation type ORIENTATION_TOPLEFT 1 (row 0 top, col 0 lhs) ORIENTATION_TOPRIGHT 2 (row 0 top, col 0 rhs) ORIENTATION_BOTRIGHT 3 (row 0 bottom, col 0 rhs) ORIENTATION_BOTLEFT 4 (row 0 bottom, col 0 lhs) ORIENTATION_LEFTTOP 5 (row 0 lhs, col 0 top) ORIENTATION_RIGHTTOP 6 (row 0 rhs, col 0 top) ORIENTATION_RIGHTBOT 7 (row 0 rhs, col 0 bottom) ORIENTATION_LEFTBOT 8 (row 0 lhs, col 0 bottom) User need to explicitly include vtk_tiff.h header to have access to those #define.

Get method to check if orientation type is specified.

Set/get methods to see if manual Origin/Spacing have been set.

Auxilary methods used by the reader internally.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Set/get methods to see if manual Origin/Spacing have been set.

Set/get methods to see if manual Origin/Spacing have been set.

void Kitware.VTK.vtkTIFFReader.ReadImageInternal ( IntPtr  arg0,
IntPtr  outPtr,
IntPtr  outExt,
uint  size 
)

Internal method, do not use.

virtual void Kitware.VTK.vtkTIFFReader.ReadTiles ( IntPtr  buffer) [virtual]

Reads 3D data from tiled tiff.

virtual void Kitware.VTK.vtkTIFFReader.ReadVolume ( IntPtr  buffer) [virtual]

Reads 3D data from multi-pages tiff.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageReader2.

Here is the call graph for this function:

void Kitware.VTK.vtkTIFFReader.SetOrientationType ( uint  orientationType)

Set orientation type ORIENTATION_TOPLEFT 1 (row 0 top, col 0 lhs) ORIENTATION_TOPRIGHT 2 (row 0 top, col 0 rhs) ORIENTATION_BOTRIGHT 3 (row 0 bottom, col 0 rhs) ORIENTATION_BOTLEFT 4 (row 0 bottom, col 0 lhs) ORIENTATION_LEFTTOP 5 (row 0 lhs, col 0 top) ORIENTATION_RIGHTTOP 6 (row 0 rhs, col 0 top) ORIENTATION_RIGHTBOT 7 (row 0 rhs, col 0 bottom) ORIENTATION_LEFTBOT 8 (row 0 lhs, col 0 bottom) User need to explicitly include vtk_tiff.h header to have access to those #define.

virtual void Kitware.VTK.vtkTIFFReader.SetOriginSpecifiedFlag ( bool  _arg) [virtual]

Set/get methods to see if manual Origin/Spacing have been set.

virtual void Kitware.VTK.vtkTIFFReader.SetSpacingSpecifiedFlag ( bool  _arg) [virtual]
static internal int Kitware.VTK.vtkTIFFReader.vtkTIFFReader_CanReadFile_01 ( HandleRef  pThis,
string  fname 
) [private]
static internal IntPtr Kitware.VTK.vtkTIFFReader.vtkTIFFReader_GetDescriptiveName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTIFFReader.vtkTIFFReader_GetFileExtensions_03 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkTIFFReader.vtkTIFFReader_GetOrientationType_04 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTIFFReader.vtkTIFFReader_GetOrientationTypeSpecifiedFlag_05 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTIFFReader.vtkTIFFReader_GetOriginSpecifiedFlag_06 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkTIFFReader.vtkTIFFReader_GetSpacingSpecifiedFlag_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_InitializeColors_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTIFFReader.vtkTIFFReader_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTIFFReader.vtkTIFFReader_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTIFFReader.vtkTIFFReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTIFFReader.vtkTIFFReader_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_OriginSpecifiedFlagOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_OriginSpecifiedFlagOn_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_ReadImageInternal_15 ( HandleRef  pThis,
IntPtr  arg0,
IntPtr  outPtr,
IntPtr  outExt,
uint  size 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_ReadTiles_16 ( HandleRef  pThis,
IntPtr  buffer 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_ReadVolume_17 ( HandleRef  pThis,
IntPtr  buffer 
) [private]
static internal IntPtr Kitware.VTK.vtkTIFFReader.vtkTIFFReader_SafeDownCast_18 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_SetOrientationType_19 ( HandleRef  pThis,
uint  orientationType 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_SetOriginSpecifiedFlag_20 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_SetSpacingSpecifiedFlag_21 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_SpacingSpecifiedFlagOff_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFReader.vtkTIFFReader_SpacingSpecifiedFlagOn_23 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTIFFReader.MRClassNameKey = "13vtkTIFFReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReader2.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageReader2.


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