![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Plan indexed collection of 2d circles detected by 2d Hough algorithm. More...
#include <PlanIndexedHoughCircles2dPpties.h>
Public Member Functions | |
Constructors and destructor | |
| PlanIndexedHoughCircles2dPpties () | |
| ~PlanIndexedHoughCircles2dPpties () | |
Public Member Functions inherited from ipsdk::PlanIndexedColl< dataType > | |
| const std::string & | getElementsClassName () const |
| bool | haveSkeleton () const |
| void | insert (const ipsdk::PlanIndex &planIndex, const StorageType &pObject) |
| void | insert (const ipsdk::ipUInt64 zPlanIdx, const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 tPlanIdx, const StorageType &pObject) |
| void | assign (const dataType &object, const ipUInt64 sizeZ, const ipUInt64 sizeC, const ipUInt64 sizeT) |
| ConstStorageType | getStorage (const ipsdk::PlanIndex &planIndex) const |
| ConstStorageType | getStorage (const ipsdk::ipUInt64 zPlanIdx, const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 tPlanIdx) const |
| StorageType | getStorage (const ipsdk::PlanIndex &planIndex) |
| StorageType | getStorage (const ipsdk::ipUInt64 zPlanIdx, const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 tPlanIdx) |
| const ValueType & | getValue (const ipsdk::PlanIndex &planIndex) const |
| const ValueType & | getValue (const ipsdk::ipUInt64 zPlanIdx, const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 tPlanIdx) const |
| const ValueType & | getValue (const ipsdk::ipUInt64 planOffset) const |
| ValueType & | getValue (const ipsdk::PlanIndex &planIndex) |
| ValueType & | getValue (const ipsdk::ipUInt64 zPlanIdx, const ipsdk::ipUInt64 cPlanIdx, const ipsdk::ipUInt64 tPlanIdx) |
| ValueType & | getValue (const ipsdk::ipUInt64 planOffset) |
Public Member Functions inherited from ipsdk::BasePlanIndexedColl | |
| const PlanIndexedConstColl & | getBaseColl () const |
| ipUInt64 | getNbPlans () const |
| bool | isComplete () const |
| bool | isComplete (const ipUInt64 sizeZ, const ipUInt64 sizeC, const ipUInt64 sizeT) const |
| const PlanIndex & | getPlanIndex (const ipUInt64 planOffset) const |
| void | clear () |
| ipUInt64 | getMaxSizeZ () const |
| ipUInt64 | getMaxSizeC () const |
| ipUInt64 | getMaxSizeT () const |
| bool | exists (const PlanIndex &planIndex) const |
| bool | exists (const ipUInt64 zPlanIdx, const ipUInt64 cPlanIdx, const ipUInt64 tPlanIdx) const |
| ipUInt64 | getMaxSizeZ () const |
| ipUInt64 | getMaxSizeC () const |
| ipUInt64 | getMaxSizeT () const |
| bool | exists (const PlanIndex &planIndex) const |
| bool | exists (const ipUInt64 zPlanIdx, const ipUInt64 cPlanIdx, const ipUInt64 tPlanIdx) const |
Public Member Functions inherited from ipsdk::BaseObjectWithSkeleton | |
| const eSklSrzMode & | getSerializationMode () const |
| void | setSerializationMode (const eSklSrzMode &sklSrzMode) const |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| virtual BaseDynamicObject * | createNew () const=0 |
| virtual DynamicObjectPtr | createShared () const=0 |
| virtual bool | hasCopySupport () const=0 |
| virtual BaseDynamicObject * | duplicate () const=0 |
| virtual DynamicObjectPtr | duplicateShared () const=0 |
Additional Inherited Members | |
Public Types inherited from ipsdk::BasePlanIndexedColl | |
| typedef std::map< PlanIndex, SerializationObjectPtr > | PlanIndexedColl |
| typedef std::map< PlanIndex, SerializationObjectConstPtr > | PlanIndexedConstColl |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
Protected Member Functions inherited from ipsdk::BasePlanIndexedColl | |
| void | insert (const PlanIndex &planIndex, const SerializationObjectPtr &pObject) |
| void | assign (const BaseSerializationObject &object, const ipUInt64 sizeZ, const ipUInt64 sizeC, const ipUInt64 sizeT) |
| SerializationObjectConstPtr | getStorage (const PlanIndex &planIndex) const |
| const SerializationObjectPtr & | getStorage (const PlanIndex &planIndex) |
| SerializationObjectConstPtr | getStorage (const PlanIndex &planIndex) const |
| const SerializationObjectPtr & | getStorage (const PlanIndex &planIndex) |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| virtual BoolResult | read (BaseIArchive &ar) |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
Protected Attributes inherited from ipsdk::BasePlanIndexedColl | |
| PlanIndexedColl | _planIndexedColl |
Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton | |
| eSklSrzMode | _sklSrzMode |
Plan indexed collection of 2d circles detected by 2d Hough algorithm.
1.8.14