4#include "shared/interface/signal.h"
14 class IContainerContact;
22 class IFWallFacetThermal;
26 using prop_signal = shared::Signal<const string &,const base::Property &>;
28 virtual TType getFWallThermalType()
const=0;
29 virtual uint32 getFWallThermalPropertyNotice()
const=0;
30 virtual uint32 getFWallThermalCycleNotice()
const=0;
31 virtual uint32 getFWallThermalExtraNotice()
const=0;
32 virtual uint32 getFWallThermalGroupNotice()
const=0;
33 virtual uint32 getFWallThermalCleanNotice()
const=0;
34 virtual const IContainer * getIContainerFWallThermal()
const=0;
35 virtual IContainer * getIContainerFWallThermal()=0;
36 virtual const IContainer * getIContainerFWallFacetThermal()
const=0;
37 virtual IContainer * getIContainerFWallFacetThermal()=0;
38 virtual const IFWallThermal * findFWallThermalWithID(uint64
id)
const=0;
42 virtual void validate()=0;
43 virtual TType getFWallFacetThermalType()
const=0;
An array class that attempts to minimize unnecessary heap access.
Definition farray.h:25
Definition basestring.h:71
Interface for containers of IThings.
Definition icontainer.h:21
debug checked shorthand for std::numeric_limits<T>::
Definition limit.h:25
Definition ifwallfacetthermal.h:21
Definition ifwallthermal.h:26
Definition imodulefwallthermal.h:24
virtual prop_signal * getPropertySignal() const =0
Return the signal associated with the addition of a new property.
virtual void populatePieceAttributeSets(StringList *valueAtts, StringList *labelAtts, StringList *vectorAtts) const =0
Populates sets of piece property names based on their type.
An array class that attempts to minimize unnecessary heap access.
uint32 TType
class type indicator
Definition basedef.h:47
DVect3 DVect
Vector of doubles, either 2D or 3D.
Definition dim.h:156
namespace Itasca
Definition basememory.cpp:14
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6