| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/attributesimplifier.h>

Public Member Functions | |
| virtual ID | target () const =0 |
| virtual bool | simplify (Engine *E, const Attribute *attr, bool push)=0 |
| VRS_TYPEINFO (AttributeSimplifier, Simplifier) | |
| virtual ID VRS::AttributeSimplifier::target | ( | ) | const [pure virtual] |
The stack class is the name of the attribute class for which the handler provides a service.
Implements VRS::Simplifier.
| virtual bool VRS::AttributeSimplifier::simplify | ( | Engine * | E, | |
| const Attribute * | attr, | |||
| bool | push | |||
| ) | [pure virtual] |
Simplifies the given attribute into other (simpler) attributes. Returns true, if the simplification was successful.
| VRS::AttributeSimplifier::VRS_TYPEINFO | ( | AttributeSimplifier | , | |
| Simplifier | ||||
| ) |