44 super::operator=(other);
void dispatchOnRenderingStarted()
Calls the RenderEventCallback::onRenderingStarted() method of all the active callback objects...
virtual void render()
Recursively calls the render() method of its children.
Visualization Library main namespace.
Collection< RenderingAbstract > * subRenderings()
The sub-Rendering (or child-Rendering) objects of a Rendering. A sub-Rendering is rendered before it'...
unsigned int enableMask() const
The enable mask of the Rendering, used to define wheter the rendering is enabled or not...
RenderingTree()
Constructor.
real frameClock() const
The update time of the current rendering frame.
RenderingTree & operator=(const RenderingTree &other)
Assignment operator.
void dispatchOnRenderingFinished()
Calls the RenderEventCallback::onRenderingFinished() method of all the active callback objects...
It's basically an std::vector for Objects that is itself an Object so it can be reference counted and...
The RenderingTree class organizes a set of renderings into an N-ary tree.
ref< Collection< RenderingAbstract > > mSubRendering