OGS
TetGenInterface.cpp File Reference

Detailed Description

Implementation of the TetGenInterface class.

Author
Thomas Fischer
Date
2011-09-12

Definition in file TetGenInterface.cpp.

#include "TetGenInterface.h"
#include <cstddef>
#include <fstream>
#include <range/v3/numeric/accumulate.hpp>
#include <string>
#include "BaseLib/FileTools.h"
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "GeoLib/Triangle.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Elements/Tet.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Node.h"
#include "MeshToolsLib/MeshInformation.h"
Include dependency graph for TetGenInterface.cpp:

Go to the source code of this file.

Namespaces

namespace  FileIO
 

Functions

auto FileIO::constructPointsFromNodes (std::vector< MeshLib::Node * > nodes)