Equalizer  1.4.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
__GLXEvent
_GPU_DEVICE
alist
cilist
cllist
co::Array< T >A wrapper to (de)serialize arrays
co::BarrierA networked, versioned barrier
co::BufferA receive buffer, containing the data for a co::ICommand
co::BufferConnectionA proxy connection buffering outgoing data into a memory buffer
co::BufferListenerA listener interface to buffer state changes
co::Command
co::CommandCacheA 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::CommandQueueA CommandQueue is a thread-safe queue for command packets
co::Compressor
co::CompressorInfo
co::ConnectionAn interface definition for communication between hosts
co::ConnectionDescriptionDescribes Connection parameters
co::ConnectionListenerA listener interface to connection changes
co::ConnectionSetHandles events on a set of connections
co::CPUCompressor
co::CustomICommandA command specialization for custom commands
co::CustomOCommandA class for sending custom commands and data to local & external nodes
co::DataIStreamA std::istream-like input data stream for binary data
co::DataIStreamArchiveA boost.serialization archive for a co::DataIStream
co::DataIStreamArchive::use_array_optimization
co::DataIStreamArchive::use_array_optimization::apply< T >
co::DataOStreamA std::ostream buffering and/or retaining data in a binary format
co::DataOStreamArchiveA boost.serialization archive for a co::DataOStream
co::DataOStreamArchive::use_array_optimization
co::DataOStreamArchive::use_array_optimization::apply< T >
co::DataStreamArchiveExceptionException being thrown when serialization cannot proceed
co::DispatcherA helper class providing command packet dispatch functionality to networked objects
co::ErrorRegistryThe registry translating error codes to strings
co::ExceptionA base Exception for Collage operations
co::GlobalGlobal parameter handling for the Collage library
co::ICommandA class managing received commands
co::InstanceCache
co::InstanceCache::DataOne cache entry
co::LocalNodeSpecialization of a local node
co::NodeManages a node
co::NodeCommandPacketPacket sent to and handled by an co::Node
co::NodePacketPacket sent to and handled by an co::Node
co::ObjectA generic, distributed object
co::ObjectFactoryThe interface to create objects, used by objectMap
co::ObjectHandlerInterface for entities which map and register objects
co::ObjectICommandA command specialization for objects
co::ObjectMapCentral distributed object registry
co::ObjectOCommandA class for sending commands and data to local & external objects
co::ObjectPacketPacket sent to and handled by an co::Object
co::ObjectVersionA helper struct bundling an object identifier and version
co::OCommandA class for sending commands with data to local and external nodes
co::PacketA packet send over the network
co::Plugin
co::PluginRegistryThe registry for all loaded Equalizer plugins
co::QueueEmptyPacket
co::QueueGetItemPacket
co::QueueItemThe item of the distributed queue holding the data
co::QueueItemPacket
co::QueueMasterThe producer end of a distributed queue
co::QueueSlaveThe consumer end of a distributed queue
co::SerializableBase class for distributed, inheritable objects
co::VersionInformation about the current Collage version
co::WorkerThread< Q >A worker thread
co::ZeroconfA zeroconf communicator
complex
doublecomplex
eq::agl::EventHandlerThe event handler for AGL windows
eq::agl::MessagePumpA message pump receiving and dispatching Carbon events
eq::agl::PipeEqualizer default implementation to handle an AGL GPU
eq::agl::WindowEqualizer default implementation of an AGL window interface
eq::agl::WindowEventA window-system event with the native Carbon event, used for AGL
eq::agl::WindowIFThe interface defining the minimum functionality for an AGL window
eq::CanvasA canvas represents a logical 2D projection surface
eq::ChannelA channel represents a two-dimensional viewport within a Window
eq::ChannelStatisticsSamples one channel statistics event
eq::ClientThe client represents a network node of the application in the cluster
eq::CommandQueue
eq::CompositorA set of functions performing compositing for a set of input frames
eq::Compositor::ImageOpA structure describing an image assembly task
eq::ComputeContextThe interface definition for API-specific GPGPU handling
eq::ConfigA configuration is a visualization session driven by an application
eq::ConfigEventA config event
eq::ConfigParamsParameters for running a configuration
eq::ConfigStatisticsSamples one Config statistics event
eq::CUDAContextCUDA implementation of a ComputeContext
eq::EventEvent structure to report window system and other events
eq::EventHandlerBase class for window system-specific event handlers
eq::EventICommandA command specialization for config events
eq::ExceptionException 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::ClientA client represents a network node of the application in the cluster
eq::fabric::ColorMaskDefines 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::DrawableConfigStores 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::ErrorRegistryThe registry translating error codes to strings
eq::fabric::FrameA holder for a frame data and related parameters
eq::fabric::FrustumA distributed object for frustum data
eq::fabric::GlobalGlobal parameter handling for the Equalizer fabric namespace
eq::fabric::GPUInfoA 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::ObjectInternal 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::PixelHolds a pixel decomposition specification with methods for manipulation
eq::fabric::PixelViewportHolds a 2D pixel viewport with methods for manipulation
eq::fabric::ProjectionA projector definition defining a view frustum
eq::fabric::RangeA fractional database range with methods for manipulation
eq::fabric::RenderContextThe 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::SubPixelHolds a subpixel decomposition specification along with some methods for manipulation
eq::fabric::SwapBarrierA 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::ViewportA fractional viewport with methods for manipulation
eq::fabric::WallA wall defining a view frustum
eq::fabric::Window< P, W, C >Base data transport class for windows
eq::fabric::ZoomA zoom specification with methods for manipulation
eq::FrameA holder for a frame data and related parameters
eq::FrameDataA holder for multiple images
eq::FrameData::ImageHeader
eq::GLExceptionOpenGL Exception
eq::GlobalGlobal parameter handling for the Equalizer client library
eq::GLWindowA system window for OpenGL rendering
eq::glx::EventHandlerThe event handler for glX/X11 windows
eq::glx::MessagePumpA message pump receiving and dispatching X11 events
eq::glx::PipeDefault implementation of a glX system pipe
eq::glx::WindowEqualizer default implementation of a glX window
eq::glx::WindowEventA window-system event for a glx::WindowIF
eq::glx::WindowIFThe interface defining the minimum functionality for a glX window
eq::ImageA holder for pixel data
eq::KeyEventEvent for a key press or release
eq::LayoutA layout groups one or more View, logically belonging together
eq::MagellanEventEvent for a SpaceMouse movement or click
eq::MessagePumpAn interface to process system messages or events
eq::NodeA Node represents a single computer in the cluster
eq::Node::TransmitThread
eq::NodeFactoryThe node factory is a per-node singleton used to create and release Equalizer resource instances
eq::ObserverAn Observer looks at one or more views from a certain position (head matrix) with a given eye separation
eq::PipeA Pipe represents a graphics card (GPU) on a Node
eq::PixelDataThe pixel data structure manages the pixel information for images
eq::PointerEventEvent for a pointer (mouse) motion or click
eq::ResizeEventEvent for a size or position change on a Window, Channel or View
eq::SegmentA segment covers a sub-area of a Canvas
eq::ServerProxy object for the connection to an Equalizer server
eq::StatisticA statistics event
eq::StatisticSampler< Owner >Utility to sample an statistics event
eq::SystemPipeThe interface definition for system-specific GPU handling
eq::SystemWindowThe interface definition for system-specific windowing code
eq::UserEventUser-defined event
eq::util::AccumA C++ class to abstract an accumulation buffer
eq::util::AccumBufferObjectA 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::FrameBufferObjectA C++ class to abstract OpenGL frame buffer objects
eq::util::ObjectManager< T >A facility class to manage OpenGL objects across shared contexts
eq::util::PixelBufferObjectA C++ class to abstract OpenGL pixel buffer objects
eq::util::TextureA wrapper around OpenGL textures
eq::VersionInformation about the current Equalizer version
eq::ViewA View is a 2D area of a Layout
eq::wgl::EventHandlerThe event handler for WGL
eq::wgl::MessagePumpProcesses OS messages on Win32 systems
eq::wgl::PipeEqualizer default implementation of a WGL GPU
eq::wgl::WindowEqualizer default implementation of a WGL window
eq::wgl::WindowEventA window-system event for a WindowIF
eq::wgl::WindowIFThe interface defining the minimum functionality for a WGL window
eq::WindowA Window represents an on-screen or off-screen drawable
eq::WindowStatisticsA statistics sampler for window-related events
eq::WindowSystemThe list of possible window systems
eq::WindowSystemIFThe interface for windowing toolkits
eqAsync::AsyncFetcherAsynchronous fetching thread
eqAsync::Channel
eqAsync::Pipe
eqAsync::TextureIdStructure to associate OpenGL texture ids with an external key
eqAsync::Window
EqCompressorInfoInformation 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::CameraAnimationLoads sequence of camera positions and interpolates them on a per-frame basis
eqPly::CameraAnimation::Step
eqPly::ChannelThe rendering entity, updating a part of a Window
eqPly::ConfigThe configuration, run be the EqPly application
eqPly::ConfigEvent
eqPly::EqPlyThe EqPly application instance
eqPly::FrameDataFrame-specific data
eqPly::InitData
eqPly::LocalInitDataManages the argument parsing and non-distributed part of the initialization data
eqPly::ModelAssignerHelper to assign models to views
eqPly::NodeRepresentation of a node in the cluster
eqPly::PipeThe representation of one GPU
eqPly::Tracker
eqPly::VertexBufferDistCo::Object to distribute a model, holds a VertexBufferBase node
eqPly::VertexBufferState
eqPly::View
eqPly::WindowA window represent an OpenGL drawable and context
eVolve::Channel
eVolve::Config
eVolve::DataInTextureDimensionsStructure 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::RawVolumeModelLoad model to texture
eVolve::RawVolumeModelRenderer
eVolve::SliceClipper
eVolve::VolumeInfo
eVolve::VolumeScalingContain 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::hFileJust helping structure to automatically close files
icilist
inlist
NonCopyable
mesh::ArrayWrapper< T, d >
mesh::MeshException
mesh::NullOStream
mesh::NullOStream::NullStreamBuf
mesh::VertexBufferBase
mesh::VertexBufferDataHolds 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::ChannelThe Channel renders the frames in frameDraw()
osgScaleViewer::Config
osgScaleViewer::FrameData
osgScaleViewer::InitDataThe init data holds all data which is needed during initalization
osgScaleViewer::Node
osgScaleViewer::NodeFactory
osgScaleViewer::OSGScaleViewer
osgScaleViewer::PipeThe Pipe holds the viewer and the frame data
osgScaleViewer::Quad
osgScaleViewer::SceneReader
osgScaleViewer::SceneViewBased on osgUtil::SceneView, but stripped done to only render and not interfere with stereo setup
osgScaleViewer::WindowA window represents an OpenGL drawable and context
OtherData
OtherElem
PlyElement
PlyFile
PlyOtherElems
PlyOtherProp
PlyProperty
seq::ApplicationThe main application object
seq::RendererA renderer instance
seq::ViewDataStores per-view data
seqPly::Application
seqPly::Renderer
Tracker
Vardesc
Generated on Mon Nov 26 2012 14:41:51 for Equalizer 1.4.1 by  doxygen 1.7.6.1