PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::MeshUtilities::MeshGeometricData2DConfig Struct Referencefinal

#include <MeshUtilities.hpp>

Public Member Functions

 MeshGeometricData2DConfig ()
 
 MeshGeometricData2DConfig (bool Cell2DsBoundingBox, bool Cell2DsTriangulations, bool Cell2DsAreas, bool Cell2DsCentroids, bool Cell2DsDiameters, bool Cell2DsEdgeDirections, bool Cell2DsEdgesCentroid, bool Cell2DsEdgeLengths, bool Cell2DsEdgeTangents, bool Cell2DsEdgeNormals, bool Cell2DsChebyshevCenter, bool Cell2DsTriangulationsByChebyshevCenter, bool Cell2DsInRadius)
 

Public Attributes

bool Cell2DsBoundingBox = true
 
bool Cell2DsTriangulations = true
 cell2D triangulations
 
bool Cell2DsAreas = true
 cell2D areas
 
bool Cell2DsCentroids = true
 cell2D centroids
 
bool Cell2DsDiameters = true
 cell2D diameters
 
bool Cell2DsEdgeDirections = true
 cell2D edge directions
 
bool Cell2DsEdgesCentroid = true
 cell2D edge centroid
 
bool Cell2DsEdgeLengths = true
 cell2D edge lengths
 
bool Cell2DsEdgeTangents = true
 cell2D edge tangents
 
bool Cell2DsEdgeNormals = true
 cell2D edge normals
 
bool Cell2DsChebyshevCenter = false
 
bool Cell2DsTriangulationsByChebyshevCenter = false
 cell2D triangulations
 
bool Cell2DsInRadius = false
 cell2D triangulations
 

Constructor & Destructor Documentation

◆ MeshGeometricData2DConfig() [1/2]

Gedim::MeshUtilities::MeshGeometricData2DConfig::MeshGeometricData2DConfig ( )
inline

◆ MeshGeometricData2DConfig() [2/2]

Gedim::MeshUtilities::MeshGeometricData2DConfig::MeshGeometricData2DConfig ( bool  Cell2DsBoundingBox,
bool  Cell2DsTriangulations,
bool  Cell2DsAreas,
bool  Cell2DsCentroids,
bool  Cell2DsDiameters,
bool  Cell2DsEdgeDirections,
bool  Cell2DsEdgesCentroid,
bool  Cell2DsEdgeLengths,
bool  Cell2DsEdgeTangents,
bool  Cell2DsEdgeNormals,
bool  Cell2DsChebyshevCenter,
bool  Cell2DsTriangulationsByChebyshevCenter,
bool  Cell2DsInRadius 
)

Member Data Documentation

◆ Cell2DsAreas

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsAreas = true

cell2D areas

◆ Cell2DsBoundingBox

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsBoundingBox = true

◆ Cell2DsCentroids

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsCentroids = true

cell2D centroids

◆ Cell2DsChebyshevCenter

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsChebyshevCenter = false

◆ Cell2DsDiameters

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsDiameters = true

cell2D diameters

◆ Cell2DsEdgeDirections

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsEdgeDirections = true

cell2D edge directions

◆ Cell2DsEdgeLengths

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsEdgeLengths = true

cell2D edge lengths

◆ Cell2DsEdgeNormals

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsEdgeNormals = true

cell2D edge normals

◆ Cell2DsEdgesCentroid

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsEdgesCentroid = true

cell2D edge centroid

◆ Cell2DsEdgeTangents

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsEdgeTangents = true

cell2D edge tangents

◆ Cell2DsInRadius

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsInRadius = false

cell2D triangulations

◆ Cell2DsTriangulations

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsTriangulations = true

cell2D triangulations

◆ Cell2DsTriangulationsByChebyshevCenter

bool Gedim::MeshUtilities::MeshGeometricData2DConfig::Cell2DsTriangulationsByChebyshevCenter = false

cell2D triangulations


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