ENH: distributedTriSurfaceMesh: auto-decomposition; inside/outside support

This commit is contained in:
mattijs
2019-02-18 13:29:01 +00:00
committed by Andrew Heather
parent d4a97ecd01
commit 48055b2dea
29 changed files with 4142 additions and 520 deletions

View File

@ -471,6 +471,12 @@ public:
return nodes_[0].bb_;
}
//- Per node, per octant whether is fully inside/outside/mixed.
PackedList<2>& nodeTypes() const
{
return nodeTypes_;
}
// Conversions for entries in subNodes_.