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

#include <GeometryUtilities.hpp>

Public Types

enum struct  Types {
  Unknown = 0 , Outside = 1 , BorderFace = 2 , BorderEdge = 3 ,
  BorderVertex = 4 , Inside = 5
}
 

Public Attributes

unsigned int BorderIndex = 0
 index of vertex/edge/face of border
 
std::vector< unsigned intInternal_indices
 list of index of internal cell (usually tetrahedrons)
 
Gedim::GeometryUtilities::PointPolyhedronPositionResult::Types Type
 

Member Enumeration Documentation

◆ Types

Enumerator
Unknown 
Outside 
BorderFace 
BorderEdge 
BorderVertex 
Inside 

Member Data Documentation

◆ BorderIndex

unsigned int Gedim::GeometryUtilities::PointPolyhedronPositionResult::BorderIndex = 0

index of vertex/edge/face of border

◆ Internal_indices

std::vector<unsigned int> Gedim::GeometryUtilities::PointPolyhedronPositionResult::Internal_indices

list of index of internal cell (usually tetrahedrons)

◆ Type


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