![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
[Output] Matrix More...
#include <OutMatrix.h>
Public Types | |
| typedef ipsdk::imaproc::attr::Doubles | ValueType |
| Type of node associated to attribute. | |
| typedef boost::shared_ptr< ValueType > | StorageType |
| Node storage type associated to attribute. | |
| typedef boost::shared_ptr< const ValueType > | ConstStorageType |
| Const node storage type associated to attribute. | |
Public Member Functions | |
| ~OutMatrix () | |
| destructor | |
| const std::string & | getObjectName () const |
| method allowing to retrieve object name | |
| const std::string & | getToolTip () const |
| method allowing to retrieve object tooltip | |
| const boost::filesystem::path | getHeaderPath () const |
| retrieve relative header path associated to attribute | |
| const std::string | getLibraryName () const |
| retrieve library name associated attribute | |
| const std::string & | getNodeType () const |
| Retrieve node type associated to attribute. | |
| void | init (const ValueType &dataItemNode) |
| By value attribute initialization. | |
| void | init (const StorageType &pDataItemNode) |
| By reference attribute initialization. | |
| const ValueType & | getNode () const |
| Retrieve node associated to attribute. | |
| ValueType & | getNode () |
| Retrieve node associated to attribute. | |
| StorageType | getStorage () |
| access to storage associated to attribute | |
| ConstStorageType | getStorage () const |
| access to storage associated to attribute | |
Public Member Functions inherited from ipsdk::processor::BaseOutputMandatoryDataItemAttribute | |
| const BaseDataItemNode & | getDataItemNode () const |
Public Member Functions inherited from ipsdk::processor::BaseDataItemAttribute | |
| eAttributeType | getAttributeType () const |
Public Member Functions inherited from ipsdk::processor::BaseAttribute | |
| bool | isInit () const |
| const BaseRule & | getRule () const |
| BoolResult | isValid () const |
| void | clear () |
| bool | isOutOptionalInitForced () const |
| void | setOutOptionalInitForced (bool bOutOptionalInitForced) const |
| bool | isOutOptionalInitForced () const |
| void | setOutOptionalInitForced (bool bOutOptionalInitForced) const |
Public Member Functions inherited from ipsdk::BaseObjectWithSkeleton | |
| const eSklSrzMode & | getSerializationMode () const |
| void | setSerializationMode (const eSklSrzMode &sklSrzMode) const |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| virtual BaseDynamicObject * | createNew () const=0 |
| virtual DynamicObjectPtr | createShared () const=0 |
| virtual bool | hasCopySupport () const=0 |
| virtual BaseDynamicObject * | duplicate () const=0 |
| virtual DynamicObjectPtr | duplicateShared () const=0 |
Public Member Functions inherited from ipsdk::BaseIOData | |
| virtual eIOStatus | getIOStatus () const=0 |
| virtual bool | isInput () const=0 |
| virtual bool | isOutput () const=0 |
| virtual bool | isInOut () const=0 |
Public Member Functions inherited from ipsdk::BaseOptData | |
| virtual eOptStatus | getOptStatus () const=0 |
| virtual bool | isMandatory () const=0 |
| virtual bool | isOptional () const=0 |
Static Public Member Functions | |
| static boost::shared_ptr< OutMatrix > | createAttribute () |
| attribute creation function | |
| static const std::string & | getObjectNameStr () |
| method allowing to retrieve object name | |
| static const std::string & | getToolTipStr () |
| method allowing to retrieve object tooltip | |
| static const boost::filesystem::path | getHeaderPathStr () |
| retrieve relative header path associated to attribute | |
| static const std::string | getLibraryNameStr () |
| retrieve library name associated attribute | |
| static const std::string & | getNodeTypeStr () |
| Retrieve node type associated to attribute. | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
Additional Inherited Members | |
Static Public Attributes inherited from ipsdk::processor::BaseDataItemAttribute | |
| static const eAttributeType::domain | g_attributeType |
Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton | |
| eSklSrzMode | _sklSrzMode |
[Output] Matrix
This attribute is associated to node ipsdk::imaproc::attr::Doubles
Rule on attribute is given by
ipsdk::processor::none ()
1.8.14