Changeset 396 for trunk/archive/pslib/include/psImage.h
- Timestamp:
- Apr 7, 2004, 12:42:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r378 r396 24 24 psComplex **rows_complex; ///< pointers to psComplex data 25 25 } rows; 26 psImage *parent;///< parent, if a subimage26 struct psImage *parent; ///< parent, if a subimage 27 27 int Nchildren; ///< number of subimages 28 psImage *children;///< children of this region; array of Nchildren pointers28 struct psImage *children; ///< children of this region; array of Nchildren pointers 29 29 } psImage; 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
