fwd.h
Go to the documentation of this file.
1 //
2 // node.h
3 // gepetto-viewer
4 //
5 // Created by Justin Carpentier, Mathieu Geisert in November 2014.
6 // Copyright (c) 2014 LAAS-CNRS. All rights reserved.
7 //
8 
9 #ifndef GEPETTO_VIEWER_FWD_HH
10 #define GEPETTO_VIEWER_FWD_HH
11 
12 #include <gepetto/viewer/macros.h>
13 
14 namespace gepetto {
15 namespace viewer {
16 
17  struct Configuration;
20 
22 
25 
26  typedef std::string WindowID;
27 } /* namespace viewer */
28 } /* namespace gepetto */
29 
30 #endif /* GEPETTO_VIEWER_FWD_HH */
Definition: action-search-bar.hh:27
Definition: window-manager.h:24
Definition: config-osg.h:144
std::string WindowID
Definition: fwd.h:17
#define DEF_CLASS_SMART_PTR(className)
Definition: macros.h:50
Abstract base class for runtime properties of Node.
Definition: node-property.h:71
Definition: group-node.h:19
Definition: roadmap-viewer.h:24
Abstract base class of 3D objects in a scene.
Definition: node.h:27