20 #ifndef bempp_entity_pointer_hpp
21 #define bempp_entity_pointer_hpp
23 #include "../common/common.hpp"
29 template<
int codim>
class Entity;
55 virtual const Entity<codim>&
entity()
const = 0;
Abstract base class for an object providing read-only access to an entity of codimension codim...
Definition: entity_pointer.hpp:42
virtual ~EntityPointer()
Destructor.
Definition: entity_pointer.hpp:46
virtual const Entity< codim > & entity() const =0
Read-only access to the underlying entity.