Changeset 1920 for trunk/psLib/src/image/psImage.h
- Timestamp:
- Sep 28, 2004, 1:26:49 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.h
r1897 r1920 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-09-2 5 02:06:12$13 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-09-28 23:26:48 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 22 22 23 23 #include "psType.h" 24 #include "psArray.h" 24 25 25 26 /// @addtogroup Image … … 67 68 } data; ///< Union for data types. 68 69 const struct psImage* parent; ///< Parent, if a subimage. 69 int nChildren; ///< Number of subimages. 70 struct psImage* *children; ///< Children of this region. 70 psArray* children; ///< Children of this region. 71 71 72 72 void* rawDataBuffer;
Note:
See TracChangeset
for help on using the changeset viewer.
