Skip to content
Snippets Groups Projects
Commit 87ac099d authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

Merge branch 'BugFixes' into 'master'

REFAC: Protect misleading calls for now

See merge request iMSTK/iMSTK!555
parents b4163b5b bd353837
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,17 @@ public:
///
void clear() override;
private:
// ImageData does not use transform, consider splitting into separate class
using Geometry::translate;
using Geometry::rotate;
using Geometry::scale;
using Geometry::transform;
using Geometry::setRotation;
using Geometry::setScaling;
using Geometry::setTranslation;
using Geometry::setTransform;
protected:
std::shared_ptr<AbstractDataArray> m_scalarArray = nullptr;
Vec3i m_dims = Vec3i(0, 0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment