Equalizer
1.6.1
|
Helper to assign models to views. More...
#include <modelAssigner.h>
Public Member Functions | |
ModelAssigner (const ModelDists &models) | |
virtual eq::VisitorResult | visit (eq::View *view) |
Public Member Functions inherited from eq::fabric::ConfigVisitor< C, OV, LV, CV, NV > | |
ConfigVisitor () | |
Construct a new config visitor. More... | |
virtual | ~ConfigVisitor () |
Destruct this config visitor. More... | |
virtual VisitorResult | visitPre (C *config) |
Visit a config on the down traversal. More... | |
virtual VisitorResult | visitPost (C *config) |
Visit a config on the up traversal. More... | |
virtual VisitorResult | visitPre (const C *) |
Visit a config on the down traversal. More... | |
virtual VisitorResult | visitPost (const C *) |
Visit a config on the up traversal. More... | |
Helper to assign models to views.
Definition at line 35 of file modelAssigner.h.