Changeset 30192
- Timestamp:
- Dec 28, 2010, 10:39:26 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.h
r30147 r30192 19 19 20 20 /** 21 Base class for all batches 21 Abstract base class for all batches. Known subclasses are: 22 23 - InitBatch 24 - DetectionBatch 25 - StackBatch 26 27 All subclasses need to implement the run() method and may need to implenent print() and/or init() 22 28 */ 23 29 typedef struct Batch {
Note:
See TracChangeset
for help on using the changeset viewer.
