1#ifndef COIN_SOBASELIST_H
2#define COIN_SOBASELIST_H
38#include <Inventor/SbBasic.h>
39#include <Inventor/lists/SbPList.h>
50 void remove(
const int index);
56 void set(
const int i,
SoBase *
const ptr);
57 void addReferences(
const SbBool
flag);
58 SbBool isReferencing(
void)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
void truncate(const int length, const int dofit=0)
Definition SbList.h:172
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
void remove(const int index)
Definition SbList.h:152
void removeItem(const Type item)
Definition SbList.h:144
void copy(const SbList< Type > &l)
Definition SbList.h:92
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 SoBaseList class is a container for pointers to SoBase derived objects.
Definition SoBaseList.h:41
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition SoBase.h:45