#include "Options.hpp"
#include <rply.h>
#include "lvr2/io/ModelFactory.hpp"
#include "lvr2/io/Progress.hpp"
#include <boost/filesystem.hpp>
#include <iostream>
#include <fstream>
#include <tuple>
Go to the source code of this file.
Functions | |
void | addToFile (ofstream &out, string filename) |
int | main (int argc, char **argv) |
Main entry point for the LSSR surface executable. More... | |
void | parsePLYHeader (string filename, size_t &numPoints, bool &hasNormals, bool &hasColors) |
void | writePLYHeader (ofstream &outfile, size_t numPoints, bool writeColors, bool writeNormals) |
void addToFile | ( | ofstream & | out, |
string | filename | ||
) |
Definition at line 208 of file src/tools/lvr2_plymerger/Main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main entry point for the LSSR surface executable.
Definition at line 277 of file src/tools/lvr2_plymerger/Main.cpp.
void parsePLYHeader | ( | string | filename, |
size_t & | numPoints, | ||
bool & | hasNormals, | ||
bool & | hasColors | ||
) |
Definition at line 48 of file src/tools/lvr2_plymerger/Main.cpp.
void writePLYHeader | ( | ofstream & | outfile, |
size_t | numPoints, | ||
bool | writeColors, | ||
bool | writeNormals | ||
) |
Definition at line 184 of file src/tools/lvr2_plymerger/Main.cpp.