Public Member Functions | |
| GeometryKernelSurfaceImpl () | |
| virtual | ~GeometryKernelSurfaceImpl () |
Public Attributes | |
| GK::TriangulationDataStructurePtr | m_triangulation |
| UniqueArray< Node > | m_node_array |
| UniqueArray< Face > | m_face_array |
| Original nodes of the triangulation. | |
| UniqueArray< bool > | m_face_reorient |
| Original faces of the triangulation. | |
| Real3 | m_mean_normal |
| Flag for face orientation of the triangulation (true => orientation != original). | |
Definition at line 32 of file GeometryKernelSurfaceImpl.h.
| Arcane::Numerics::GeometryKernelSurfaceImpl::GeometryKernelSurfaceImpl | ( | ) |
Class constructor
Definition at line 24 of file GeometryKernelSurfaceImpl.cc.
|
virtual |
Class destructor
Definition at line 34 of file GeometryKernelSurfaceImpl.cc.
| UniqueArray<Face> Arcane::Numerics::GeometryKernelSurfaceImpl::m_face_array |
Original nodes of the triangulation.
Definition at line 47 of file GeometryKernelSurfaceImpl.h.
Referenced by Arcane::Numerics::GeometryKernelSurfaceToolsService::computeSurfaceContact().
| UniqueArray<bool> Arcane::Numerics::GeometryKernelSurfaceImpl::m_face_reorient |
Original faces of the triangulation.
Definition at line 48 of file GeometryKernelSurfaceImpl.h.
Referenced by Arcane::Numerics::GeometryKernelSurfaceToolsService::computeSurfaceContact().
| Real3 Arcane::Numerics::GeometryKernelSurfaceImpl::m_mean_normal |
Flag for face orientation of the triangulation (true => orientation != original).
Definition at line 49 of file GeometryKernelSurfaceImpl.h.
Referenced by Arcane::Numerics::GeometryKernelSurfaceToolsService::computeSurfaceContact().
| UniqueArray<Node> Arcane::Numerics::GeometryKernelSurfaceImpl::m_node_array |
Definition at line 46 of file GeometryKernelSurfaceImpl.h.
| GK::TriangulationDataStructurePtr Arcane::Numerics::GeometryKernelSurfaceImpl::m_triangulation |
Definition at line 45 of file GeometryKernelSurfaceImpl.h.