Classes | |
struct | Object |
struct | ObjectsData |
Public Member Functions | |
World3DInput (OptionManager &mgr) | |
virtual void | setConfigInfo (const std::string &dimsstring) |
Override from FrameIstream; just calls setDims(). | |
virtual GenericFrameSpec | peekFrameSpec () |
Peek at the specifications of the next frame to be read. | |
virtual GenericFrame | readFrame () |
Generate the world. | |
void | setImageDims (const Dims &s) |
Specify the dimensions of the image to the world. | |
void | drawWheelAndBolts (bool rightSide) |
void | drawCar () |
Image< PixRGB< byte > > | getImage () |
void | generateWorld () |
Definition at line 49 of file World3DInput.H.
GenericFrameSpec World3DInput::peekFrameSpec | ( | ) | [virtual] |
Peek at the specifications of the next frame to be read.
Implements FrameIstream.
Definition at line 90 of file World3DInput.C.
References GenericFrame::RGB_U8.
GenericFrame World3DInput::readFrame | ( | ) | [virtual] |
Generate the world.
Implements FrameIstream.
Definition at line 104 of file World3DInput.C.
References GenericFrame::addMetaData().
void World3DInput::setConfigInfo | ( | const std::string & | dimsstring | ) | [virtual] |
Override from FrameIstream; just calls setDims().
Reimplemented from FrameIstream.
Definition at line 76 of file World3DInput.C.
References convertFromString(), and setImageDims().
void World3DInput::setImageDims | ( | const Dims & | s | ) |
Specify the dimensions of the image to the world.
Definition at line 150 of file World3DInput.C.
Referenced by setConfigInfo().