Interface to a filter element that allows user to filter based on connection to a "surface" of the zones.
More...
#include <irangeelementsurface.h>
|
virtual bool | getMech () const =0 |
| Returns TRUE if filtering by null mechanical model to determine surface.
|
|
virtual bool | getFluid () const =0 |
| Returns TRUE if filtering by null fluid model to determine surface.
|
|
virtual bool | getTherm () const =0 |
| Returns TRUE if filtering by null thermal model to determine surface.
|
|
virtual bool | getOr () const =0 |
|
virtual void | setMech (bool b)=0 |
| Slot, sets the mechanical flag filter. See getMech().
|
|
virtual void | setFluid (bool b)=0 |
| Slot, sets the fluid flag filter. See getFluid().
|
|
virtual void | setTherm (bool b)=0 |
| Slot, sets the therm flag filter. See getThrem().
|
|
virtual void | setOr (bool b)=0 |
| Slot, sets the 'OR' condition flag. See getOr()
|
|
|
shared::Signal< bool > | mechChanged |
|
shared::Signal< bool > | fluidChanged |
|
shared::Signal< bool > | thermChanged |
|
shared::Signal< bool > | orChanged |
|
Interface to a filter element that allows user to filter based on connection to a "surface" of the zones.
◆ getOr()
virtual bool itascaxd::IRangeElementSurface::getOr |
( |
| ) |
const |
|
pure virtual |
Returns TRUE if any condition set to true causing the zone to be filtered, Returns FALSE if all conditions set to true cause the zone to be filtered.
The documentation for this class was generated from the following file: