comparison Framework/Loaders/DicomStructureSetLoader.h @ 935:401808e7ff2e toa2019072901

Added traces in LoaderCache objects dtors + fuse to prevent dead weak ptrs to be calleds in VisitWdigets (in GuiAdapter.h)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 29 Jul 2019 15:39:11 +0200
parents df442f1ba0c6
children 86ac61a040c9
comparison
equal deleted inserted replaced
934:094d10ed7ec2 935:401808e7ff2e
47 47
48 public: 48 public:
49 DicomStructureSetLoader(IOracle& oracle, 49 DicomStructureSetLoader(IOracle& oracle,
50 IObservable& oracleObservable); 50 IObservable& oracleObservable);
51 51
52 ~DicomStructureSetLoader();
53
52 void LoadInstance(const std::string& instanceId); 54 void LoadInstance(const std::string& instanceId);
53 55
54 virtual IExtractedSlice* ExtractSlice(const CoordinateSystem3D& cuttingPlane); 56 virtual IExtractedSlice* ExtractSlice(const CoordinateSystem3D& cuttingPlane);
55 }; 57 };
56 } 58 }