Skip to content

Commit

Permalink
Update DummyLoader after API upgrade
Browse files Browse the repository at this point in the history
Only an API update so far. Actual color-flow support will be added in a later PR.
  • Loading branch information
Fredrik Orderud committed Feb 20, 2020
1 parent 936b5c5 commit cd5b19a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DummyLoader/Image3dSource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class ATL_NO_VTABLE Image3dSource :

HRESULT STDMETHODCALLTYPE GetSopInstanceUID(/*out*/BSTR *uid_str) override;

HRESULT STDMETHODCALLTYPE GetPresentationState(IPresentationState *) override {
return E_NOTIMPL;
}

Image3d SampleFrame (const Image3d & frame, Cart3dGeom out_geom, unsigned short max_res[3]);

DECLARE_REGISTRY_RESOURCEID(IDR_Image3dSource)
Expand Down

0 comments on commit cd5b19a

Please sign in to comment.