Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ImageDisplayStream.C File Reference


Detailed Description

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


Variable Documentation

const ModelOptionDef OPT_MaxImageDisplay [static]
 

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.

const ModelOptionDef OPT_TraceXEvents [static]
 

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.


Generated on Sun Nov 22 13:44:00 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4