#include <ModelFitter.h>
Public Member Functions | |
void | operator() (const std::pair< const cv::Point2f &, const cv::Point2f & > &pp) |
void | operator() (const AtomPair &pair) |
PairPointsCSV (std::ostream &out) | |
Public Attributes | |
std::ostream & | out |
Definition at line 263 of file ModelFitter.h.
pano::PairPointsCSV::PairPointsCSV | ( | std::ostream & | out | ) |
Definition at line 665 of file MoleculeProcessor.cpp.
void pano::PairPointsCSV::operator() | ( | const std::pair< const cv::Point2f &, const cv::Point2f & > & | pp | ) |
void pano::PairPointsCSV::operator() | ( | const AtomPair & | pair | ) |
Definition at line 675 of file MoleculeProcessor.cpp.
std::ostream& pano::PairPointsCSV::out |
Definition at line 265 of file ModelFitter.h.