My Project
Functions
objLoader.cpp File Reference
#include "objLoader.h"
#include "figures.h"
#include <set>
#include <vector>
#include <iterator>
#include <cstring>
#include <iostream>
Include dependency graph for objLoader.cpp:

Functions

Fig3D loadOBJ (const char *path)
 Function to load OBJ file and save its contents into a 3d figure object. More...
 
bool get_edges3D (std::vector< Vertice > &vertices3D, std::vector< std::vector< unsigned int > > &faces_vertices, std::set< Edge > &edgeSet)
 

Function Documentation

◆ get_edges3D()

bool get_edges3D ( std::vector< Vertice > &  vertices3D,
std::vector< std::vector< unsigned int > > &  faces_vertices,
std::set< Edge > &  edgeSet 
)

◆ loadOBJ()

Fig3D loadOBJ ( const char *  path)

Function to load OBJ file and save its contents into a 3d figure object.