#include <algorithm>#include <array>#include <fstream>#include <iostream>#include <iterator>#include <cmath>#include <memory>#include <sstream>#include <string>#include <vector>#include <cage.hpp>#include <mol_sys.hpp>#include <ring.hpp>#include <seams_input.hpp>#include <seams_output.hpp>Go to the source code of this file.
Namespaces | |
| namespace | topoparam |
Functions | |
| double | topoparam::normHeightPercent (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, int nPrisms, double avgPrismHeight) |
| std::vector< double > | topoparam::calcCoverageArea (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, const std::vector< std::vector< int > > &rings, double sheetArea) |
| std::vector< double > | topoparam::projAreaSingleRing (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, const std::vector< int > &ring) |
| Calculates the projected area on the XY, YZ and XZ planes. | |