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

#include <GeometryUtilities.hpp>

Classes

struct  NewEdge
 
struct  NewPolygon
 
struct  NewVertex
 

Public Types

enum struct  Types { Unknown = 0 , NoAction = 1 , PolygonUpdate = 2 , PolygonCreation = 3 }
 

Public Attributes

Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::Types Type
 
std::list< Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewVertexNewVertices = {}
 
std::list< Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewEdgeNewEdges = {}
 
std::vector< Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewPolygonNewPolygons = {}
 

Member Enumeration Documentation

◆ Types

Enumerator
Unknown 
NoAction 
PolygonUpdate 
PolygonCreation 

Member Data Documentation

◆ NewEdges

std::list<Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewEdge> Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewEdges = {}

◆ NewPolygons

std::vector<Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewPolygon> Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewPolygons = {}

◆ NewVertices

std::list<Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewVertex> Gedim::GeometryUtilities::SplitPolygonWithSegmentResult::NewVertices = {}

◆ Type


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