![]() |
http://www.sim.no/ http://www.coin3d.org/ |
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. More...
#include <Inventor/lists/SoEngineList.h>
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) |
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.
SoEngineList::SoEngineList | ( | void | ) |
Default constructor.
SoEngineList::SoEngineList | ( | const int | size | ) |
Constructor with a hint about the number of elements the list will hold.
SoEngineList::SoEngineList | ( | const SoEngineList & | el | ) |
Copy constructor.
SoEngineList::~SoEngineList | ( | ) |
Destructor.
void SoEngineList::append | ( | SoEngine *const | ptr | ) |
Append ptr to the list.
SoEngine * SoEngineList::operator[] | ( | const int | i | ) | const |
SoEngineList & SoEngineList::operator= | ( | const SoEngineList & | el | ) |
Copy contents of list el to this list.
Reimplemented from SoBaseList.
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on 7 Jan 2016 for Coin by Doxygen 1.6.1.