Changeset 42128 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Mar 19, 2022, 8:43:32 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r42082 r42128 97 97 int mget3d PROTO((int, char **)); 98 98 int mslice PROTO((int, char **)); 99 int mlayer PROTO((int, char **)); 99 100 int minterp PROTO((int, char **)); 100 101 int medimage_command PROTO((int, char **)); … … 296 297 {1, "mget3d", mget3d, "extract a vector from a 3D image"}, 297 298 {1, "mslice", mslice, "extract an image plane from a 3D image"}, 299 {1, "mlayer", mlayer, "insert an image plane into a 3D image"}, 298 300 {1, "imget", mget, "extract a vector from an image"}, 299 301 {1, "minterp", minterp, "interpolate image pixels"},
Note:
See TracChangeset
for help on using the changeset viewer.
