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;
The SoEnabledElementsList class is a container for type info for element types that are enabled in ac...
Definition: SoEnabledElementsList.h:29
The SoTypeList class is a container class for arrays of SoType objects.
Definition: SoTypeList.h:30
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:50