#include <xmol/proxy/Selection.h>
template<typename T>
Selection class
Contents
Public types
- struct EqualComparator
- struct LessThanComparator
Constructors, destructors, conversion operators
Public functions
Protected functions
- void unite(const Selection& rhs)
- void substract(const Selection& rhs)
- void intersect(const Selection& rhs)
-
template<typename Predicate>auto internal_filter(Predicate&& p) -> std::vector<T>
- auto slice_impl(std::optional<size_t> start, std::optional<size_t> stop, std::optional<size_t> step) -> std::vector<T>
Protected variables
- std::vector<T> m_data