ActiViz .NET
5.8.0
|
vtkBase64InputStream - Reads base64-encoded input from a stream. More...
Public Member Functions | |
vtkBase64InputStream (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBase64InputStream () | |
Undocumented Block. | |
override void | EndReading () |
Called after all desired calls to Seek and Read have been made. After this call, the caller is free to change the position of the stream. Additional reads should not be done until after another call to StartReading. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBase64InputStream | NewInstance () |
Undocumented Block. | |
override uint | Read (IntPtr data, uint length) |
Read input data of the given length. Returns amount actually read. | |
override int | Seek (uint offset) |
Seek to the given offset in the input data. Returns 1 for success, 0 for failure. | |
override void | StartReading () |
Called after the stream position has been set by the caller, but before any Seek or Read calls. The stream position should not be adjusted by the caller until after an EndReading call. | |
Static Public Member Functions | |
static new vtkBase64InputStream | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBase64InputStream | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBase64InputStream" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkBase64InputStream" |
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 | vtkBase64InputStream_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBase64InputStream_EndReading_01 (HandleRef pThis) |
static internal int | vtkBase64InputStream_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkBase64InputStream_IsTypeOf_03 (string type) |
static internal IntPtr | vtkBase64InputStream_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkBase64InputStream_Read_06 (HandleRef pThis, IntPtr data, uint length) |
static internal IntPtr | vtkBase64InputStream_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBase64InputStream_Seek_08 (HandleRef pThis, uint offset) |
static internal void | vtkBase64InputStream_StartReading_09 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkBase64InputStream () |
Automatically generated type registration mechanics. |
vtkBase64InputStream - Reads base64-encoded input from a stream.
Description vtkBase64InputStream implements base64 decoding with the vtkInputStream interface.
static Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBase64InputStream.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.vtkInputStream.
override void Kitware.VTK.vtkBase64InputStream.EndReading | ( | ) | [virtual] |
Called after all desired calls to Seek and Read have been made. After this call, the caller is free to change the position of the stream. Additional reads should not be done until after another call to StartReading.
Reimplemented from Kitware.VTK.vtkInputStream.
override int Kitware.VTK.vtkBase64InputStream.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInputStream.
static new int Kitware.VTK.vtkBase64InputStream.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInputStream.
static new vtkBase64InputStream Kitware.VTK.vtkBase64InputStream.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInputStream.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInputStream.
override uint Kitware.VTK.vtkBase64InputStream.Read | ( | IntPtr | data, |
uint | length | ||
) | [virtual] |
Read input data of the given length. Returns amount actually read.
Reimplemented from Kitware.VTK.vtkInputStream.
static new vtkBase64InputStream Kitware.VTK.vtkBase64InputStream.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInputStream.
override int Kitware.VTK.vtkBase64InputStream.Seek | ( | uint | offset | ) | [virtual] |
Seek to the given offset in the input data. Returns 1 for success, 0 for failure.
Reimplemented from Kitware.VTK.vtkInputStream.
override void Kitware.VTK.vtkBase64InputStream.StartReading | ( | ) | [virtual] |
Called after the stream position has been set by the caller, but before any Seek or Read calls. The stream position should not be adjusted by the caller until after an EndReading call.
Reimplemented from Kitware.VTK.vtkInputStream.
static internal void Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_EndReading_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_Read_06 | ( | HandleRef | pThis, |
IntPtr | data, | ||
uint | length | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_Seek_08 | ( | HandleRef | pThis, |
uint | offset | ||
) | [private] |
static internal void Kitware.VTK.vtkBase64InputStream.vtkBase64InputStream_StartReading_09 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkBase64InputStream.MRClassNameKey = "20vtkBase64InputStream" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInputStream.
new const string Kitware.VTK.vtkBase64InputStream.MRFullTypeName = "Kitware.VTK.vtkBase64InputStream" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInputStream.