27 #include "../common/STLUtils.h" SpatialOperators()
It initializes a new SpatialOperators.
const SpatialOperator * operator[](size_t i) const
It returns a specified operator.
std::vector< SpatialOperator * > m_spatialOperators
Mandatory at least one.
size_t size() const
It returns the number of operators.
void FreeContents(boost::unordered_map< K, V * > &m)
This function can be applied to a map of pointers. It will delete each pointer in the map...
void push_back(SpatialOperator *sOp)
It adds the spatial operator to the list.
~SpatialOperators()
Destructor.