SpherePackingScenarioGenerator
|
#include <SpherePrinter.h>
Public Member Functions | |
std::string | double2string (const double &number) const |
void | printMGSpherepack (algorithms::AbstractSpherePacking &spherePack, const std::string &filename, const double scaling=1.0) const |
void | printP1Spherepack (algorithms::AbstractSpherePacking &spherePack, const std::string maxMeshWidth, const std::string minMeshWidth, const double scaling=1.0) const |
void | printP1Spherepack (algorithms::AbstractSpherePacking &spherePack, const std::string maxMeshWidth, const std::string minMeshWidth, const std::string &filename, const double scaling=1.0) const |
void | printP2Spherepack (algorithms::AbstractSpherePacking &spherePack) const |
void | printP2Spherepack (algorithms::AbstractSpherePacking &spherePack, const std::string &filename, const double scaling=1.0) const |
SpherePrinter () | |
virtual | ~SpherePrinter () |
xml::threeD::SpherePrinter::~SpherePrinter | ( | ) | [virtual] |
std::string xml::threeD::SpherePrinter::double2string | ( | const double & | number | ) | const |
void xml::threeD::SpherePrinter::printMGSpherepack | ( | algorithms::AbstractSpherePacking & | spherePack, |
const std::string & | filename, | ||
const double | scaling = 1.0 |
||
) | const |
void xml::threeD::SpherePrinter::printP1Spherepack | ( | algorithms::AbstractSpherePacking & | spherePack, |
const std::string | maxMeshWidth, | ||
const std::string | minMeshWidth, | ||
const double | scaling = 1.0 |
||
) | const |
void xml::threeD::SpherePrinter::printP1Spherepack | ( | algorithms::AbstractSpherePacking & | spherePack, |
const std::string | maxMeshWidth, | ||
const std::string | minMeshWidth, | ||
const std::string & | filename, | ||
const double | scaling = 1.0 |
||
) | const |
void xml::threeD::SpherePrinter::printP2Spherepack | ( | algorithms::AbstractSpherePacking & | spherePack | ) | const |
void xml::threeD::SpherePrinter::printP2Spherepack | ( | algorithms::AbstractSpherePacking & | spherePack, |
const std::string & | filename, | ||
const double | scaling = 1.0 |
||
) | const |