|
Nektar++
|
#include <NekMeshUtils/Octree/CurvaturePoint.hpp>#include <LibUtilities/BasicUtils/SharedArray.hpp>#include <LibUtilities/Memory/NekMemoryManager.hpp>

Go to the source code of this file.
Classes | |
| class | Nektar::NekMeshUtils::Octant |
| this class contains the infomration and methods for individal octants in the Octree More... | |
Namespaces | |
| Nektar | |
| < | |
| Nektar::NekMeshUtils | |
Typedefs | |
| typedef boost::shared_ptr< Octant > | Nektar::NekMeshUtils::OctantSharedPtr |
Enumerations | |
| enum | Nektar::NekMeshUtils::OctantFace { Nektar::NekMeshUtils::eUp, Nektar::NekMeshUtils::eDown, Nektar::NekMeshUtils::eForward, Nektar::NekMeshUtils::eBack, Nektar::NekMeshUtils::eLeft, Nektar::NekMeshUtils::eRight } |
| enumeration of the 6 faces of a cube/octant More... | |
| enum | Nektar::NekMeshUtils::OctantLocation { Nektar::NekMeshUtils::eInside, Nektar::NekMeshUtils::eOutside, Nektar::NekMeshUtils::eOnBoundary, Nektar::NekMeshUtils::eUnknown } |
| enumeration of the possible locations of the octree with respect to the CAD More... | |
Functions | |
| bool | Nektar::NekMeshUtils::operator== (OctantSharedPtr const &p1, OctantSharedPtr const &p2) |
1.8.8