![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Collection of shape 3d. More...
#include <Shape3dColl.h>
Public Types | |
| typedef geom::Shape3d | ValueType |
| Value type associated to pointer into collection. | |
| typedef boost::shared_ptr< geom::Shape3d > | StorageType |
| Pointer type of elements into collection. | |
| typedef boost::shared_ptr< const geom::Shape3d > | ConstStorageType |
| Const pointer type of elements into collection. | |
| typedef std::vector< StorageType > | CollType |
| Collection type associated to object. | |
| typedef std::vector< ConstStorageType > | ConstCollType |
| Const collection type associated to object. | |
Public Types inherited from ipsdk::BasePtrColl | |
| typedef std::vector< SerializationObjectPtr > | BaseCollType |
| collection of serializable object | |
Public Member Functions | |
| const std::string & | getElementsClassName () const |
| Retrieve type associated to elements into collection. | |
Constructors and destructor | |
| Shape3dColl () | |
| ~Shape3dColl () | |
| const ConstCollType & | getColl () const |
| Retrieve collection associated to object. | |
| CollType & | getColl () |
| Retrieve collection associated to object. | |
Public Member Functions inherited from ipsdk::BasePtrColl | |
| virtual bool | haveSkeleton () const =0 |
| ipUInt32 | getSize () const |
| retrieve collection size | |
| bool | isEmpty () const |
| check whether collection is emtpy | |
| void | clear () |
| clear collection data | |
| BasePtrColl () | |
| virtual | ~BasePtrColl ()=0 |
Public Member Functions inherited from ipsdk::BaseObjectWithSkeleton | |
| const eSklSrzMode & | getSerializationMode () const |
| retrieve serialization flag for object More... | |
| void | setSerializationMode (const eSklSrzMode &sklSrzMode) const |
| set serialization flag for object | |
| BaseObjectWithSkeleton () | |
| ~BaseObjectWithSkeleton () | |
Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| BaseSerializationObject () | |
| Default constructor. | |
| virtual | ~BaseSerializationObject ()=0 |
| destructor | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| method allowing to retrieve object class name | |
| virtual BaseDynamicObject * | createNew () const =0 |
| method allowing to create new instance of current object type | |
| virtual DynamicObjectPtr | createShared () const =0 |
| method allowing to create new shared instance of current object type | |
| virtual bool | hasCopySupport () const =0 |
| check whether objet has copy support | |
| virtual BaseDynamicObject * | duplicate () const =0 |
| method allowing to duplicate current object More... | |
| virtual DynamicObjectPtr | duplicateShared () const =0 |
| method allowing shared duplication of current object More... | |
| BaseDynamicObject () | |
| virtual | ~BaseDynamicObject ()=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
| method allowing to retrieve class version information for serialization | |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
| method allowing to retrieve name associated to class | |
Protected Member Functions inherited from ipsdk::BasePtrColl | |
| const BaseCollType & | getBaseColl () const |
| access to base collection | |
| BaseCollType & | getBaseColl () |
| access to base collection | |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| method allowing to ensure serialization write part for object | |
| virtual BoolResult | read (BaseIArchive &ar) |
| method allowing to ensure serialization read part for object | |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
Protected Attributes inherited from ipsdk::BasePtrColl | |
| BaseCollType | _coll |
| collection of serializable object | |
Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton | |
| eSklSrzMode | _sklSrzMode |
| serialization flag for object More... | |
Collection of shape 3d.
1.8.14