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