1#ifndef COIN_SOTYPELIST_H
2#define COIN_SOTYPELIST_H
36#include <Inventor/lists/SbPList.h>
37#include <Inventor/SoType.h>
The SbList class is a template container class for lists.
Definition SbList.h:70
int find(const Type item) const
Definition SbList.h:126
void insert(const Type item, const int insertbefore)
Definition SbList.h:132
void append(const Type item)
Definition SbList.h:121
Type operator[](const int index) const
Definition SbList.h:195
The SbPList class is a container class for void pointers.
Definition lists/SbPList.h:40
The SoTypeList class is a container class for arrays of SoType objects.
Definition SoTypeList.h:39
SoTypeList(void)
Definition SoTypeList.h:41
SoTypeList(const SoTypeList &l)
Definition SoTypeList.h:43
SoTypeList(const int sizehint)
Definition SoTypeList.h:42
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59