2 #ifndef RECONSTMETHODS_H 3 #define RECONSTMETHODS_H 14 std::vector<std::vector<Edge> >
readFile(
const char *);
23 vector< vector<int>>
getEdgeLoops(vector<Edge> & edges, vector<int> coplanarIndices);
vector< vector< int > > coplanarEdges(vector< Edge > &edges)
Definition: reconstMethods.cpp:167
std::vector< std::vector< Edge > > readFile(const char *)
Function to read txt file contatining labelled data of xy , yz and xz views and returns the result as...
Definition: reconstMethods.cpp:12
vector< vector< int > > getEdgeLoops(vector< Edge > &edges, vector< int > coplanarIndices)
Definition: reconstMethods.cpp:218
Definition: complexComponents.h:24
WireFrame constUniq3dEdges(vector< vector< Edge > > edgeSet)
Function to construct 3d edges from 2d edges by checking the possibility of the edges being projectio...
Definition: reconstMethods.cpp:70
Fig3D wireframeTo3D(WireFrame a)
Takes a wireframe object and converts it into a 3d object by creating faces by forming edge loops...
Definition: reconstMethods.cpp:275