#include "SMESH_MeshAlgos.hxx"#include <Standard_ErrorHandler.hxx>#include <Standard_Failure.hxx>#include <gp_Ax2.hxx>#include <boost/container/flat_set.hpp>
Data Structures | |
| struct | SMESH_MeshAlgos::Triangulate::PolyVertex |
| Vertex of a polygon. More... | |
| struct | SMESH_MeshAlgos::Triangulate::Data |
| struct | SMESH_MeshAlgos::Triangulate::Optimizer |
Functions | |
| static double | Area (const gp_XY &xy0, const gp_XY &xy1, const gp_XY &xy2) |
| Compute triangle area. More... | |
|
static |
Compute triangle area.
Referenced by SMESH_ActorDef::SetControlMode(), and SMESH_MeshAlgos::Triangulate::PolyVertex::TriaArea().