Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
List of all members
ITemperatureWorldBoundable< T > Class Template Reference

#include <ITemperatureWorldBoundable.hpp>

Inheritance diagram for ITemperatureWorldBoundable< T >:
Inheritance graph
Collaboration diagram for ITemperatureWorldBoundable< T >:
Collaboration graph

Additional Inherited Members

- Public Types inherited from ITemperatureWorldBoundableMixin
using ForeachCellFn = std::function< void(Coord, Coord, Coord)>
 
- Public Member Functions inherited from ITemperatureWorldBoundableMixin
virtual void foreach (ForeachCellFn func) const =0
 
virtual void foreachCellOnEdge (Edge edge, ForeachCellFn func) const =0
 
virtual Parallelepiped bounds () const noexcept=0
 

Detailed Description

template<typename T>
class ITemperatureWorldBoundable< T >

Mixin to temperature world. Makes temperature world not to be endless.

Template Parameters
TBase temperature world class.

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