Skip to content

Commit

Permalink
Merge pull request #144 from forderud/GetFrame-doc
Browse files Browse the repository at this point in the history
Clarify that GetFrame might return a frame with lower resolution than…
  • Loading branch information
forderud authored Nov 7, 2019
2 parents b3d01dc + f5c655e commit f4125ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image3dAPI/IImage3d.idl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ interface IImage3dSource : IUnknown {
[helpstring("Get the time of all frames (useful for matching frame indices to ECG before retrieving image data) ")]
HRESULT GetFrameTimes ([out, retval] SAFEARRAY(double) * frame_times);

[helpstring("Get image data (const) for a given frame within a specified geometry")]
[helpstring("Get image data (const) for a given frame within a specified geometry. The returned frame might have lower resolution than requested.")]
HRESULT GetFrame ([in] unsigned int index, [in] Cart3dGeom geom, [in] unsigned short max_resolution[3], [out,retval] Image3d * data);

[helpstring("Get a bounding box encapsulating all image data. Can be used as intput to GetFrame to avoid cropping.")]
Expand Down

0 comments on commit f4125ab

Please sign in to comment.