1 #ifndef COIN_SBINTLIST_H
2 #define COIN_SBINTLIST_H
27 #include <Inventor/lists/SbPList.h>
37 this->
SbPList::append(reinterpret_cast<void*>(static_cast<uintptr_t>(item)));
40 return this->
SbPList::find(reinterpret_cast<void *>(static_cast<uintptr_t>(item)));
42 void insert(
const int item,
const int addbefore) {
43 this->
SbPList::insert(reinterpret_cast<void *>(static_cast<uintptr_t>(item)), addbefore);
46 return reinterpret_cast<int&
>(((*
static_cast<const SbPList *
>(
this))[idx]));
61 #if defined(COIN_INTERNAL) && !defined(COIN_ALLOW_SBINTLIST)
62 #error prefer SbList over SbIntList for internal code
63 #endif // COIN_INTERNAL
67 #endif // !COIN_SBINTLIST_H