#include "flecsi/util/geometry/point.hh"
Go to the source code of this file.
Classes | |
class | flecsi::filling_curve< DIM, T, DERIVED > |
class | flecsi::hilbert_curve< DIM, T > |
class | flecsi::morton_curve< DIM, T > |
Namespaces | |
flecsi | |
Functions | |
template<size_t D, typename T , class DER > | |
std::ostream & | flecsi::operator<< (std::ostream &ostr, const filling_curve< D, T, DER > &k) |
output for filling_curve using output_ function defined in the class | |