SpherePackingScenarioGenerator
|
00001 #ifdef CCA 00002 00003 #ifndef CCA_SPHEREPACKSINTERFACE 00004 #define CCA_SPHEREPACKSINTERFACE 00005 00006 #include <string> 00007 00008 namespace cca { 00009 class SpherePacksInterface ; 00010 } 00011 class cca::SpherePacksInterface { 00012 public: 00013 00014 virtual ~SpherePacksInterface() {} 00015 00016 virtual void setSpheres(const double* spheres,long spheres_len) = 0 00017 ; 00018 00019 00020 }; 00021 #endif 00022 #endif