Go to the source code of this file.
Functions | |
int | getInt (FILE *file) |
void | readPerceptronFile (FILE *fp, short int *buffer, unsigned int &col, unsigned int &row) |
void | readPointCloudFromABWFile (PointCloud &pointCloud, const std::string &filename, unsigned int &width, unsigned int &height, std::vector< unsigned int > &undefPoints, bool pgm) |
void | readPointCloudFromPERCEPTRONFile (PointCloud &pointCloud, const std::string &filename, unsigned int &width, unsigned int &height, std::vector< unsigned int > &undefPoints) |
void | writeMSNormals (const std::string &filename, const PlanePatch::PlanePatches &planes) |
void | writePGM (const std::string &filename, const unsigned int &width, const unsigned int &height, const std::vector< unsigned char > &data) |
void | writeRasterfile (const std::string &filename, const unsigned int &width, const unsigned int &height, const std::vector< unsigned char > &data) |
void | writeTimeToFile (const std::string &filename, const double timeInSec) |
int getInt | ( | FILE * | file | ) |
Definition at line 40 of file rangeimageio.cpp.
void readPerceptronFile | ( | FILE * | fp, |
short int * | buffer, | ||
unsigned int & | col, | ||
unsigned int & | row | ||
) |
Definition at line 82 of file rangeimageio.cpp.
void readPointCloudFromABWFile | ( | PointCloud & | pointCloud, |
const std::string & | filename, | ||
unsigned int & | width, | ||
unsigned int & | height, | ||
std::vector< unsigned int > & | undefPoints, | ||
bool | pgm | ||
) |
Definition at line 181 of file rangeimageio.cpp.
void readPointCloudFromPERCEPTRONFile | ( | PointCloud & | pointCloud, |
const std::string & | filename, | ||
unsigned int & | width, | ||
unsigned int & | height, | ||
std::vector< unsigned int > & | undefPoints | ||
) |
Definition at line 250 of file rangeimageio.cpp.
void writeMSNormals | ( | const std::string & | filename, |
const PlanePatch::PlanePatches & | planes | ||
) |
Definition at line 158 of file rangeimageio.cpp.
void writePGM | ( | const std::string & | filename, |
const unsigned int & | width, | ||
const unsigned int & | height, | ||
const std::vector< unsigned char > & | data | ||
) |
Definition at line 111 of file rangeimageio.cpp.
void writeRasterfile | ( | const std::string & | filename, |
const unsigned int & | width, | ||
const unsigned int & | height, | ||
const std::vector< unsigned char > & | data | ||
) |
Definition at line 126 of file rangeimageio.cpp.
void writeTimeToFile | ( | const std::string & | filename, |
const double | timeInSec | ||
) |
Definition at line 172 of file rangeimageio.cpp.