1#ifndef COIN_SOTYPELIST_H
2#define COIN_SOTYPELIST_H
27#include <Inventor/lists/SbPList.h>
28#include <Inventor/SoType.h>
The SbList class is a template container class for lists.
Definition SbList.h:61
int find(const Type item) const
Definition SbList.h:117
void insert(const Type item, const int insertbefore)
Definition SbList.h:123
void append(const Type item)
Definition SbList.h:112
Type operator[](const int index) const
Definition SbList.h:186
The SbPList class is a container class for void pointers.
Definition SbPList.h:31
The SoTypeList class is a container class for arrays of SoType objects.
Definition SoTypeList.h:30
SoTypeList(void)
Definition SoTypeList.h:32
SoTypeList(const SoTypeList &l)
Definition SoTypeList.h:34
SoTypeList(const int sizehint)
Definition SoTypeList.h:33
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50