#include <iostream>
#include <cstdio>
#include <cstring>
#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::get_type (const IndexType size, const IndexType dim) |
| |
| template<typename CoordType , typename CoordNType , typename CoordCType , typename IndexType > |
| bool | FEVV::IO::write_gmsh_file (const std::string &file_path, const std::vector< std::vector< CoordType > > &points_coords, const std::vector< std::vector< CoordNType > > &normals_coords, const std::vector< std::vector< CoordCType > > &vertex_color_coords, const std::vector< std::vector< IndexType > > &line_indices, const std::vector< std::vector< CoordCType > > &lines_color_coords, const std::vector< std::vector< IndexType > > &face_indices, const std::vector< std::vector< CoordCType > > &face_color_coords, const std::vector< std::vector< std::vector< double > > > &field_attributes, const std::vector< std::string > &field_names) |
| |