Hypothetical support of different object layer heights.

This commit is contained in:
tamasmeszaros 2019-03-22 17:05:41 +01:00
parent 3f7f8f978e
commit 0d83c7ee9f
3 changed files with 42 additions and 9 deletions

View file

@ -158,7 +158,7 @@ private:
// Search the slice index for a particular level in integer coordinates.
// If no such layer is present, it will return m_slice_index.end()
// This behavior can be suppressed by the second parameter. If it is true
// This behavior can be suppressed by the second parameter. If it is false
// the method will return the closest (non-equal) record
SliceIndex::iterator search_slice_index(_SliceRecord::Key key, bool exact = false);
SliceIndex::const_iterator search_slice_index(_SliceRecord::Key key, bool = false) const;