concepts::PointInCell< dim > Class Template Reference
Define a point inside a geometrical cell by its connector and the coordinate in the reference cell. More...
#include <meshRelations.hh>
Inheritance diagram for concepts::PointInCell< dim >:
Public Attributes | |
const Connector * | cntr_ |
Point< Real, dim > | p_ |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Detailed Description
template<uint dim = 2>
class concepts::PointInCell< dim >
Define a point inside a geometrical cell by its connector and the coordinate in the reference cell.
Definition at line 22 of file meshRelations.hh.
Member Function Documentation
◆ info()
template<uint dim = 2>
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Member Data Documentation
◆ cntr_
template<uint dim = 2>
const Connector* concepts::PointInCell< dim >::cntr_ |
Definition at line 24 of file meshRelations.hh.
◆ p_
template<uint dim = 2>
Point<Real,dim> concepts::PointInCell< dim >::p_ |
Definition at line 25 of file meshRelations.hh.
The documentation for this class was generated from the following file:
- geometry/meshRelations.hh