Template Class ObjectSorterT¶
Defined in File GeometryObjectSorter.hpp
Inheritance Relationships¶
Base Type¶
public std::binary_function< T, T, bool >
Class Documentation¶
-
template<class
T>
classActs::ObjectSorterT: public std::binary_function<T, T, bool>¶ Public Functions
-
ObjectSorterT(BinningValue bValue)¶ Constructor from a binning value.
- Parameters
bValue: is the value in which the binning is donetransform: is an optional transform to be performed
-
BinningValue
binningValue() const¶
-