Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DynamicBaseKit.h
Go to the documentation of this file.
1 #ifndef DynamicBaseKit_H
2 #define DynamicBaseKit_H
3 
4 #include "DynamicNodeKit.h"
5 #include <SmallChange/basic.h>
6 
7 class SoBaseKit;
8 class SMALLCHANGE_DLL_API DynamicBaseKit : public DynamicNodeKit<SoBaseKit> {
9 };
10 
11 #endif // DynamicBaseKit_H
Definition: DynamicBaseKit.h:8
Definition: DynamicNodeKit.h:21