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:47
void truncate(const int length, const int dofit=0)
Definition SbList.h:149
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:76
void remove(const int index)
Definition SbList.h:129
void removeItem(const Type item)
Definition SbList.h:121
void copy(const SbList< Type > &l)
Definition SbList.h:69
void insert(const Type item, const int insertbefore)
Definition SbList.h:109
void append(const Type item)
Definition SbList.h:98
Type operator[](const int index) const
Definition SbList.h:172
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:41