ActiViz .NET
5.8.0
|
vtkZLibDataCompressor - Data compression using zlib. More...
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. |
vtkZLibDataCompressor - Data compression using zlib.
Description vtkZLibDataCompressor provides a concrete vtkDataCompressor class using zlib for compressing and uncompressing data.
static Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkZLibDataCompressor.GetCompressionLevel | ( | ) | [virtual] |
Get/Set the compression level.
virtual int Kitware.VTK.vtkZLibDataCompressor.GetCompressionLevelMaxValue | ( | ) | [virtual] |
Get/Set the compression level.
virtual int Kitware.VTK.vtkZLibDataCompressor.GetCompressionLevelMinValue | ( | ) | [virtual] |
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.
static new vtkZLibDataCompressor Kitware.VTK.vtkZLibDataCompressor.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataCompressor.
static new vtkZLibDataCompressor Kitware.VTK.vtkZLibDataCompressor.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataCompressor.
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 int Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_GetCompressionLevelMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkZLibDataCompressor.vtkZLibDataCompressor_GetCompressionLevelMinValue_03 | ( | 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] |
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.