SpherePackingScenarioGenerator
|
#include <CalculateDTest.h>
Public Member Functions | |
CalculateDTest () | |
virtual void | run () |
virtual void | setUp () |
virtual | ~CalculateDTest () |
Private Member Functions | |
void | cacluatedistance (std::vector< algorithms::geometries::SphereGeometry > &Spheres) |
void | deleteCalculateD () |
double | oneDimensionDistance (double r1, double r2) |
void | simpleshow () |
void | testGhostSphere () |
void | testSpheres () |
Private Attributes | |
algorithms::AbstractSpherePacking * | _SpherePacking |
Static Private Attributes | |
static tarch::logging::Log | _log |
tests::CalculateDTest::~CalculateDTest | ( | ) | [virtual] |
void tests::CalculateDTest::cacluatedistance | ( | std::vector< algorithms::geometries::SphereGeometry > & | Spheres | ) | [private] |
void tests::CalculateDTest::deleteCalculateD | ( | ) | [private] |
double tests::CalculateDTest::oneDimensionDistance | ( | double | r1, |
double | r2 | ||
) | [private] |
void tests::CalculateDTest::run | ( | ) | [virtual] |
void tests::CalculateDTest::setUp | ( | ) | [virtual] |
void tests::CalculateDTest::simpleshow | ( | ) | [private] |
void tests::CalculateDTest::testGhostSphere | ( | ) | [private] |
void tests::CalculateDTest::testSpheres | ( | ) | [private] |
tarch::logging::Log tests::CalculateDTest::_log [static, private] |