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

#include <GeometryUtilities.hpp>

Public Types

enum struct  Types { Unknown = 0 , ExternalOrigin = 1 , Internal = 2 , ExternalEnd = 3 }
 

Public Attributes

Eigen::MatrixXd Points
 Coordinates of generated points.
 
std::vector< std::vector< unsigned int > > SubPolygons
 Subpolygon formed.
 
std::vector< Gedim::GeometryUtilities::PolygonDivisionByAngleQuadrantResult::TypesSubPolygonTypes
 types
 

Member Enumeration Documentation

◆ Types

Enumerator
Unknown 
ExternalOrigin 
Internal 
ExternalEnd 

Member Data Documentation

◆ Points

Eigen::MatrixXd Gedim::GeometryUtilities::PolygonDivisionByAngleQuadrantResult::Points

Coordinates of generated points.

◆ SubPolygons

std::vector<std::vector<unsigned int> > Gedim::GeometryUtilities::PolygonDivisionByAngleQuadrantResult::SubPolygons

Subpolygon formed.

◆ SubPolygonTypes

std::vector<Gedim::GeometryUtilities::PolygonDivisionByAngleQuadrantResult::Types> Gedim::GeometryUtilities::PolygonDivisionByAngleQuadrantResult::SubPolygonTypes

types

SubPolygon


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