gepetto-viewer
4.15.1
An user-friendly Graphical Interface
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
;
18
DEF_CLASS_SMART_PTR
(
Node
)
19
DEF_CLASS_SMART_PTR
(
GroupNode
)
20
21
DEF_CLASS_SMART_PTR
(
Property
)
22
23
DEF_CLASS_SMART_PTR
(
WindowManager
)
24
DEF_CLASS_SMART_PTR
(
RoadmapViewer
)
25
26
typedef
std::string
WindowID
;
27
}
/* namespace viewer */
28
}
/* namespace gepetto */
29
30
#endif
/* GEPETTO_VIEWER_FWD_HH */
gepetto
Definition:
action-search-bar.hh:27
gepetto::viewer::RoadmapViewer
Definition:
roadmap-viewer.h:24
gepetto::viewer::WindowID
std::string WindowID
Definition:
fwd.h:17
macros.h
gepetto::viewer::GroupNode
Definition:
group-node.h:19
gepetto::viewer::WindowManager
Definition:
window-manager.h:25
gepetto::viewer::Node
Abstract base class of 3D objects in a scene.
Definition:
node.h:25
gepetto::viewer::Property
Abstract base class for runtime properties of Node.
Definition:
node-property.h:114
gepetto::viewer::Configuration
Definition:
config-osg.h:115
DEF_CLASS_SMART_PTR
#define DEF_CLASS_SMART_PTR(className)
Definition:
macros.h:51
include
gepetto
viewer
fwd.h
Generated by
1.8.17