SpherePackingScenarioGenerator
|
#include <RandomPacking.h>
Public Member Functions | |
void | generate () |
RandomPacking () | |
RandomPacking (std::string filename) | |
virtual | ~RandomPacking () |
Private Attributes | |
std::string | _filename |
Class RandomPacking implements the LS Algorithm to generate the spheres
algorithms::ls::RandomPacking::RandomPacking | ( | std::string | filename | ) |
Constructor filename the configuration of generation
algorithms::ls::RandomPacking::~RandomPacking | ( | ) | [virtual] |
Destructor
void algorithms::ls::RandomPacking::generate | ( | ) | [virtual] |
Generation generate the spheres
Implements algorithms::AbstractSpherePacking.
std::string algorithms::ls::RandomPacking::_filename [private] |