MEPP2 Project
Namespaces | Functions
OffFileReader.h File Reference
#include <iostream>
#include <sstream>
#include <vector>
#include <cassert>
#include <cstdio>
#include <string>
#include <stdexcept>
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "FEVV/Tools/IO/StringUtilities.hpp"
Include dependency graph for OffFileReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::IO
 

Functions

template<typename CoordType , typename CoordNType , typename CoordTType , typename CoordCType , typename IndexType >
void FEVV::IO::read_off_file (std::string file_path, std::vector< std::vector< CoordType > > &points_coords, std::vector< std::vector< CoordNType > > &normals_coords, std::vector< std::vector< CoordTType > > &texture_coords, std::vector< std::vector< CoordCType > > &vertex_color_coords, std::vector< std::vector< IndexType > > &face_indices, std::vector< std::vector< CoordCType > > &face_color_coords)