Changeset 251 for trunk/archive/pslib/include/psImage.h
- Timestamp:
- Mar 17, 2004, 2:53:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r243 r251 8 8 9 9 /** General image manipulation functions. 10 * These functions operate on individual 2D images 10 11 */ 11 12 … … 27 28 struct psImage *children; ///< children of this region 28 29 int Nchildren; ///< number of subimages 29 struct psMetaDataSet *md; ///< metadata associated with image30 psObjectArray *objtable; ///< objects associated with image31 30 } psImage; 32 31
Note:
See TracChangeset
for help on using the changeset viewer.
