MEPP2 Project
Namespaces | Macros | Functions
MshFileReader.h File Reference
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "FEVV/Tools/IO/StringUtilities.hpp"
Include dependency graph for MshFileReader.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
 

Macros

#define USE_MULTI_BLOC
 

Functions

template<typename IndexType >
IndexType FEVV::IO::dimensions (IndexType type)
 
template<typename IndexType >
std::vector< IndexType > FEVV::IO::get_index (char *buffer, IndexType d)
 
template<typename CoordType , typename CoordNType , typename CoordCType , typename IndexType >
bool FEVV::IO::init_vectors (const std::string &file_path, std::vector< std::vector< CoordType > > &points_coords, std::vector< std::vector< CoordNType > > &normals_coords, std::vector< std::vector< CoordCType > > &vertex_color_coords, std::vector< std::vector< IndexType > > &line_indices, std::vector< std::vector< CoordCType > > &lines_color_coords, std::vector< std::vector< IndexType > > &face_indices, std::vector< std::vector< CoordCType > > &face_color_coords, IndexType &dim)
 
template<typename CoordType , typename CoordNType , typename CoordCType , typename IndexType >
bool FEVV::IO::read_gmsh_file (const std::string &file_path, std::vector< std::vector< CoordType > > &points_coords, std::vector< std::vector< CoordNType > > &normals_coords, std::vector< std::vector< CoordCType > > &vertex_color_coords, std::vector< std::vector< IndexType > > &line_indices, std::vector< std::vector< CoordCType > > &lines_color_coords, std::vector< std::vector< IndexType > > &face_indices, std::vector< std::vector< CoordCType > > &face_color_coords, std::vector< std::vector< std::vector< double > > > &field_attributes, std::vector< std::string > &field_names)
 

Macro Definition Documentation

◆ USE_MULTI_BLOC

#define USE_MULTI_BLOC

Definition at line 28 of file MshFileReader.h.