12345678910111213141516171819202122232425262728293031323334 |
- #ifdef NOVISUAL
- #include <vislearning/nice_nonvis.h>
- #else
- #include <vislearning/nice.h>
- #endif
- #include <iostream>
- #include "vislearning/math/cluster/ClusterAlgorithm.h"
- using namespace OBJREC;
- using namespace std;
- using namespace NICE;
- ClusterAlgorithm::ClusterAlgorithm()
- {
- }
- ClusterAlgorithm::~ClusterAlgorithm()
- {
- }
|