aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PictureRenderer.h')
-rw-r--r--tools/PictureRenderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h
index b073252199..3fa7a3c3c4 100644
--- a/tools/PictureRenderer.h
+++ b/tools/PictureRenderer.h
@@ -171,6 +171,8 @@ public:
fBBoxHierarchyType = bbhType;
}
+ BBoxHierarchyType getBBoxHierarchyType() { return fBBoxHierarchyType; }
+
void setGridSize(int width, int height) {
fGridInfo.fTileInterval.set(width, height);
}