#include <iostream>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "FEVV/Tools/IO/StringUtilities.hpp"
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::IO |
|
|
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) |
|
◆ USE_MULTI_BLOC