#include <UnionMeshSegment.hpp>
Classes | |
| struct | UnionMesh |
Public Member Functions | |
| UnionMeshSegment (const Gedim::GeometryUtilities &geometryUtilities) | |
| ~UnionMeshSegment () | |
| void | CreateUnionMesh (const std::vector< double > &curvilinearCoordinatesMeshOne, const std::vector< double > &curvilinearCoordinatesMeshTwo, Gedim::UnionMeshSegment::UnionMesh &result) |
Static Public Member Functions | |
| static void | ToCurvilinearCoordinates (const Gedim::UnionMeshSegment::UnionMesh &unionMesh, std::vector< double > &curvilinearCoordinates) |
| convert UnionMesh to Curvilinear Coordinates vector | |
| static void | ToString (const Gedim::UnionMeshSegment::UnionMesh &unionMesh) |
| Gedim::UnionMeshSegment::UnionMeshSegment | ( | const Gedim::GeometryUtilities & | geometryUtilities | ) |
| Gedim::UnionMeshSegment::~UnionMeshSegment | ( | ) |
| void Gedim::UnionMeshSegment::CreateUnionMesh | ( | const std::vector< double > & | curvilinearCoordinatesMeshOne, |
| const std::vector< double > & | curvilinearCoordinatesMeshTwo, | ||
| Gedim::UnionMeshSegment::UnionMesh & | result | ||
| ) |
|
static |
convert UnionMesh to Curvilinear Coordinates vector
|
static |