


Definition at line 46 of file XMLInput.H.
Public Member Functions | |
| XMLInput (OptionManager &mgr) | |
| ~XMLInput () | |
| virtual void | setConfigInfo (const std::string &filename) |
| Override from FrameIstream;. | |
| virtual bool | setFrameNumber (int n) |
| Set the current frame number and remember it. | |
| virtual GenericFrameSpec | peekFrameSpec () |
| Peek at the specifications of the next frame to be read. | |
| virtual GenericFrame | readFrame () |
| Get a frame from the xmlfile in the same order as in the file. | |
|
|
Peek at the specifications of the next frame to be read.
Implements FrameIstream. Definition at line 79 of file XMLInput.C. References GenericFrameSpec::dims, GenericFrameSpec::floatFlags, GenericFrameSpec::nativeType, GenericFrame::RGB_U8, GenericFrameSpec::videoByteSwap, and GenericFrameSpec::videoFormat. |
|
|
Get a frame from the xmlfile in the same order as in the file.
Implements FrameIstream. Definition at line 93 of file XMLInput.C. References GenericFrame::addMetaData(), TestImages::SceneData::description, TestImages::SceneData::dims, TestImages::SceneData::filename, frame, rutz::shared_ptr< T >::get(), Image< T >::getDims(), Dims::isEmpty(), LFATAL, LINFO, TestImages::SceneData::objects, rescale(), TestImages::SceneData::type, and TestImages::SceneData::useType. |
|
|
Override from FrameIstream;.
Reimplemented from FrameIstream. Definition at line 55 of file XMLInput.C. References rutz::shared_ptr< T >::get(), LINFO, and rutz::shared_ptr< T >::reset(). |
|
|
Set the current frame number and remember it.
Reimplemented from FrameIstream. Definition at line 69 of file XMLInput.C. References ASSERT. |
1.4.4