DVision::PMVS::PLYFile Class Reference

Manages a subset of PLY files. More...

#include <PLYFile.h>

List of all members.

Classes

struct  PLYPoint
 Single PLY point. More...

Static Public Member Functions

static void readFile (const std::string &filename, std::vector< PLYPoint > &points)
static void saveFile (const std::string &filename, const std::vector< PLYPoint > &points)
static int getNumberOfPoints (const std::string &filename)

Detailed Description

Manages a subset of PLY files.


Member Function Documentation

int PLYFile::getNumberOfPoints ( const std::string &  filename  )  [static]

Reads the header of the given filename and returns the number of points it contains

Parameters:
filename 
void PLYFile::readFile ( const std::string &  filename,
std::vector< PLYPoint > &  points 
) [static]

Reads a simply PLY file and returns its 3D points and colors

Parameters:
filename 
points 
void PLYFile::saveFile ( const std::string &  filename,
const std::vector< PLYPoint > &  points 
) [static]

Reads a simply PLY file and returns its 3D points and colors

Parameters:
filename 
points 

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations
Generated on Thu Feb 7 19:24:58 2013 by  doxygen 1.6.3