21 #ifndef bempp_ahmed_leaf_cluster_array_hpp
22 #define bempp_ahmed_leaf_cluster_array_hpp
24 #include "../common/common.hpp"
26 #include "bempp/common/config_ahmed.hpp"
30 #include "../common/boost_scoped_array_fwd.hpp"
54 blcluster*& operator[] (
size_t n) {
55 return m_leafClusters[n];
58 const blcluster* operator[] (
size_t n)
const {
59 return m_leafClusters[n];
65 void startWithClusterOfIndex(
size_t index);
68 boost::scoped_array<blcluster*> m_leafClusters;
Encapsulation of an array of pointers to AHMED's blcluster objects.
Definition: ahmed_leaf_cluster_array.hpp:42
void sortAccordingToClusterSize()
Sort cluster list, putting biggest clusters first.
Definition: ahmed_leaf_cluster_array.cpp:70