MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
GeometryIntersection< nDim_ >::polyVertex Class Reference
Collaboration diagram for GeometryIntersection< nDim_ >::polyVertex:
[legend]

Public Member Functions

 polyVertex (MInt pId, MInt pType)
 
 polyVertex (std::array< MFloat, nDim > coords, MInt pId, MInt pType)
 

Public Attributes

std::array< MFloat, nDimcoordinates {}
 
MInt pointId {}
 
MInt pointType {}
 
MInt cartSrfcId {}
 
std::vector< MIntedges
 
std::vector< MIntfaceIds
 
std::set< MIntsurfaceIdentificators
 

Detailed Description

template<MInt nDim_>
class GeometryIntersection< nDim_ >::polyVertex

Definition at line 262 of file geometryintersection.h.

Constructor & Destructor Documentation

◆ polyVertex() [1/2]

template<MInt nDim_>
GeometryIntersection< nDim_ >::polyVertex::polyVertex ( MInt  pId,
MInt  pType 
)
inline

◆ polyVertex() [2/2]

template<MInt nDim_>
GeometryIntersection< nDim_ >::polyVertex::polyVertex ( std::array< MFloat, nDim coords,
MInt  pId,
MInt  pType 
)
inline

Definition at line 275 of file geometryintersection.h.

275: polyVertex(pId, pType) { coordinates = coords; }
std::array< MFloat, nDim > coordinates

Member Data Documentation

◆ cartSrfcId

template<MInt nDim_>
MInt GeometryIntersection< nDim_ >::polyVertex::cartSrfcId {}

Definition at line 270 of file geometryintersection.h.

◆ coordinates

template<MInt nDim_>
std::array<MFloat, nDim> GeometryIntersection< nDim_ >::polyVertex::coordinates {}

Definition at line 264 of file geometryintersection.h.

◆ edges

template<MInt nDim_>
std::vector<MInt> GeometryIntersection< nDim_ >::polyVertex::edges

Definition at line 271 of file geometryintersection.h.

◆ faceIds

template<MInt nDim_>
std::vector<MInt> GeometryIntersection< nDim_ >::polyVertex::faceIds

Definition at line 272 of file geometryintersection.h.

◆ pointId

template<MInt nDim_>
MInt GeometryIntersection< nDim_ >::polyVertex::pointId {}

Definition at line 265 of file geometryintersection.h.

◆ pointType

template<MInt nDim_>
MInt GeometryIntersection< nDim_ >::polyVertex::pointType {}

Definition at line 266 of file geometryintersection.h.

◆ surfaceIdentificators

template<MInt nDim_>
std::set<MInt> GeometryIntersection< nDim_ >::polyVertex::surfaceIdentificators

Definition at line 273 of file geometryintersection.h.


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