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

#include <ConformerMeshPolygon.hpp>

Classes

struct  ConformerMeshPolygonConfiguration
 

Public Member Functions

 ConformerMeshPolygon (const Gedim::GeometryUtilities &geometryUtilities)
 
 ConformerMeshPolygon (const Gedim::GeometryUtilities &geometryUtilities, const ConformerMeshPolygonConfiguration &configuration)
 
 ~ConformerMeshPolygon ()
 
void CreateConformMesh (const Eigen::Vector3d &segmentOrigin, const Eigen::Vector3d &segmentEnd, const Eigen::Vector3d &segmentTangent, ConformerMeshSegment::ConformMesh &mesh1D, Gedim::IMeshDAO &mesh2D)
 Conformer the input Mesh2D with a linear mesh1D.
 

Constructor & Destructor Documentation

◆ ConformerMeshPolygon() [1/2]

Gedim::ConformerMeshPolygon::ConformerMeshPolygon ( const Gedim::GeometryUtilities geometryUtilities)

◆ ConformerMeshPolygon() [2/2]

Gedim::ConformerMeshPolygon::ConformerMeshPolygon ( const Gedim::GeometryUtilities geometryUtilities,
const ConformerMeshPolygonConfiguration configuration 
)

◆ ~ConformerMeshPolygon()

Gedim::ConformerMeshPolygon::~ConformerMeshPolygon ( )

Member Function Documentation

◆ CreateConformMesh()

void Gedim::ConformerMeshPolygon::CreateConformMesh ( const Eigen::Vector3d &  segmentOrigin,
const Eigen::Vector3d &  segmentEnd,
const Eigen::Vector3d &  segmentTangent,
ConformerMeshSegment::ConformMesh mesh1D,
Gedim::IMeshDAO mesh2D 
)

Conformer the input Mesh2D with a linear mesh1D.

Parameters
mesh1Dthe 1D mesh
mesh2DConformedthe resulting conformed mesh

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