Choreonoid  1.8
PolymorphicItemFunctionSet.h
Go to the documentation of this file.
1 #ifndef CNOID_BASE_POLYMORPHIC_ITEM_FUNCTION_SET_H
2 #define CNOID_BASE_POLYMORPHIC_ITEM_FUNCTION_SET_H
3 
4 #include "Item.h"
5 #include <cnoid/PolymorphicFunctionSet>
6 #include "exportdecl.h"
7 
8 namespace cnoid {
9 
10 class CNOID_EXPORT PolymorphicItemFunctionSet : public PolymorphicFunctionSet<Item>
11 {
12 public:
14 };
15 
16 typedef PolymorphicItemFunctionSet::Dispatcher ItemFunctionDispatcher;
17 
18 }
19 
20 #endif
Item.h
cnoid::PolymorphicItemFunctionSet
Definition: PolymorphicItemFunctionSet.h:10
cnoid
Definition: AbstractSceneLoader.h:11
cnoid::PolymorphicFunctionSet
Definition: PolymorphicFunctionSet.h:15
cnoid::ItemFunctionDispatcher
PolymorphicItemFunctionSet::Dispatcher ItemFunctionDispatcher
Definition: PolymorphicItemFunctionSet.h:16