Mondschein Engine  0.3.0
Public Member Functions | List of all members
mondschein::scene::Scenegraph Class Reference

This class represents a scenegraph. More...

#include <scenegraph.h>

Public Member Functions

virtual void set_scenegraph_attribs (const scenegraph_attribs_t &_sg)
 Set the scenegraph. More...
 
virtual scenegraph_attribs_t get_scenegraph_attribs () const
 Get the scenegraph. More...
 

Detailed Description

This class represents a scenegraph.

The Scenegraph class implements a BGL graph that defines the structure of a given set of scene nodes.

Definition at line 36 of file scenegraph.h.

Member Function Documentation

scenegraph_attribs_t Scenegraph::get_scenegraph_attribs ( ) const
virtual

Get the scenegraph.

Returns
the scenegraph properties of *this

Definition at line 58 of file scenegraph.cpp.

void Scenegraph::set_scenegraph_attribs ( const scenegraph_attribs_t _sg)
virtual

Set the scenegraph.

Parameters
_sgthe scenegraph properties

Definition at line 52 of file scenegraph.cpp.


The documentation for this class was generated from the following files: