#include <Geometry.hpp>
|
virtual | ~Geometry ()=default |
|
virtual std::unique_ptr< Geometry > | Clone () const =0 |
| Returns a copy of the concrete geometry as a pointer to the base class. More...
|
|
virtual double | ComputeDistanceTo (const std::array< double, Rank > &x) const =0 |
| Computes the minimum distance between geometry and point x. More...
|
|
◆ ~Geometry()
template<std::size_t Rank>
◆ Clone()
template<std::size_t Rank>
◆ ComputeDistanceTo()
template<std::size_t Rank>
virtual double fub::Geometry< Rank >::ComputeDistanceTo |
( |
const std::array< double, Rank > & |
x | ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: