X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=df414f2578b0cc5f85ffe7a88f01f1ffb4e87ad3;hb=7fac28fcb5afb17eff7c459474e4cf884a02719c;hp=908751a27be6cafa29584c2d7982e290fbd512e6;hpb=4049f5bdacfdb61247f3c74fc5f748990be7bd4d;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index 908751a..df414f2 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -33,6 +33,7 @@ public: ~Layout3D(); Layout &get_layout() const { return layout; } + Catalogue3D &get_catalogue() { return catalogue; } const Catalogue3D &get_catalogue() const { return catalogue; } void get_bounds(Vector &, Vector &) const;