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

vtkZLibDataCompressor - Data compression using zlib. More...

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

List of all members.

Public Member Functions

 vtkZLibDataCompressor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkZLibDataCompressor ()
 Undocumented Block.
virtual int GetCompressionLevel ()
 Get/Set the compression level.
virtual int GetCompressionLevelMaxValue ()
 Get/Set the compression level.
virtual int GetCompressionLevelMinValue ()
 Get/Set the compression level.
override uint GetMaximumCompressionSpace (uint size)
 Get the maximum space that may be needed to store data of the given uncompressed size after compression. This is the minimum size of the output buffer that can be passed to the four-argument Compress method.
override int IsA (string type)
 Undocumented Block.
new vtkZLibDataCompressor NewInstance ()
 Undocumented Block.
virtual void SetCompressionLevel (int _arg)
 Get/Set the compression level.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkZLibDataCompressor"
 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 vtkZLibDataCompressor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkZLibDataCompressor_GetCompressionLevel_01 (HandleRef pThis)
static internal int vtkZLibDataCompressor_GetCompressionLevelMaxValue_02 (HandleRef pThis)
static internal int vtkZLibDataCompressor_GetCompressionLevelMinValue_03 (HandleRef pThis)
static internal uint vtkZLibDataCompressor_GetMaximumCompressionSpace_04 (HandleRef pThis, uint size)
static internal int vtkZLibDataCompressor_IsA_05 (HandleRef pThis, string type)
static internal int vtkZLibDataCompressor_IsTypeOf_06 (string type)
static internal IntPtr vtkZLibDataCompressor_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkZLibDataCompressor_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkZLibDataCompressor_SetCompressionLevel_10 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkZLibDataCompressor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkZLibDataCompressor - Data compression using zlib.

Description vtkZLibDataCompressor provides a concrete vtkDataCompressor class using zlib for compressing and uncompressing data.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor ( 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.vtkZLibDataCompressor.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.vtkDataCompressor.

Get/Set the compression level.

Get/Set the compression level.

Get/Set the compression level.

override uint Kitware.VTK.vtkZLibDataCompressor.GetMaximumCompressionSpace ( uint  size) [virtual]

Get the maximum space that may be needed to store data of the given uncompressed size after compression. This is the minimum size of the output buffer that can be passed to the four-argument Compress method.

Reimplemented from Kitware.VTK.vtkDataCompressor.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataCompressor.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataCompressor.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataCompressor.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataCompressor.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkZLibDataCompressor.SetCompressionLevel ( int  _arg) [virtual]

Get/Set the compression level.

static internal int Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_GetCompressionLevel_01 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_GetMaximumCompressionSpace_04 ( HandleRef  pThis,
uint  size 
) [private]
static internal int Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_SetCompressionLevel_10 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkZLibDataCompressor.MRClassNameKey = "21vtkZLibDataCompressor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataCompressor.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataCompressor.


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