| 
    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 global list of links.  | |
| virtual IContainer * | getIContainer ()=0 | 
| Returns a pointer to the IContainer interface representing global list of links.  | |
| virtual const ISELLink * | getFirstSELLink () const =0 | 
| virtual ISELLink * | getFirstSELLink ()=0 | 
| virtual const ISELLink * | findSELLinkWithID (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.  | |
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.