IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30192


Ignore:
Timestamp:
Dec 28, 2010, 10:39:26 AM (15 years ago)
Author:
rhenders
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Batch.h

    r30147 r30192  
    1919
    2020/**
    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()
    2228  */
    2329typedef struct Batch {
Note: See TracChangeset for help on using the changeset viewer.