ActiViz .NET
5.8.0
|
vtkInputStream - Wraps a binary input stream with a VTK interface. More...
Public Member Functions | |
vtkInputStream (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInputStream () | |
Undocumented Block. | |
virtual 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 vtkInputStream | NewInstance () |
Undocumented Block. | |
virtual uint | Read (IntPtr data, uint length) |
Read input data of the given length. Returns amount actually read. | |
uint | Read (string data, uint length) |
Read input data of the given length. Returns amount actually read. | |
virtual int | Seek (uint offset) |
Seek to the given offset in the input data. Returns 1 for success, 0 for failure. | |
virtual 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 vtkInputStream | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInputStream | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInputStream" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkInputStream" |
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 | vtkInputStream_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInputStream_EndReading_01 (HandleRef pThis) |
static internal int | vtkInputStream_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkInputStream_IsTypeOf_03 (string type) |
static internal IntPtr | vtkInputStream_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkInputStream_Read_06 (HandleRef pThis, IntPtr data, uint length) |
static internal uint | vtkInputStream_Read_07 (HandleRef pThis, string data, uint length) |
static internal IntPtr | vtkInputStream_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkInputStream_Seek_09 (HandleRef pThis, uint offset) |
static internal void | vtkInputStream_StartReading_10 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkInputStream () |
Automatically generated type registration mechanics. |
vtkInputStream - Wraps a binary input stream with a VTK interface.
Description vtkInputStream provides a VTK-style interface wrapping around a standard input stream. The access methods are virtual so that subclasses can transparently provide decoding of an encoded stream. Data lengths for Seek and Read calls refer to the length of the input data. The actual length in the stream may differ for subclasses that implement an encoding scheme.
static Kitware.VTK.vtkInputStream.vtkInputStream | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInputStream.vtkInputStream | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkInputStream.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.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
virtual void Kitware.VTK.vtkInputStream.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 in Kitware.VTK.vtkBase64InputStream.
override int Kitware.VTK.vtkInputStream.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
static new int Kitware.VTK.vtkInputStream.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
static new vtkInputStream Kitware.VTK.vtkInputStream.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
virtual uint Kitware.VTK.vtkInputStream.Read | ( | IntPtr | data, |
uint | length | ||
) | [virtual] |
Read input data of the given length. Returns amount actually read.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
uint Kitware.VTK.vtkInputStream.Read | ( | string | data, |
uint | length | ||
) |
Read input data of the given length. Returns amount actually read.
static new vtkInputStream Kitware.VTK.vtkInputStream.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
virtual int Kitware.VTK.vtkInputStream.Seek | ( | uint | offset | ) | [virtual] |
Seek to the given offset in the input data. Returns 1 for success, 0 for failure.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
virtual void Kitware.VTK.vtkInputStream.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 in Kitware.VTK.vtkBase64InputStream.
static internal void Kitware.VTK.vtkInputStream.vtkInputStream_EndReading_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInputStream.vtkInputStream_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInputStream.vtkInputStream_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInputStream.vtkInputStream_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInputStream.vtkInputStream_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkInputStream.vtkInputStream_Read_06 | ( | HandleRef | pThis, |
IntPtr | data, | ||
uint | length | ||
) | [private] |
static internal uint Kitware.VTK.vtkInputStream.vtkInputStream_Read_07 | ( | HandleRef | pThis, |
string | data, | ||
uint | length | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInputStream.vtkInputStream_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkInputStream.vtkInputStream_Seek_09 | ( | HandleRef | pThis, |
uint | offset | ||
) | [private] |
static internal void Kitware.VTK.vtkInputStream.vtkInputStream_StartReading_10 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkInputStream.MRClassNameKey = "14vtkInputStream" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.
new const string Kitware.VTK.vtkInputStream.MRFullTypeName = "Kitware.VTK.vtkInputStream" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkBase64InputStream.