Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
zone::IZoneData Class Referenceabstract

Access to zone scalar data. More...

#include <izonedata.h>

Public Member Functions

virtual const QObject * getQObject () const =0
 Returns a pointer const to a QObject representing this object.
 
virtual QObject * getQObject ()=0
 Returns a pointer to a QObject representing this object.
 
virtual const IDatagetIData () const =0
 
virtual IDatagetIData ()=0
 
virtual void initializeMultithreading (quint32 threads)=0
 
virtual double getData (const IZone *zone, quint32 thread=0, quint32 block=0) const =0
 Retrieves scalar data from the zone, depending on the current index and property data.
 
virtual QString getProperty () const =0
 Returns the name of the property value being retrieved if the current data is Zone Property.
 
virtual bool getPropertyActive () const =0
 
virtual QStringList getPropertiesAvailable () const =0
 
virtual QList< uint > getInterestedIn () const =0
 
virtual void destroy ()=0
 Destroys this object safely across interface boundaries.
 
virtual void setProperty (const QString &s)=0
 
virtual void propertyChanged (const QString &s)=0
 This SIGNAL is sent when the property name changes, used when retrieving zone properties. More...
 
virtual void propertyActiveChanged (bool active)=0
 
virtual void propertiesAvailableChanged (const QStringList &s)=0
 

Detailed Description

Access to zone scalar data.

This class maintains a list of scalar data (sxx, density, porosity, etc).
getNames() returns the names of the data available through this interface.
Which data is being accessed is specified by setIndex().
This class is used in contour plotting and profiling, as a generic way to get the same list of zone data to use for various purposes.

Member Function Documentation

◆ getInterestedIn()

virtual QList<uint> zone::IZoneData::getInterestedIn ( ) const
pure virtual

Returns a list of notification codes that indicate the current data type has changed.
The geometry code is implies, and so never sent here.

◆ propertyChanged()

virtual void zone::IZoneData::propertyChanged ( const QString &  s)
pure virtual

This SIGNAL is sent when the property name changes, used when retrieving zone properties.

This SLOT sets the name of the constitutive model used for stress/strength ratio values.
If the string is null or is not recognized, then the current constitutive model of the zone is used.


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