Equalizer 1.0

osgScaleViewer::NodeFactory Class Reference

Inheritance diagram for osgScaleViewer::NodeFactory:
Collaboration diagram for osgScaleViewer::NodeFactory:

List of all members.

Public Member Functions

virtual eq::ConfigcreateConfig (eq::ServerPtr parent)
 Create a new config.
virtual eq::NodecreateNode (eq::Config *parent)
 Create a new node.
virtual eq::PipecreatePipe (eq::Node *parent)
 Create a new pipe.
virtual eq::WindowcreateWindow (eq::Pipe *parent)
 Create a new window.
virtual eq::ChannelcreateChannel (eq::Window *parent)
 Create a new channel.

Detailed Description


Member Function Documentation

virtual eq::Channel* osgScaleViewer::NodeFactory::createChannel ( eq::Window parent) [inline, virtual]

Create a new channel.

Returns:
the channel.
Version:
1.0

Reimplemented from eq::NodeFactory.

Definition at line 63 of file share/Equalizer/examples/osgScaleViewer/nodeFactory.h.

virtual eq::Config* osgScaleViewer::NodeFactory::createConfig ( eq::ServerPtr  parent) [inline, virtual]

Create a new config.

Returns:
the config.
Version:
1.0

Reimplemented from eq::NodeFactory.

Definition at line 51 of file share/Equalizer/examples/osgScaleViewer/nodeFactory.h.

virtual eq::Node* osgScaleViewer::NodeFactory::createNode ( eq::Config parent) [inline, virtual]

Create a new node.

Returns:
the node.
Version:
1.0

Reimplemented from eq::NodeFactory.

Definition at line 54 of file share/Equalizer/examples/osgScaleViewer/nodeFactory.h.

virtual eq::Pipe* osgScaleViewer::NodeFactory::createPipe ( eq::Node parent) [inline, virtual]

Create a new pipe.

Returns:
the pipe.
Version:
1.0

Reimplemented from eq::NodeFactory.

Definition at line 57 of file share/Equalizer/examples/osgScaleViewer/nodeFactory.h.

virtual eq::Window* osgScaleViewer::NodeFactory::createWindow ( eq::Pipe parent) [inline, virtual]

Create a new window.

Returns:
the window.
Version:
1.0

Reimplemented from eq::NodeFactory.

Definition at line 60 of file share/Equalizer/examples/osgScaleViewer/nodeFactory.h.


The documentation for this class was generated from the following file:
Generated on Sun May 8 2011 19:11:11 for Equalizer 1.0 by  doxygen 1.7.3