#include <ITemperatureWorldBoundable.hpp>
Should not be derived directly. Use ITemperatureWorldBoundable
. This class is useful for dynamic_cast
.
virtual Parallelepiped ITemperatureWorldBoundableMixin::bounds |
( |
| ) |
const |
|
pure virtualnoexcept |
virtual void ITemperatureWorldBoundableMixin::foreach |
( |
ForeachCellFn |
func | ) |
const |
|
pure virtual |
virtual void ITemperatureWorldBoundableMixin::foreachCellOnEdge |
( |
Edge |
edge, |
|
|
ForeachCellFn |
func |
|
) |
| const |
|
pure virtual |
Loops over each point on specified edge.
- Parameters
-
edge | Edge. |
func | Function to execute at each point. |
Implemented in BoundTemperatureWorld.
The documentation for this class was generated from the following file: