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);
50 class SoEnabledElementsListP * pimpl;
SoEnabledElementsList(SoEnabledElementsList *const parentlist)
Definition SoEnabledElementsList.cpp:89
void enable(const SoType elementtype, const int stackindex)
Definition SoEnabledElementsList.cpp:133
static int getCounter(void)
Definition SoEnabledElementsList.cpp:167
const SoTypeList & getElements(void) const
Definition SoEnabledElementsList.cpp:109
void merge(const SoEnabledElementsList &eel)
Definition SoEnabledElementsList.cpp:152
The SoTypeList class is a container class for arrays of SoType objects.
Definition SoTypeList.h:39
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59