Template Class DistanceSorterT¶
Defined in File GeometryObjectSorter.hpp
Inheritance Relationships¶
Base Type¶
public std::binary_function< T, T, bool >
Class Documentation¶
-
template<class
T>
classActs::DistanceSorterT: public std::binary_function<T, T, bool>¶ This will check on absolute distance.
Public Functions
-
DistanceSorterT(BinningValue bValue, Vector3 reference)¶ Constructor from a binning value.
- Parameters
bValue: is the value in which the binning is donereference: is the reference point
-