![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class allowing to identify a processing function. More...
#include <CudaFunctionIdentifier.h>
Public Types | |
| typedef DataTypeIdentifierColl | DataTypeIdColl |
| data type identifier collection associated to object | |
| typedef BoolResult(BaseGpuProcessingAlgorithm::* | FunctionType) (void) |
| function type associated to object | |
Public Member Functions | |
| bool | isInit () const |
| retrieve object initialisation flag | |
| void | init (const DataTypeIdColl &dataTypeIdColl, const FunctionType function) |
| object initialization More... | |
| const DataTypeIdColl & | getDataTypeIdColl () const |
| retrieve data types collection associated to function More... | |
| FunctionType | getFunction () const |
| retrieve underlying processing function More... | |
| void | clear () |
| clear of object data | |
Constructors and destructors | |
| CudaFunctionIdentifier () | |
| ~CudaFunctionIdentifier () | |
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 |
Public Attributes | |
| DataTypeIdColl | _dataTypeCollId |
| data type identifiers associated to function | |
| FunctionType | _function |
| underlying image processing function | |
| bool | _bInit |
| object initialisation flag | |
Additional Inherited Members | |
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::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
Class allowing to identify a processing function.
| void ipsdk::processor::CudaFunctionIdentifier::init | ( | const DataTypeIdColl & | dataTypeIdColl, |
| const FunctionType | function | ||
| ) |
object initialization
| ipsdk::processor::IPSDKBaseProcessingException | if dataTypeIdColl.isInit() == false |
| ipsdk::processor::IPSDKBaseProcessingException | if instructionSetsId.isInit() == false |
| const DataTypeIdColl& ipsdk::processor::CudaFunctionIdentifier::getDataTypeIdColl | ( | ) | const |
retrieve data types collection associated to function
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
| FunctionType ipsdk::processor::CudaFunctionIdentifier::getFunction | ( | ) | const |
retrieve underlying processing function
| ipsdk::processor::IPSDKBaseProcessingException | if isInit() == false |
1.8.14