comparison OrthancStone/Sources/Scene2D/TextureBaseSceneLayer.h @ 1787:6e8105942146

safeguard in TextureBaseSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 May 2021 11:47:55 +0200
parents d9c5474c5588
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1786:748bfa7df18b 1787:6e8105942146
43 bool isLinearInterpolation_; 43 bool isLinearInterpolation_;
44 bool flipX_; 44 bool flipX_;
45 bool flipY_; 45 bool flipY_;
46 uint64_t revision_; 46 uint64_t revision_;
47 std::unique_ptr<AffineTransform2D> transform_; // Manually-specified transformation 47 std::unique_ptr<AffineTransform2D> transform_; // Manually-specified transformation
48
49 void CheckNoManualTransform() const;
48 50
49 protected: 51 protected:
50 void SetTexture(Orthanc::ImageAccessor* texture); 52 void SetTexture(Orthanc::ImageAccessor* texture);
51 53
52 void IncrementRevision() 54 void IncrementRevision()