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

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

#include <isellist.h>

Classes

struct  SELInfo
 

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 SELs.
 
virtual IContainergetIContainer ()=0
 Returns a pointer to the IContainer interface representing global list of SELs.
 
virtual const ISELgetFirstSEL () const =0
 
virtual ISELgetFirstSEL ()=0
 
virtual const ISELfindSELWithID (uint64 id) const =0
 Given a strucutal elemnent id, returns a const pointer to the structural element.
 
virtual const ISELfindSEL (const DVect &pos, TType type=0, double radius=limits< double >::max(), bool update=true) const =0
 
virtual ISELfindSEL (const DVect &pos, TType type=0, double radius=limits< double >::max(), bool update=true)=0
 
virtual QString getKeywordFromType (TType type) const =0
 Returns the general SEL type.
 
virtual QList< const ISEL * > getAllTypes () const =0
 
virtual const ISELgetRegisteredType (TType type) const =0
 
virtual uint32 getNumberRegistered () const =0
 
virtual uint64 getNextCollectionID () const =0
 
virtual uint32 getGroupNotice () const =0
 Returns the tag for the structural element group change notice.
 
virtual uint32 getPropertyNotice () const =0
 Returns the tag for the structural element property change notice.
 
virtual uint32 getStateNotice () const =0
 Returns the tag for the structural element state change notice.
 
virtual uint32 getForceNotice () const =0
 Returns the tag for the structural element applied force change notice.
 
virtual uint32 getFISHNotice () const =0
 Returns the tag for the structural element extra variable change notice.
 
virtual uint32 getPressureNotice () const =0
 Returns the tag for the structural element pressure change notice.
 
virtual uint32 getHideNotice () const =0
 Returns the tag for the structural element hide change notice.
 
virtual uint32 getSelectNotice () const =0
 Returns the tag for the structural element select change notice.
 
virtual void setForceUpdate (bool b)=0
 
virtual bool getWasUpdated () const =0
 
virtual std::vector< base::PropDescgetAvailableProperties (TType type) const =0
 
virtual uint32 getPropertyIndexFast (const ISEL &sel, const string &name, uint32 thread) const =0
 
virtual bool isPropertyConstant (const QString &propName, TType type) const =0
 

Detailed Description

Interface to the global list of all structural elements.

Member Function Documentation

◆ findSEL() [1/2]

virtual const ISEL * sel::ISELList::findSEL ( const DVect & pos,
TType type = 0,
double radius = limits< double >::max(),
bool update = true ) const
pure virtual

Returns const pointer to closest structural element to position of type sel_type. Judges by element centroid. Will check all types of elements if sel_type=0. Returns nullptr if an element is not found.

◆ findSEL() [2/2]

virtual ISEL * sel::ISELList::findSEL ( const DVect & pos,
TType type = 0,
double radius = limits< double >::max(),
bool update = true )
pure virtual

Returns const pointer to closest structural element to position of type sel_type. Judges by element centroid. Will check all types of elements if sel_type=0. Returns nullptr if an element is not found.

◆ getFirstSEL() [1/2]

virtual const ISEL * sel::ISELList::getFirstSEL ( ) const
pure virtual

Return a const pointer to the first structural element stored.
ISEL::getNext can be used to iterate on the list.

◆ getFirstSEL() [2/2]

virtual ISEL * sel::ISELList::getFirstSEL ( )
pure virtual

Return a pointer to the first structural element stored.
ISEL::getNext can be used to iterate on the list.


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