Itasca C++ Interface
|
Interface to the global list of all structural elements links. More...
#include <isellinklist.h>
Public Member Functions | |
virtual const IThing * | getIThing () const =0 |
returns a const IThing pointer | |
virtual IThing * | getIThing ()=0 |
returns a IThing pointer | |
virtual const IContainer * | getIContainer () const =0 |
Returns a const pointer to the IContainer interface representing the global list of structural elements links. | |
virtual IContainer * | getIContainer ()=0 |
Returns a pointer to the IContainer interface representing the global list of structural elements links. | |
virtual const ISELLink * | getFirstSELLink () const =0 |
virtual ISELLink * | getFirstSELLink ()=0 |
virtual const ISELLink * | findSELLinkWithID (quint64 id) const =0 |
Given a strucutal elemnent link id, returns a const pointer to the SEL link. | |
virtual quint32 | getSELLinkType () const =0 |
Returns the general SEL link type. | |
Interface to the global list of all structural elements links.
|
pure virtual |
Return a const pointer to the first structural element link stored.
ISELLink::getNext() can be used to iterate on the list.
|
pure virtual |
Return a pointer to the first structural element link stored.
ISELLink::getNext() can be used to iterate on the list.