1#ifndef COIN_SOBASELIST_H
2#define COIN_SOBASELIST_H
29#include <Inventor/SbBasic.h>
30#include <Inventor/lists/SbPList.h>
41 void remove(
const int index);
48 void addReferences(
const SbBool
flag);
49 SbBool isReferencing(
void)
const;
The SbList class is a template container class for lists.
Definition SbList.h:61
void truncate(const int length, const int dofit=0)
Definition SbList.h:163
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:90
void remove(const int index)
Definition SbList.h:143
void removeItem(const Type item)
Definition SbList.h:135
void copy(const SbList< Type > &l)
Definition SbList.h:83
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 SoBaseList class is a container for pointers to SoBase derived objects.
Definition SoBaseList.h:32
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition SoBase.h:36