ESyS-Particle
4.0.1
|
Public Member Functions | |
ConnectionReader (std::istream &iStream) | |
virtual void | initialise () |
![]() | |
IterativeReader (std::istream &iStream) | |
int | getNumElements () const |
bool | isInitialised () const |
Iterator & | getIterator () |
Additional Inherited Members | |
![]() | |
typedef IStreamIterator < ConnectionData > | Iterator |
![]() | |
typedef std::auto_ptr< Iterator > | IteratorAutoPtr |
![]() | |
void | setNumElements (int numElements) |
std::istream & | getIStream () |
const std::istream & | getIStream () const |
virtual Iterator * | createNewIterator () |
|
inlinevirtual |
Creates the iterator using the istream and using the value returned by getNumElements.
Reimplemented from esys::lsm::IterativeReader< IStreamIterator< ConnectionData > >.