![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class used for processor instruction sets function identification. More...
#include <InstructionSetsIdentifier.h>
Public Member Functions | |
| bool | isInit () const |
| retrieve object initialisation flag | |
| void | init (const eInstructionSet &instructionSet) |
| initialization of object with a single processor instruction set | |
| void | init (const eInstructionSet &instructionSet1, const eInstructionSet &instructionSet2) |
| initialization of object with two processor instruction set More... | |
| void | init (const eInstructionSet &instructionSet1, const eInstructionSet &instructionSet2, const eInstructionSet &instructionSet3) |
| initialization of object with three processor instruction set More... | |
| const eISAlignment & | getISAlignmentType () const |
| retrieve alignment type associated to identifier More... | |
| ipUInt8 | getISAlignmentSize () const |
| retrieve alignment size associated to identifier More... | |
| ipUInt32 | getNbInstructionSet () const |
| retrieve number of processor instruction set associated to selector More... | |
| const InstructionSetColl & | getInstructionSetColl () const |
| retrieve collection of processor instruction set associated to selector More... | |
| bool | hasInstructionSet (const eInstructionSet &instructionSet) const |
| check whether a given processor instruction set is part of processor instruction set collection associated to selector More... | |
| ipUInt32 | getNbEltsPerOp () const |
| retrieve number of elements per operation associated to current identifier More... | |
| void | clear () |
| clear of object data | |
Constructors and destructors | |
| InstructionSetsIdentifier () | |
| ~InstructionSetsIdentifier () | |
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::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 used for processor instruction sets function identification.
| void ipsdk::processor::InstructionSetsIdentifier::init | ( | const eInstructionSet & | instructionSet1, |
| const eInstructionSet & | instructionSet2 | ||
| ) |
initialization of object with two processor instruction set
| ipsdk::processor::IPSDKBaseProcessingException | if getAlignmentSize(instructionSet1) != getAlignmentSize(instructionSet2) |
| void ipsdk::processor::InstructionSetsIdentifier::init | ( | const eInstructionSet & | instructionSet1, |
| const eInstructionSet & | instructionSet2, | ||
| const eInstructionSet & | instructionSet3 | ||
| ) |
initialization of object with three processor instruction set
| ipsdk::processor::IPSDKBaseProcessingException | if getAlignmentSize(instructionSet1) != getAlignmentSize(instructionSet2) || getAlignmentSize(instructionSet1) != getAlignmentSize(instructionSet3) |
| const eISAlignment& ipsdk::processor::InstructionSetsIdentifier::getISAlignmentType | ( | ) | const |
retrieve alignment type associated to identifier
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
| ipUInt8 ipsdk::processor::InstructionSetsIdentifier::getISAlignmentSize | ( | ) | const |
retrieve alignment size associated to identifier
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
| ipUInt32 ipsdk::processor::InstructionSetsIdentifier::getNbInstructionSet | ( | ) | const |
retrieve number of processor instruction set associated to selector
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
| const InstructionSetColl& ipsdk::processor::InstructionSetsIdentifier::getInstructionSetColl | ( | ) | const |
retrieve collection of processor instruction set associated to selector
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
| bool ipsdk::processor::InstructionSetsIdentifier::hasInstructionSet | ( | const eInstructionSet & | instructionSet | ) | const |
check whether a given processor instruction set is part of processor instruction set collection associated to selector
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
| ipUInt32 ipsdk::processor::InstructionSetsIdentifier::getNbEltsPerOp | ( | ) | const |
retrieve number of elements per operation associated to current identifier
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
1.8.14