Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sel::ISELLinkList Class Referenceabstract

Interface to the global list of all structural elements links. More...

#include <isellinklist.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 Returns a const IThing pointer.
 
virtual IThinggetIThing ()=0
 Returns a IThing pointer.
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing global list of links.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing global list of links.
 
virtual const ISELLinkgetFirstSELLink () const =0
 
virtual ISELLinkgetFirstSELLink ()=0
 
virtual const ISELLinkfindSELLinkWithID (uint64 id) const =0
 Given a link id, returns a const pointer to the SEL link.
 
virtual uint32 getSELLinkType () const =0
 Returns the general SEL link type.
 

Detailed Description

Interface to the global list of all structural elements links.

Member Function Documentation

◆ getFirstSELLink() [1/2]

virtual const ISELLink * sel::ISELLinkList::getFirstSELLink ( ) const
pure virtual

Return a const pointer to the first structural element link stored.
ISELLink::getNext() can be used to iterate on the list.

◆ getFirstSELLink() [2/2]

virtual ISELLink * sel::ISELLinkList::getFirstSELLink ( )
pure virtual

Return a pointer to the first structural element link stored.
ISELLink::getNext() can be used to iterate on the list.


The documentation for this class was generated from the following file: