GSoC2011SfM  0.1
Google Summer of Code 2011: Structure from motion
Public Member Functions | Protected Attributes
OpencvSfM::Mesh Class Reference

This class is used to handle a entire mesh. More...

#include <Mesh.h>

List of all members.

Public Member Functions

 Mesh ()
void addPolygon (const cv::Ptr< Polygon > poly)

Protected Attributes

std::vector< cv::Ptr< Polygon > > polygons
 list of polygons

Detailed Description

This class is used to handle a entire mesh.

Definition at line 36 of file Mesh.h.


Constructor & Destructor Documentation

OpencvSfM::Mesh::Mesh ( )

Constructor

Definition at line 15 of file Mesh.cpp.


Member Function Documentation

void OpencvSfM::Mesh::addPolygon ( const cv::Ptr< Polygon poly)

Use this function to add a polygon to the mesh

Parameters:
polyaddress of polygon who's copied into the polygons list

Definition at line 19 of file Mesh.cpp.


The documentation for this class was generated from the following files:
 All Classes Functions Variables