IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | List of all members
ipsdk::processor::InstructionSetsIdentifier Class Reference

Class used for processor instruction sets function identification. More...

#include <InstructionSetsIdentifier.h>

Inheritance diagram for ipsdk::processor::InstructionSetsIdentifier:
ipsdk::BaseSerializationObject ipsdk::BaseDynamicObject

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 eISAlignmentgetISAlignmentType () 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 InstructionSetCollgetInstructionSetColl () 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 BaseDynamicObjectcreateNew () 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 BaseDynamicObjectduplicate () 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
 

Detailed Description

Class used for processor instruction sets function identification.

Author
E. Noirfalise
Date
2014/2/14

Member Function Documentation

◆ init() [1/2]

void ipsdk::processor::InstructionSetsIdentifier::init ( const eInstructionSet instructionSet1,
const eInstructionSet instructionSet2 
)

initialization of object with two processor instruction set

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif getAlignmentSize(instructionSet1) != getAlignmentSize(instructionSet2)

◆ init() [2/2]

void ipsdk::processor::InstructionSetsIdentifier::init ( const eInstructionSet instructionSet1,
const eInstructionSet instructionSet2,
const eInstructionSet instructionSet3 
)

initialization of object with three processor instruction set

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif getAlignmentSize(instructionSet1) != getAlignmentSize(instructionSet2) || getAlignmentSize(instructionSet1) != getAlignmentSize(instructionSet3)

◆ getISAlignmentType()

const eISAlignment& ipsdk::processor::InstructionSetsIdentifier::getISAlignmentType ( ) const

retrieve alignment type associated to identifier

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif isInit() == false

◆ getISAlignmentSize()

ipUInt8 ipsdk::processor::InstructionSetsIdentifier::getISAlignmentSize ( ) const

retrieve alignment size associated to identifier

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif isInit() == false

◆ getNbInstructionSet()

ipUInt32 ipsdk::processor::InstructionSetsIdentifier::getNbInstructionSet ( ) const

retrieve number of processor instruction set associated to selector

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif isInit() == false

◆ getInstructionSetColl()

const InstructionSetColl& ipsdk::processor::InstructionSetsIdentifier::getInstructionSetColl ( ) const

retrieve collection of processor instruction set associated to selector

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif isInit() == false

◆ hasInstructionSet()

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

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif isInit() == false

◆ getNbEltsPerOp()

ipUInt32 ipsdk::processor::InstructionSetsIdentifier::getNbEltsPerOp ( ) const

retrieve number of elements per operation associated to current identifier

Exceptions
ipsdk::processor::IPSDKBaseProcessingExceptionif isInit() == false

The documentation for this class was generated from the following file: