IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 2:17:42 PM (17 years ago)
Author:
Paul Price
Message:

Add pmModelClassSetLimits to set limits for all model types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/objects/pmModelClass.h

    r25521 r25548  
    2828# ifndef PM_MODEL_CLASS_H
    2929# define PM_MODEL_CLASS_H
     30
     31#include <pmModel.h>
    3032
    3133/// @addtogroup Objects Object Detection / Analysis Functions
     
    7375pmModelType pmModelClassGetType (const char *name);
    7476
     77/// Set parameter limits for all models
     78void pmModelClassSetLimits(pmModelLimitsType type);
     79
     80
    7581/// @}
    7682# endif /* PM_MODEL_CLASS_H */
Note: See TracChangeset for help on using the changeset viewer.