Add doc in IdRelabeler

This commit is contained in:
Oliver Ruebel 2021-03-02 00:00:21 -08:00 committed by Gunther H. Weber
parent 434b0a0943
commit b0fe5ffe40

@ -110,9 +110,11 @@ public:
return (pos[2] * this->GlobalSize[1] + pos[1]) * this->GlobalSize[0] + pos[0];
}
private:
/// Local block origin
vtkm::Id3 LocalBlockOrigin;
/// Local block size
vtkm::Id3 LocalBlockSize;
/// Global mesh size
vtkm::Id3 GlobalSize;
};