![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class encapsulating sdk version informations. More...
#include <SDKVersionInfo.h>
Public Member Functions | |
| bool | isInit () const |
| retrieve object initialization flag | |
| void | initFromLocal () |
| initialization of object from local sdk informations | |
| ipUInt32 | getSDKFirstMajorVersion () const |
| retrieve first major version element for sdk More... | |
| ipUInt32 | getSDKSecondMajorVersion () const |
| retrieve second major version element for sdk More... | |
| ipUInt32 | getSDKFirstMinorVersion () const |
| retrieve first minor version element for sdk More... | |
| ipUInt32 | getSDKSecondMinorVersion () const |
| retrieve second minor version element for sdk More... | |
| void | clear () |
| clear sdk version informations | |
Constructors and destructors | |
| SDKVersionInfo () | |
| ~SDKVersionInfo () | |
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 |
Protected Attributes | |
| ipUInt32 | _firstMajorVersion |
| first major version element for sdk | |
| ipUInt32 | _secondMajorVersion |
| second major version element for sdk | |
| ipUInt32 | _firstMinorVersion |
| first minor version element for sdk | |
| ipUInt32 | _secondMinorVersion |
| second minor version element for sdk | |
| bool | _bInit |
| object initialization flag | |
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::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 | |
Class encapsulating sdk version informations.
| ipUInt32 ipsdk::core::SDKVersionInfo::getSDKFirstMajorVersion | ( | ) | const |
retrieve first major version element for sdk
| ipsdk::core::IPSDKCoreException | if isInit() == false |
| ipUInt32 ipsdk::core::SDKVersionInfo::getSDKSecondMajorVersion | ( | ) | const |
retrieve second major version element for sdk
| ipsdk::core::IPSDKCoreException | if isInit() == false |
| ipUInt32 ipsdk::core::SDKVersionInfo::getSDKFirstMinorVersion | ( | ) | const |
retrieve first minor version element for sdk
| ipsdk::core::IPSDKCoreException | if isInit() == false |
| ipUInt32 ipsdk::core::SDKVersionInfo::getSDKSecondMinorVersion | ( | ) | const |
retrieve second minor version element for sdk
| ipsdk::core::IPSDKCoreException | if isInit() == false |
1.8.14