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

Interface to the global list of all thermal analytical sources. More...

#include <ithermanasourcelist.h>

Public Member Functions

virtual const IThinggetIThing () const =0
 returns a const IThing pointer
 
virtual IThinggetIThing ()=0
 returns a IThing pointer
 
virtual quint32 getThermAnaSourceType () const =0
 returns thermal analytical source type
 
virtual const IContainergetIContainer () const =0
 Returns a const pointer to the IContainer interface representing the global list of thermal analytical sources.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing the global list of thermal analytical sources.
 
virtual const IThermAnaSourcegetFirstSource () const =0
 
virtual IThermAnaSourcegetFirstSource ()=0
 
virtual const IThermAnaSourcefindSourceWithID (quint64 id) const =0
 Given a strucutal element link id, returns a const pointer to the thermal analytical source.
 
virtual uint getExtraNotice () const =0
 Notices.
 
virtual uint getGroupNotice () const =0
 
virtual uint getPositionNotice () const =0
 
virtual uint getStrengthNotice () const =0
 
virtual uint getTimeNotice () const =0
 

Detailed Description

Interface to the global list of all thermal analytical sources.

Member Function Documentation

◆ getFirstSource() [1/2]

virtual const IThermAnaSource * zone::IThermAnaSourceList::getFirstSource ( ) const
pure virtual

Return a const pointer to the first thermal analytical source link stored.
IThermAnaSource::getNext() can be used to iterate on the list.

◆ getFirstSource() [2/2]

virtual IThermAnaSource * zone::IThermAnaSourceList::getFirstSource ( )
pure virtual

Return a pointer to the first thermal analytical source link stored.
IThermAnaSource::getNext() can be used to iterate on the list.


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