Functions
src/tools/lvr2_plymerger/Main.cpp File Reference
#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>
Include dependency graph for src/tools/lvr2_plymerger/Main.cpp:

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)
 

Function Documentation

◆ addToFile()

void addToFile ( ofstream &  out,
string  filename 
)

Definition at line 208 of file src/tools/lvr2_plymerger/Main.cpp.

◆ main()

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.

◆ parsePLYHeader()

void parsePLYHeader ( string  filename,
size_t &  numPoints,
bool &  hasNormals,
bool &  hasColors 
)

Definition at line 48 of file src/tools/lvr2_plymerger/Main.cpp.

◆ writePLYHeader()

void writePLYHeader ( ofstream &  outfile,
size_t  numPoints,
bool  writeColors,
bool  writeNormals 
)

Definition at line 184 of file src/tools/lvr2_plymerger/Main.cpp.



lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:25