
Definition in file ImageDisplayStream.C.
#include "GUI/ImageDisplayStream.H"
#include "Component/GlobalOpts.H"
#include "Component/ModelOptionDef.H"
#include "Component/OptionManager.H"
#include "GUI/XWinManaged.H"
#include "Image/Image.H"
#include "Image/Layout.H"
#include "Image/Pixels.H"
#include "Raster/GenericFrame.H"
#include "Transport/TransportOpts.H"
#include "Util/Assert.H"
#include "rutz/shared_ptr.h"
#include <map>
Include dependency graph for ImageDisplayStream.C:

Go to the source code of this file.
Classes | |
| struct | ImageDisplayStream::WindowMap |
Typedefs | |
|
typedef std::map< std::string, rutz::shared_ptr< XWinManaged > > | map_type |
Variables | |
| static const ModelOptionDef | OPT_MaxImageDisplay |
| static const ModelOptionDef | OPT_TraceXEvents |
|
|
Initial value:
{ MODOPT_ARG(int), "MaxImageDisplay", &MOC_OUTPUT, OPTEXP_CORE,
"max number of images to display onscreen for any given timestep",
"max-image-display", '\0', "<integer>", "20" }
Definition at line 57 of file ImageDisplayStream.C. |
|
|
Initial value:
{ MODOPT_FLAG, "TraceXEvents", &MOC_OUTPUT, OPTEXP_CORE,
"print some info about each X11 event that is received",
"trace-x-events", '\0', "", "false" }
Definition at line 63 of file ImageDisplayStream.C. |
1.4.4