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 () |
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 683 of file geometryintersection.h.
|
inline |
Definition at line 693 of file geometryintersection.h.
|
inline |
|
default |
|
privatedefault |
|
inline |
Definition at line 722 of file geometryintersection.h.
|
inline |
Definition at line 727 of file geometryintersection.h.
MInt GeometryIntersection< nDim_ >::CsgPolygon::bodyId {} |
Definition at line 689 of file geometryintersection.h.
MInt GeometryIntersection< nDim_ >::CsgPolygon::faceId {} |
Definition at line 690 of file geometryintersection.h.
MInt GeometryIntersection< nDim_ >::CsgPolygon::faceType {} |
Definition at line 691 of file geometryintersection.h.
CsgPlane GeometryIntersection< nDim_ >::CsgPolygon::plane |
Definition at line 687 of file geometryintersection.h.
MInt GeometryIntersection< nDim_ >::CsgPolygon::setIndex {} |
Definition at line 688 of file geometryintersection.h.
std::vector<CsgVertex> GeometryIntersection< nDim_ >::CsgPolygon::vertices |
Definition at line 685 of file geometryintersection.h.