IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ipsdk::imaproc::attr::InOutSubDFTImg2d1 Class Reference

[InOut] first 2d single sub image for Discreet Fourier Transform (can be real cartesian part or rho polar part [default] of signal depending on algorithm configuration) More...

#include <InOutSubDFTImg2d1.h>

Inheritance diagram for ipsdk::imaproc::attr::InOutSubDFTImg2d1:
ipsdk::imaproc::BaseInOutMandatoryImageAttribute ipsdk::imaproc::BaseInOutImageAttribute ipsdk::imaproc::BaseImageAttribute ipsdk::imaproc::BaseImageProcessingAttribute ipsdk::processor::BaseAttribute ipsdk::BaseObjectWithSkeleton ipsdk::BaseToolTip ipsdk::BaseIOData ipsdk::BaseOptData ipsdk::BaseSerializationObject ipsdk::BaseDynamicObject

Public Member Functions

 ~InOutSubDFTImg2d1 ()
 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
 
- Public Member Functions inherited from ipsdk::imaproc::BaseInOutImageAttribute
void init (const image::ImagePtr &pImage)
 
image::BaseImagegetImage ()
 
ConstStorageType getStorage () const
 
- Public Member Functions inherited from ipsdk::imaproc::BaseImageAttribute
eImageProcessingAttributeType getImageProcessingAttributeType () const
 
const image::eImageBufferTypegetImageBufferType () const
 
const image::BaseImagegetImage () const
 
image::ImageConstPtr getImagePtr () const
 
- Public Member Functions inherited from ipsdk::imaproc::BaseImageProcessingAttribute
processor::eAttributeType getAttributeType () const
 
- Public Member Functions inherited from ipsdk::processor::BaseAttribute
bool isInit () const
 
const BaseRulegetRule () 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 eSklSrzModegetSerializationMode () const
 
void setSerializationMode (const eSklSrzMode &sklSrzMode) const
 
- Public Member Functions inherited from ipsdk::BaseDynamicObject
virtual const std::string & getClassName () const
 
virtual BaseDynamicObjectcreateNew () const=0
 
virtual DynamicObjectPtr createShared () const=0
 
virtual bool hasCopySupport () const=0
 
virtual BaseDynamicObjectduplicate () 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< InOutSubDFTImg2d1createAttribute ()
 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 Public Member Functions inherited from ipsdk::BaseSerializationObject
static ipUInt32 getVersion ()
 
- Static Public Member Functions inherited from ipsdk::BaseDynamicObject
static const std::string & getTypeName ()
 

Protected Member Functions

 InOutSubDFTImg2d1 ()
 constructor
 
- Protected Member Functions inherited from ipsdk::imaproc::BaseImageAttribute
void initBase (const image::ImagePtr &pImage)
 
image::BaseImageaccessImage ()
 
void clearDerived ()
 
image::ImageConstPtr accessImagePtr () const
 
image::ImagePtr accessImagePtr ()
 
image::ImageConstPtr accessImagePtr () const
 
image::ImagePtr accessImagePtr ()
 
- Protected Member Functions inherited from ipsdk::processor::BaseAttribute
void initBase ()
 
virtual BoolResult syncInputDerived (const Guid &processingSocketGuid)
 
virtual BoolResult syncOutputDerived (const Guid &processingSocketGuid)
 
virtual RulePtr createRule (const AttributePtr &pBaseThis) const=0
 
- Protected Member Functions inherited from ipsdk::BaseSerializationObject
virtual BoolResult write (BaseOArchive &ar) const
 
virtual BoolResult read (BaseIArchive &ar)
 
- Protected Member Functions inherited from ipsdk::BaseDynamicObject
virtual void initCtorCopy (const BaseDynamicObject &object)
 
virtual void copy (const BaseDynamicObject &object)
 

Additional Inherited Members

- Public Types inherited from ipsdk::imaproc::BaseInOutImageAttribute
typedef image::BaseImage ValueType
 
typedef image::ImagePtr StorageType
 
typedef image::ImageConstPtr ConstStorageType
 
typedef BaseInOutImageAttribute BaseImageAttributeType
 
- Static Public Attributes inherited from ipsdk::imaproc::BaseImageAttribute
static const eImageProcessingAttributeType::domain g_imageProcessingAttributeType
 
- Static Public Attributes inherited from ipsdk::imaproc::BaseImageProcessingAttribute
static const processor::eAttributeType::domain g_attributeType
 
- Protected Attributes inherited from ipsdk::BaseObjectWithSkeleton
eSklSrzMode _sklSrzMode
 

Detailed Description

[InOut] first 2d single sub image for Discreet Fourier Transform (can be real cartesian part or rho polar part [default] of signal depending on algorithm configuration)

Author
E.Noirfalise
Date
2017/02/23

Attribute associated library :

IPSDKIPLAttributes

Attribute rule :

Rule on attribute is given by
ipsdk::imaproc::is2d (attribute) && 
ipsdk::imaproc::isGrey (attribute) && 
ipsdk::imaproc::isSingle (attribute) && 
ipsdk::imaproc::bufferType (attribute,ipsdk::image::eImageBufferType::eIBT_Real32)


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