43 #ifndef COLORGENERATOR_HH_ 44 #define COLORGENERATOR_HH_ 46 #include <ACG/Math/VectorT.hh> 47 #include "../Config/ACGDefines.hh" 63 virtual Vec4f generateNextColor() = 0;
77 template <
class OUTPUT_ITERATOR>
79 for (
int i = 0; i < n; ++i)
80 *oit++ = this->generateNextColor();
Namespace providing different geometric functions concerning angles.
void generateNextNColors(int n, OUTPUT_ITERATOR oit)