__GLXEvent | |
_GPU_DEVICE | |
alist | |
cilist | |
cllist | |
co::Array< T > | A wrapper to (de)serialize arrays |
co::Barrier | A networked, versioned barrier |
co::Buffer | A receive buffer, containing the data for a co::ICommand |
co::BufferConnection | A proxy connection buffering outgoing data into a memory buffer |
co::BufferListener | A listener interface to buffer state changes |
co::Command | |
co::CommandCache | A command cache handles the reuse of allocated packets for a node |
co::CommandFunc< T > | A wrapper to register a function callback on an object instance |
co::CommandQueue | A CommandQueue is a thread-safe queue for command packets |
co::Compressor | |
co::CompressorInfo | |
co::Connection | An interface definition for communication between hosts |
co::ConnectionDescription | Describes Connection parameters |
co::ConnectionListener | A listener interface to connection changes |
co::ConnectionSet | Handles events on a set of connections |
co::CPUCompressor | |
co::CustomICommand | A command specialization for custom commands |
co::CustomOCommand | A class for sending custom commands and data to local & external nodes |
co::DataIStream | A std::istream-like input data stream for binary data |
co::DataIStreamArchive | A boost.serialization archive for a co::DataIStream |
co::DataIStreamArchive::use_array_optimization | |
co::DataIStreamArchive::use_array_optimization::apply< T > | |
co::DataOStream | A std::ostream buffering and/or retaining data in a binary format |
co::DataOStreamArchive | A boost.serialization archive for a co::DataOStream |
co::DataOStreamArchive::use_array_optimization | |
co::DataOStreamArchive::use_array_optimization::apply< T > | |
co::DataStreamArchiveException | Exception being thrown when serialization cannot proceed |
co::Dispatcher | A helper class providing command packet dispatch functionality to networked objects |
co::ErrorRegistry | The registry translating error codes to strings |
co::Exception | A base Exception for Collage operations |
co::Global | Global parameter handling for the Collage library |
co::ICommand | A class managing received commands |
co::InstanceCache | |
co::InstanceCache::Data | One cache entry |
co::LocalNode | Specialization of a local node |
co::Node | Manages a node |
co::NodeCommandPacket | Packet sent to and handled by an co::Node |
co::NodePacket | Packet sent to and handled by an co::Node |
co::Object | A generic, distributed object |
co::ObjectFactory | The interface to create objects, used by objectMap |
co::ObjectHandler | Interface for entities which map and register objects |
co::ObjectICommand | A command specialization for objects |
co::ObjectMap | Central distributed object registry |
co::ObjectOCommand | A class for sending commands and data to local & external objects |
co::ObjectPacket | Packet sent to and handled by an co::Object |
co::ObjectVersion | A helper struct bundling an object identifier and version |
co::OCommand | A class for sending commands with data to local and external nodes |
co::Packet | A packet send over the network |
co::Plugin | |
co::PluginRegistry | The registry for all loaded Equalizer plugins |
co::QueueEmptyPacket | |
co::QueueGetItemPacket | |
co::QueueItem | The item of the distributed queue holding the data |
co::QueueItemPacket | |
co::QueueMaster | The producer end of a distributed queue |
co::QueueSlave | The consumer end of a distributed queue |
co::Serializable | Base class for distributed, inheritable objects |
co::Version | Information about the current Collage version |
co::WorkerThread< Q > | A worker thread |
co::Zeroconf | A zeroconf communicator |
complex | |
doublecomplex | |
eq::agl::EventHandler | The event handler for AGL windows |
eq::agl::MessagePump | A message pump receiving and dispatching Carbon events |
eq::agl::Pipe | Equalizer default implementation to handle an AGL GPU |
eq::agl::Window | Equalizer default implementation of an AGL window interface |
eq::agl::WindowEvent | A window-system event with the native Carbon event, used for AGL |
eq::agl::WindowIF | The interface defining the minimum functionality for an AGL window |
eq::Canvas | A canvas represents a logical 2D projection surface |
eq::Channel | A channel represents a two-dimensional viewport within a Window |
eq::ChannelStatistics | Samples one channel statistics event |
eq::Client | The client represents a network node of the application in the cluster |
eq::CommandQueue | |
eq::Compositor | A set of functions performing compositing for a set of input frames |
eq::Compositor::ImageOp | A structure describing an image assembly task |
eq::ComputeContext | The interface definition for API-specific GPGPU handling |
eq::Config | A configuration is a visualization session driven by an application |
eq::ConfigEvent | A config event |
eq::ConfigParams | Parameters for running a configuration |
eq::ConfigStatistics | Samples one Config statistics event |
eq::CUDAContext | CUDA implementation of a ComputeContext |
eq::Event | Event structure to report window system and other events |
eq::EventHandler | Base class for window system-specific event handlers |
eq::EventICommand | A command specialization for config events |
eq::Exception | Exception class for Equalizer operations |
eq::fabric::Canvas< CFG, C, S, L > | A canvas represents a logical 2D projection surface |
eq::fabric::Channel< W, C > | Base data transport class for channels |
eq::fabric::Client | A client represents a network node of the application in the cluster |
eq::fabric::ColorMask | Defines which parts of the color buffer are to be written |
eq::fabric::Config< S, C, O, L, CV, N, V > | Base data class for a configuration |
eq::fabric::ConfigVisitor< C, OV, LV, CV, NV > | A visitor to traverse configs and all children |
eq::fabric::DrawableConfig | Stores the characteristics of a window's frame buffer configuration |
eq::fabric::ElementVisitor< T, C > | A visitor to traverse non-leaf elements and their children in a tree |
eq::fabric::ErrorRegistry | The registry translating error codes to strings |
eq::fabric::Frame | A holder for a frame data and related parameters |
eq::fabric::Frustum | A distributed object for frustum data |
eq::fabric::Global | Global parameter handling for the Equalizer fabric namespace |
eq::fabric::GPUInfo | A structure containing GPU-specific information |
eq::fabric::Layout< C, L, V > | Base data transport class for layouts |
eq::fabric::LeafVisitor< T > | A visitor to traverse leaf nodes of a graph |
eq::fabric::Node< C, N, P, V > | Base data transport class for nodes |
eq::fabric::Object | Internal base class for all distributed, inheritable Equalizer objects |
eq::fabric::Observer< C, O > | Base data transport class for observers |
eq::fabric::Pipe< N, P, W, V > | Base data transport class for pipes |
eq::fabric::Pixel | Holds a pixel decomposition specification with methods for manipulation |
eq::fabric::PixelViewport | Holds a 2D pixel viewport with methods for manipulation |
eq::fabric::Projection | A projector definition defining a view frustum |
eq::fabric::Range | A fractional database range with methods for manipulation |
eq::fabric::RenderContext | The context applied to a channel during rendering operations |
eq::fabric::Segment< C, S, CH > | Base data transport class for segments |
eq::fabric::Server< CL, S, CFG, NF, N, V > | Base co::Node class for a server |
eq::fabric::SubPixel | Holds a subpixel decomposition specification along with some methods for manipulation |
eq::fabric::SwapBarrier | A swapbarrier is set on a Compound to synchronize the swap buffer between windows |
eq::fabric::Tile | |
eq::fabric::View< L, V, O > | Base data transport class for views |
eq::fabric::Viewport | A fractional viewport with methods for manipulation |
eq::fabric::Wall | A wall defining a view frustum |
eq::fabric::Window< P, W, C > | Base data transport class for windows |
eq::fabric::Zoom | A zoom specification with methods for manipulation |
eq::Frame | A holder for a frame data and related parameters |
eq::FrameData | A holder for multiple images |
eq::FrameData::ImageHeader | |
eq::GLException | OpenGL Exception |
eq::Global | Global parameter handling for the Equalizer client library |
eq::GLWindow | A system window for OpenGL rendering |
eq::glx::EventHandler | The event handler for glX/X11 windows |
eq::glx::MessagePump | A message pump receiving and dispatching X11 events |
eq::glx::Pipe | Default implementation of a glX system pipe |
eq::glx::Window | Equalizer default implementation of a glX window |
eq::glx::WindowEvent | A window-system event for a glx::WindowIF |
eq::glx::WindowIF | The interface defining the minimum functionality for a glX window |
eq::Image | A holder for pixel data |
eq::KeyEvent | Event for a key press or release |
eq::Layout | A layout groups one or more View, logically belonging together |
eq::MagellanEvent | Event for a SpaceMouse movement or click |
eq::MessagePump | An interface to process system messages or events |
eq::Node | A Node represents a single computer in the cluster |
eq::Node::TransmitThread | |
eq::NodeFactory | The node factory is a per-node singleton used to create and release Equalizer resource instances |
eq::Observer | An Observer looks at one or more views from a certain position (head matrix) with a given eye separation |
eq::Pipe | A Pipe represents a graphics card (GPU) on a Node |
eq::PixelData | The pixel data structure manages the pixel information for images |
eq::PointerEvent | Event for a pointer (mouse) motion or click |
eq::ResizeEvent | Event for a size or position change on a Window, Channel or View |
eq::Segment | A segment covers a sub-area of a Canvas |
eq::Server | Proxy object for the connection to an Equalizer server |
eq::Statistic | A statistics event |
eq::StatisticSampler< Owner > | Utility to sample an statistics event |
eq::SystemPipe | The interface definition for system-specific GPU handling |
eq::SystemWindow | The interface definition for system-specific windowing code |
eq::UserEvent | User-defined event |
eq::util::Accum | A C++ class to abstract an accumulation buffer |
eq::util::AccumBufferObject | A class to emulate an OpenGL accumulation buffer using an FBO |
eq::util::BitmapFont< OMT > | A wrapper around AGL, WGL and GLX bitmap fonts |
eq::util::FrameBufferObject | A C++ class to abstract OpenGL frame buffer objects |
eq::util::ObjectManager< T > | A facility class to manage OpenGL objects across shared contexts |
eq::util::PixelBufferObject | A C++ class to abstract OpenGL pixel buffer objects |
eq::util::Texture | A wrapper around OpenGL textures |
eq::Version | Information about the current Equalizer version |
eq::View | A View is a 2D area of a Layout |
eq::wgl::EventHandler | The event handler for WGL |
eq::wgl::MessagePump | Processes OS messages on Win32 systems |
eq::wgl::Pipe | Equalizer default implementation of a WGL GPU |
eq::wgl::Window | Equalizer default implementation of a WGL window |
eq::wgl::WindowEvent | A window-system event for a WindowIF |
eq::wgl::WindowIF | The interface defining the minimum functionality for a WGL window |
eq::Window | A Window represents an on-screen or off-screen drawable |
eq::WindowStatistics | A statistics sampler for window-related events |
eq::WindowSystem | The list of possible window systems |
eq::WindowSystemIF | The interface for windowing toolkits |
eqAsync::AsyncFetcher | Asynchronous fetching thread |
eqAsync::Channel | |
eqAsync::Pipe | |
eqAsync::TextureId | Structure to associate OpenGL texture ids with an external key |
eqAsync::Window | |
EqCompressorInfo | Information about one compressor |
eqHello::Application | |
eqHello::Renderer | |
eqNbody::Channel | |
eqNbody::Client | |
eqNbody::Config | |
eqNbody::ConfigEvent | |
eqNbody::Controller | |
eqNbody::FrameData | |
eqNbody::InitData | |
eqNbody::Node | |
eqNbody::ParticleRenderer | |
eqNbody::Pipe | |
eqNbody::SharedData | |
eqNbody::SharedDataProxy | |
eqNbody::Window | |
eqPixelBench::Channel | |
eqPixelBench::Config | |
eqPixelBench::ConfigEvent | |
eqPixelBench::Window | |
eqPly::CameraAnimation | Loads sequence of camera positions and interpolates them on a per-frame basis |
eqPly::CameraAnimation::Step | |
eqPly::Channel | The rendering entity, updating a part of a Window |
eqPly::Config | The configuration, run be the EqPly application |
eqPly::ConfigEvent | |
eqPly::EqPly | The EqPly application instance |
eqPly::FrameData | Frame-specific data |
eqPly::InitData | |
eqPly::LocalInitData | Manages the argument parsing and non-distributed part of the initialization data |
eqPly::ModelAssigner | Helper to assign models to views |
eqPly::Node | Representation of a node in the cluster |
eqPly::Pipe | The representation of one GPU |
eqPly::Tracker | |
eqPly::VertexBufferDist | Co::Object to distribute a model, holds a VertexBufferBase node |
eqPly::VertexBufferState | |
eqPly::View | |
eqPly::Window | A window represent an OpenGL drawable and context |
eVolve::Channel | |
eVolve::Config | |
eVolve::DataInTextureDimensions | Structure that contain actual dimensions of data that is stored in volume texture |
eVolve::EVolve | |
eVolve::FrameData | |
eVolve::GLSLShaders | |
eVolve::InitData | |
eVolve::LocalInitData | |
eVolve::Node | |
eVolve::Pipe | |
eVolve::RawVolumeModel | Load model to texture |
eVolve::RawVolumeModelRenderer | |
eVolve::SliceClipper | |
eVolve::VolumeInfo | |
eVolve::VolumeScaling | Contain overal volume proportions relatively [-1,-1,-1]..[1,1,1] cube |
eVolve::Window | |
GLXBufferClobberEventSGIX | |
GLXHyperpipeConfigSGIX | |
GLXHyperpipeNetworkSGIX | |
GLXPbufferClobberEvent | |
GLXPipeRect | |
GLXPipeRectLimits | |
hash< co::ObjectVersion > | ObjectVersion hash function |
hlpFuncs::hFile | Just helping structure to automatically close files |
icilist | |
inlist | |
NonCopyable | |
mesh::ArrayWrapper< T, d > | |
mesh::MeshException | |
mesh::NullOStream | |
mesh::NullOStream::NullStreamBuf | |
mesh::VertexBufferBase | |
mesh::VertexBufferData | Holds the final kd-tree data, sorted and reindexed |
mesh::VertexBufferLeaf | |
mesh::VertexBufferNode | |
mesh::VertexBufferRoot | |
mesh::VertexBufferState | |
mesh::VertexBufferStateSimple | |
mesh::VertexData | |
Multitype | |
Namelist | |
NodeFactory | |
olist | |
osgScaleViewer::Channel | The Channel renders the frames in frameDraw() |
osgScaleViewer::Config | |
osgScaleViewer::FrameData | |
osgScaleViewer::InitData | The init data holds all data which is needed during initalization |
osgScaleViewer::Node | |
osgScaleViewer::NodeFactory | |
osgScaleViewer::OSGScaleViewer | |
osgScaleViewer::Pipe | The Pipe holds the viewer and the frame data |
osgScaleViewer::Quad | |
osgScaleViewer::SceneReader | |
osgScaleViewer::SceneView | Based on osgUtil::SceneView, but stripped done to only render and not interfere with stereo setup |
osgScaleViewer::Window | A window represents an OpenGL drawable and context |
OtherData | |
OtherElem | |
PlyElement | |
PlyFile | |
PlyOtherElems | |
PlyOtherProp | |
PlyProperty | |
seq::Application | The main application object |
seq::Renderer | A renderer instance |
seq::ViewData | Stores per-view data |
seqPly::Application | |
seqPly::Renderer | |
Tracker | |
Vardesc | |