#include <vtkSpyPlotIStream.h>
List of all members.
Detailed Description
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 29 of file vtkSpyPlotIStream.h.
Constructor & Destructor Documentation
| vtkSpyPlotIStream::vtkSpyPlotIStream |
( |
| ) |
|
| virtual vtkSpyPlotIStream::~vtkSpyPlotIStream |
( |
| ) |
[virtual] |
Member Function Documentation
| void vtkSpyPlotIStream::SetStream |
( |
istream * |
| ) |
|
| istream * vtkSpyPlotIStream::GetStream |
( |
| ) |
[inline] |
| int vtkSpyPlotIStream::ReadString |
( |
char * |
str, |
|
|
size_t |
len |
|
) |
| |
| int vtkSpyPlotIStream::ReadString |
( |
unsigned char * |
str, |
|
|
size_t |
len |
|
) |
| |
| int vtkSpyPlotIStream::ReadInt32s |
( |
int * |
val, |
|
|
int |
num |
|
) |
| |
| int vtkSpyPlotIStream::ReadInt64s |
( |
vtkTypeInt64 * |
val, |
|
|
int |
num |
|
) |
| |
| int vtkSpyPlotIStream::ReadDoubles |
( |
double * |
val, |
|
|
int |
num |
|
) |
| |
| void vtkSpyPlotIStream::Seek |
( |
vtkTypeInt64 |
offset, |
|
|
bool |
rel = false |
|
) |
| |
| vtkTypeInt64 vtkSpyPlotIStream::Tell |
( |
| ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: