AMCAX Kernel 1.0.0.0
|
Define utils used by arrangements. More...
#include <utilities/Exception.hpp>
#include <utilities/IndexDef.hpp>
#include <bitset>
#include <deque>
#include <vector>
Classes | |
struct | AMCAX::Meshing::Arrangements::MeshArrangements_Stats |
struct | AMCAX::Meshing::Arrangements::Labels |
Each output triangle has a surface label and inside label. More... | |
struct | AMCAX::Meshing::Arrangements::SourceFaceInfo< TriIndexT > |
The faces index of input meshes. More... | |
struct | AMCAX::Meshing::Arrangements::InterSegments< TriIndexT > |
The intersection segments information of result mesh. More... | |
Namespaces | |
namespace | AMCAX |
Namespace of all interface in the AMCAX kernel. | |
namespace | AMCAX::Meshing |
Namespace of all interface in the AMCAX Meshing module. | |
Typedefs | |
using | AMCAX::Meshing::Arrangements::Label = std::bitset< NBIT > |
Variables | |
constexpr int | AMCAX::Meshing::Arrangements::NBIT = 32 |
Define utils used by arrangements.
using AMCAX::Meshing::Arrangements::Label = typedef std::bitset<NBIT> |