#include <PixelPointFile.h>
Classes | |
| class | PixelPoint |
Static Public Member Functions | |
| static void | readFile (const std::string &filename, std::vector< PixelPoint > &points) |
| static void | saveFile (const std::string &filename, const std::vector< PixelPoint > &points) |
Definition at line 31 of file PixelPointFile.h.
| void PixelPointFile::readFile | ( | const std::string & | filename, |
| std::vector< PixelPoint > & | points | ||
| ) | [static] |
Loads a set of pixel points
| filename | |
| points |
Definition at line 66 of file PixelPointFile.cpp.
| void PixelPointFile::saveFile | ( | const std::string & | filename, |
| const std::vector< PixelPoint > & | points | ||
| ) | [static] |
Saves a set of pixel points
| filename | |
| points |
Definition at line 34 of file PixelPointFile.cpp.