|
MAIA bb96820c
Multiphysics at AIA
|
Public Member Functions | |
| CsgPolygon (std::vector< CsgVertex > _vertices, MInt _setIndex, MInt _faceId, MInt _faceType, MInt _bodyId) | |
| CsgPolygon (std::vector< CsgVertex > _vertices, MInt _setIndex, MInt _faceId, MInt _faceType, MInt _bodyId, CsgPlane _plane) | |
| ~CsgPolygon ()=default | |
| CsgPolygon | clone () const |
| void | flip () |
Public Attributes | |
| std::vector< CsgVertex > | vertices |
| CsgPlane | plane |
| MInt | setIndex {} |
| MInt | bodyId {} |
| MInt | faceId {} |
| MInt | faceType {} |
Private Member Functions | |
| CsgPolygon ()=default | |
Definition at line 1560 of file fvmbcartesiansolverxd.h.
|
inline |
Definition at line 1570 of file fvmbcartesiansolverxd.h.
|
inline |
|
default |
|
privatedefault |
|
inline |
Definition at line 1599 of file fvmbcartesiansolverxd.h.
|
inline |
Definition at line 1604 of file fvmbcartesiansolverxd.h.
| MInt FvMbCartesianSolverXD< nDim, SysEqn >::CsgPolygon::bodyId {} |
Definition at line 1566 of file fvmbcartesiansolverxd.h.
| MInt FvMbCartesianSolverXD< nDim, SysEqn >::CsgPolygon::faceId {} |
Definition at line 1567 of file fvmbcartesiansolverxd.h.
| MInt FvMbCartesianSolverXD< nDim, SysEqn >::CsgPolygon::faceType {} |
Definition at line 1568 of file fvmbcartesiansolverxd.h.
| CsgPlane FvMbCartesianSolverXD< nDim, SysEqn >::CsgPolygon::plane |
Definition at line 1564 of file fvmbcartesiansolverxd.h.
| MInt FvMbCartesianSolverXD< nDim, SysEqn >::CsgPolygon::setIndex {} |
Definition at line 1565 of file fvmbcartesiansolverxd.h.
| std::vector<CsgVertex> FvMbCartesianSolverXD< nDim, SysEqn >::CsgPolygon::vertices |
Definition at line 1562 of file fvmbcartesiansolverxd.h.