2 #ifndef GRAMODS_GRAPHICS_VIEW
3 #define GRAMODS_GRAPHICS_VIEW
5 #include <gmGraphics/ViewBase.hh>
7 BEGIN_NAMESPACE_GMGRAPHICS;
19 virtual std::string getDefaultKey()
override {
return "view"; }
26 END_NAMESPACE_GMGRAPHICS;
The common base for nodes taking renderers for dispatching rendering jobs.
Definition: ViewBase.hh:23
The base of graphics View implementations.
Definition: View.hh:13