PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::TriangleInterface Class Referencefinal

#include <TriangleInterface.hpp>

Public Member Functions

 TriangleInterface ()
 
 ~TriangleInterface ()
 
void ExportMesh (const Eigen::MatrixXd &polygonVertices, const double &maxTriangleArea, const std::string &folder_name, const std::string &file_name, const std::string &triangleOptions="-QDzpqnea") const
 
void CreateMesh (const Eigen::MatrixXd &polygonVertices, const double &maxTriangleArea, Gedim::IMeshDAO &mesh, const std::string &triangleOptions="-QDzpqnea") const
 

Constructor & Destructor Documentation

◆ TriangleInterface()

Gedim::TriangleInterface::TriangleInterface ( )

◆ ~TriangleInterface()

Gedim::TriangleInterface::~TriangleInterface ( )

Member Function Documentation

◆ CreateMesh()

void Gedim::TriangleInterface::CreateMesh ( const Eigen::MatrixXd &  polygonVertices,
const double maxTriangleArea,
Gedim::IMeshDAO mesh,
const std::string &  triangleOptions = "-QDzpqnea" 
) const

◆ ExportMesh()

void Gedim::TriangleInterface::ExportMesh ( const Eigen::MatrixXd &  polygonVertices,
const double maxTriangleArea,
const std::string &  folder_name,
const std::string &  file_name,
const std::string &  triangleOptions = "-QDzpqnea" 
) const

The documentation for this class was generated from the following files: