|
|
| Bucket () |
| Default constructor. More...
|
|
| Bucket (IteratorType PointsBegin, IteratorType PointsEnd) |
|
virtual | ~Bucket () |
| Destructor. More...
|
|
|
IteratorType | Begin () |
|
IteratorType | End () |
|
void | SearchNearestPoint (PointType const &ThisPoint, PointerType &rResult, CoordinateType &rResultDistance) override |
|
void | SearchNearestPoint (PointType const &ThisPoint, PointerType &Result, CoordinateType &ResultDistance, SearchStructureType &Auxiliar) override |
|
void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, DistanceIteratorType &ResultsDistances, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults) override |
|
void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, DistanceIteratorType &ResultsDistances, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults, SearchStructureType &Auxiliar) override |
|
void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults) override |
|
void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults, SearchStructureType &Auxiliar) override |
|
void | SearchInBox (PointType const &SearchMinPoint, PointType const &SearchMaxPoint, IteratorType &Results, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults) override |
|
|
virtual std::string | Info () const |
| Turn back information as a string. More...
|
|
virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More...
|
|
void | PrintData (std::ostream &rOStream, std::string const &Perfix=std::string()) const override |
| Print object's data. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (TreeNode) |
| Pointer definition of TreeNode. More...
|
|
| TreeNode () |
|
virtual | ~TreeNode () |
|
virtual void | SearchNearestPoint (PointType const &ThisPoint, PointerType &rResult, CoordinateType &rResultDistance) |
|
virtual void | SearchNearestPoint (PointType const &ThisPoint, PointerType &rResult, CoordinateType &rResultDistance, SearchStructureType &Auxiliar) |
|
virtual void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, DistanceIteratorType &ResultsDistances, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults) |
|
virtual void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, DistanceIteratorType &ResultsDistances, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults, SearchStructureType &Auxiliar) |
|
virtual void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults) |
|
virtual void | SearchInRadius (PointType const &ThisPoint, CoordinateType const &Radius, CoordinateType const &Radius2, IteratorType &Results, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults, SearchStructureType &Auxiliar) |
|
virtual void | SearchInBox (PointType const &SearchMinPoint, PointType const &SearchMaxPoint, IteratorType &Results, SizeType &NumberOfResults, SizeType const &MaxNumberOfResults) |
|
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TreeNode<TDimension, TPointType, TPointerType, TIteratorType, TDistanceIteratorType> Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::BaseType |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TContainerType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::ContainerType |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TDistanceFunction Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::DistanceFunction |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TDistanceIteratorType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::DistanceIteratorType |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TIteratorType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::IteratorType |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TPointerType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::PointerType |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
typedef TPointType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::PointType |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::Bucket |
( |
| ) |
|
|
inline |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
virtual Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::~Bucket |
( |
| ) |
|
|
inlinevirtual |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
IteratorType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::Begin |
( |
| ) |
|
|
inline |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
IteratorType Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::End |
( |
| ) |
|
|
inline |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
virtual std::string Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::Info |
( |
| ) |
const |
|
inlinevirtual |
Turn back information as a string.
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::KRATOS_CLASS_POINTER_DEFINITION |
( |
Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction > |
| ) |
|
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
void Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::PrintData |
( |
std::ostream & |
rOStream, |
|
|
std::string const & |
Perfix = std::string() |
|
) |
| const |
|
inlineoverridevirtual |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
virtual void Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::PrintInfo |
( |
std::ostream & |
rOStream | ) |
const |
|
inlinevirtual |
Print information about this object.
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
void Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::SearchInBox |
( |
PointType const & |
SearchMinPoint, |
|
|
PointType const & |
SearchMaxPoint, |
|
|
IteratorType & |
Results, |
|
|
SizeType & |
NumberOfResults, |
|
|
SizeType const & |
MaxNumberOfResults |
|
) |
| |
|
inlineoverride |
template<std::size_t TDimension, class TPointType , class TContainerType , class TPointerType = typename TContainerType::value_type, class TIteratorType = typename TContainerType::iterator, class TDistanceIteratorType = typename std::vector<double>::iterator, class TDistanceFunction = Kratos::SearchUtils::SquaredDistanceFunction<TDimension,TPointType>>
void Kratos::Bucket< TDimension, TPointType, TContainerType, TPointerType, TIteratorType, TDistanceIteratorType, TDistanceFunction >::SearchNearestPoint |
( |
PointType const & |
ThisPoint, |
|
|
PointerType & |
rResult, |
|
|
CoordinateType & |
rResultDistance |
|
) |
| |
|
inlineoverride |