Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all bug

NAME

       SoEngineList -

       The SoEngineList class is a container for SoEngine objects.

       As this class inherits SoBaseList, referencing and dereferencing will default be done on
       the objects at append(), remove(), insert() etc.

SYNOPSIS

       #include <Inventor/lists/SoEngineList.h>

       Inherits SoBaseList.

   Public Member Functions
       SoEngineList (void)
       SoEngineList (const int size)
       SoEngineList (const SoEngineList &el)
       ~SoEngineList ()
       void append (SoEngine *const ptr)
       SoEngine * operator[] (const int i) const
       SoEngineList & operator= (const SoEngineList &el)

   Additional Inherited Members

Detailed Description

       The SoEngineList class is a container for SoEngine objects.

       As this class inherits SoBaseList, referencing and dereferencing will default be done on
       the objects at append(), remove(), insert() etc.

Constructor & Destructor Documentation

   SoEngineList::SoEngineList (void)
       Default constructor.

   SoEngineList::SoEngineList (const intsize)
       Constructor with a hint about the number of elements the list will hold.

       See Also:
           SoBaseList::SoBaseList(const int)

   SoEngineList::SoEngineList (const SoEngineList &el)
       Copy constructor.

       See Also:
           SoBaseList::SoBaseList(const SoBaseList &)

   SoEngineList::~SoEngineList ()
       Destructor.

       See Also:
           SoBaseList::~SoBaseList()

Member Function Documentation

   void SoEngineList::append (SoEngine *constptr)
       Append ptr to the list.

       See Also:
           SoBaseList::append()

   SoEngine * SoEngineList::operator[] (const inti) const
       Return engine pointer at index i.

       See Also:
           SoBaseList::operator[]()

   SoEngineList & SoEngineList::operator= (const SoEngineList &el)
       Copy contents of list el to this list.

       See Also:
           SoBaseList::operator=()

Author

       Generated automatically by Doxygen for Coin from the source code.