1 #ifndef COIN_SOENABLEDELEMENTSLIST_H 
    2 #define COIN_SOENABLEDELEMENTSLIST_H 
   27 #include <Inventor/lists/SoTypeList.h> 
   35   void enable(
const SoType elementtype, 
const int stackindex);
 
   38   static int getCounter(
void);
 
   41   class SoEnabledElementsListP * pimpl;
 
   44 #endif // !COIN_SOENABLEDELEMENTSLIST_H 
The SoTypeList class is a container class for arrays of SoType objects. 
Definition: SoTypeList.h:30
The SoEnabledElementsList class is a container for type info for element types that are enabled in ac...
Definition: SoEnabledElementsList.h:29
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:50