SEARCH UTILS ////.
More...
|
template<class TPointerType > |
std::size_t | PointerDistance (TPointerType const &PointerBegin, TPointerType const &PointerEnd) |
|
template<std::size_t TDimension, class TPointType > |
bool | PointInBox (TPointType const &BoxMinPoint, TPointType const &BoxMaxPoint, TPointType const &ThisPoint) |
|
◆ PointerDistance()
template<class TPointerType >
std::size_t Kratos::SearchUtils::PointerDistance |
( |
TPointerType const & |
PointerBegin, |
|
|
TPointerType const & |
PointerEnd |
|
) |
| |
◆ PointInBox()
template<std::size_t TDimension, class TPointType >
bool Kratos::SearchUtils::PointInBox |
( |
TPointType const & |
BoxMinPoint, |
|
|
TPointType const & |
BoxMaxPoint, |
|
|
TPointType const & |
ThisPoint |
|
) |
| |