cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
osaOSGWorld.h
Go to the documentation of this file.
1 /*
2 
3  Author(s): Simon Leonard
4  Created on: Nov 11 2009
5 
6  (C) Copyright 2008 Johns Hopkins University (JHU), All Rights
7  Reserved.
8 
9 --- begin cisst license - do not edit ---
10 
11 This software is provided "as is" under an open source license, with
12 no warranty. The complete license can be found in license.txt and
13 http://www.cisst.org/cisst/license.txt.
14 
15 --- end cisst license ---
16 */
17 
18 #ifndef _osaOSGWorld_h
19 #define _osaOSGWorld_h
20 
21 #include <osg/Group>
23 
24 class CISST_EXPORT osaOSGWorld : public osg::Group {
25  public:
26  osaOSGWorld();
28 };
29 
30 #endif
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Definition: osaOSGWorld.h:24
~osaOSGWorld()
Definition: osaOSGWorld.h:27