vtkSpyPlotIStream represents input functionality required by the vtkSpyPlotReader and vtkSpyPlotUniReader classes.
More...
#include <vtkSpyPlotIStream.h>
vtkSpyPlotIStream represents input functionality required by the vtkSpyPlotReader and vtkSpyPlotUniReader classes.
The class was factored out of vtkSpyPlotReader.cxx. The class wraps an already opened istream
Definition at line 20 of file vtkSpyPlotIStream.h.
◆ vtkSpyPlotIStream()
vtkSpyPlotIStream::vtkSpyPlotIStream |
( |
| ) |
|
◆ ~vtkSpyPlotIStream()
virtual vtkSpyPlotIStream::~vtkSpyPlotIStream |
( |
| ) |
|
|
virtual |
◆ SetStream()
void vtkSpyPlotIStream::SetStream |
( |
istream * |
| ) |
|
◆ GetStream()
istream * vtkSpyPlotIStream::GetStream |
( |
| ) |
|
|
inline |
◆ ReadString() [1/2]
int vtkSpyPlotIStream::ReadString |
( |
char * |
str, |
|
|
size_t |
len |
|
) |
| |
◆ ReadString() [2/2]
int vtkSpyPlotIStream::ReadString |
( |
unsigned char * |
str, |
|
|
size_t |
len |
|
) |
| |
◆ ReadInt32s()
int vtkSpyPlotIStream::ReadInt32s |
( |
int * |
val, |
|
|
int |
num |
|
) |
| |
◆ ReadInt32sNoSwap()
int vtkSpyPlotIStream::ReadInt32sNoSwap |
( |
int * |
val, |
|
|
int |
num |
|
) |
| |
◆ ReadInt64s()
int vtkSpyPlotIStream::ReadInt64s |
( |
vtkTypeInt64 * |
val, |
|
|
int |
num |
|
) |
| |
◆ ReadDoubles()
int vtkSpyPlotIStream::ReadDoubles |
( |
double * |
val, |
|
|
int |
num |
|
) |
| |
◆ Seek()
void vtkSpyPlotIStream::Seek |
( |
vtkTypeInt64 |
offset, |
|
|
bool |
rel = false |
|
) |
| |
◆ Tell()
vtkTypeInt64 vtkSpyPlotIStream::Tell |
( |
| ) |
|
◆ FileBufferSize
const int vtkSpyPlotIStream::FileBufferSize |
|
protected |
◆ Buffer
char* vtkSpyPlotIStream::Buffer |
|
protected |
◆ IStream
istream* vtkSpyPlotIStream::IStream |
|
protected |
The documentation for this class was generated from the following file: