gepetto-viewer 6.0.0
An user-friendly Graphical Interface
Loading...
Searching...
No Matches
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
13
14namespace gepetto {
15namespace viewer {
16
17struct Configuration;
19DEF_CLASS_SMART_PTR(GroupNode)
20
21DEF_CLASS_SMART_PTR(Property)
22
23DEF_CLASS_SMART_PTR(WindowManager)
24DEF_CLASS_SMART_PTR(RoadmapViewer)
25
26typedef std::string WindowID;
27} /* namespace viewer */
28} /* namespace gepetto */
29
30#endif /* GEPETTO_VIEWER_FWD_HH */
#define DEF_CLASS_SMART_PTR(className)
Definition macros.h:51
viewer::Configuration Configuration
Definition configuration.hh:30
std::string WindowID
Definition fwd.h:26
Definition action-search-bar.hh:27