ENH: Mesh accessor.

This commit is contained in:
graham
2011-05-13 10:05:38 +01:00
parent 33519f1931
commit 8a1e3af9ad

View File

@ -344,6 +344,11 @@ public:
// Access
const polyMesh& mesh() const
{
return mesh_;
}
const labelIOList& cellLevel() const
{
return cellLevel_;