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

Public Member Functions | |
| virtual const Handler * | getNativeHandler (Engine *, const ID &) const |
| determines whether there is a painter for the shape of type ID, and returns it in case. | |
| virtual bool | handleNatively (Engine *, const Shape *, const Handler *) |
| VRS_TYPEINFO (RenderingProcessor, TechniqueProcessor) | |
Static Public Member Functions | |
| static SO< FilterTag > | disableRenderingTag () |
Protected Member Functions | |
| virtual SO< Filter > | getTechniqueFilter () const |
| virtual const Handler* VRS::RenderingProcessor::getNativeHandler | ( | Engine * | , | |
| const ID & | ||||
| ) | const [virtual] |
determines whether there is a painter for the shape of type ID, and returns it in case.
Implements VRS::TechniqueProcessor.
| virtual bool VRS::RenderingProcessor::handleNatively | ( | Engine * | , | |
| const Shape * | , | |||
| const Handler * | ||||
| ) | [virtual] |
evaluate the shape using the handler returned by haveNativeHandler.
Implements VRS::TechniqueProcessor.
| VRS::RenderingProcessor::VRS_TYPEINFO | ( | RenderingProcessor | , | |
| TechniqueProcessor | ||||
| ) |
Reimplemented from VRS::TechniqueProcessor.