ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTIFFWriter Class Reference

vtkTIFFWriter - write out image data as a TIFF file More...

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

List of all members.

Public Types

enum  Deflate_WrapperEnum {
  Deflate = 3, JPEG = 2, LZW = 4, NoCompression = 0,
  PackBits = 1
}
 Undocumented Block. More...

Public Member Functions

 vtkTIFFWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTIFFWriter ()
 Undocumented Block.
virtual int GetCompression ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
virtual int GetCompressionMaxValue ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
virtual int GetCompressionMinValue ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
override int IsA (string type)
 Undocumented Block.
new vtkTIFFWriter NewInstance ()
 Undocumented Block.
virtual void SetCompression (int _arg)
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
void SetCompressionToDeflate ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
void SetCompressionToJPEG ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
void SetCompressionToLZW ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
void SetCompressionToNoCompression ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.
void SetCompressionToPackBits ()
 Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkTIFFWriter"
 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 vtkTIFFWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTIFFWriter_GetCompression_01 (HandleRef pThis)
static internal int vtkTIFFWriter_GetCompressionMaxValue_02 (HandleRef pThis)
static internal int vtkTIFFWriter_GetCompressionMinValue_03 (HandleRef pThis)
static internal int vtkTIFFWriter_IsA_04 (HandleRef pThis, string type)
static internal int vtkTIFFWriter_IsTypeOf_05 (string type)
static internal IntPtr vtkTIFFWriter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTIFFWriter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTIFFWriter_SetCompression_09 (HandleRef pThis, int _arg)
static internal void vtkTIFFWriter_SetCompressionToDeflate_10 (HandleRef pThis)
static internal void vtkTIFFWriter_SetCompressionToJPEG_11 (HandleRef pThis)
static internal void vtkTIFFWriter_SetCompressionToLZW_12 (HandleRef pThis)
static internal void vtkTIFFWriter_SetCompressionToNoCompression_13 (HandleRef pThis)
static internal void vtkTIFFWriter_SetCompressionToPackBits_14 (HandleRef pThis)

Static Private Member Functions

static vtkTIFFWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTIFFWriter - write out image data as a TIFF file

Description vtkTIFFWriter writes image data as a TIFF data file. Data can be written uncompressed or compressed. Several forms of compression are supported including packed bits, JPEG, deflation, and LZW. (Note: LZW compression is currently under patent in the US and is disabled until the patent expires. However, the mechanism for supporting this compression is available for those with a valid license or to whom the patent does not apply.)


Member Enumeration Documentation

Undocumented Block.

Enumerator:
Deflate 

enum member

JPEG 

enum member

LZW 

enum member

NoCompression 

enum member

PackBits 

enum member


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter ( 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.vtkTIFFWriter.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.vtkImageWriter.

virtual int Kitware.VTK.vtkTIFFWriter.GetCompression ( ) [virtual]

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTIFFWriter.SetCompression ( int  _arg) [virtual]

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression.

static internal int Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_GetCompression_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_GetCompressionMaxValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_GetCompressionMinValue_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SetCompression_09 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SetCompressionToDeflate_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SetCompressionToJPEG_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SetCompressionToLZW_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SetCompressionToNoCompression_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTIFFWriter.vtkTIFFWriter_SetCompressionToPackBits_14 ( HandleRef  pThis) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageWriter.


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