![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for image strip attributes management. More...
#include <IPSDKImageProcessing/Attribute/ImageProcessingAttributeTypes.h>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::imaproc | |
| Namespace agregating IPSDK base routines and classes for image algorithm processing. | |
Typedefs | |
| typedef boost::shared_ptr< BaseStripAttribute > | ipsdk::imaproc::StripAttributePtr |
| shared pointer to image strip attribute | |
| typedef boost::shared_ptr< const BaseStripAttribute > | ipsdk::imaproc::StripAttributeConstPtr |
| shared pointer to image strip attribute | |
| typedef boost::weak_ptr< BaseStripAttribute > | ipsdk::imaproc::StripAttributeWeakPtr |
| weak pointer to image strip attribute | |
| typedef boost::weak_ptr< const BaseStripAttribute > | ipsdk::imaproc::StripAttributeConstWeakPtr |
| weak pointer to image strip attribute | |
| typedef boost::shared_ptr< BaseXStrip2dAttribute > | ipsdk::imaproc::XStrip2dAttributePtr |
| shared pointer to XStrip2d attribute | |
| typedef boost::shared_ptr< const BaseXStrip2dAttribute > | ipsdk::imaproc::XStrip2dAttributeConstPtr |
| shared pointer to XStrip2d attribute | |
| typedef boost::shared_ptr< BaseYStrip2dAttribute > | ipsdk::imaproc::YStrip2dAttributePtr |
| shared pointer to YStrip2d attribute | |
| typedef boost::shared_ptr< const BaseYStrip2dAttribute > | ipsdk::imaproc::YStrip2dAttributeConstPtr |
| shared pointer to YStrip2d attribute | |
| typedef boost::shared_ptr< BaseYStrip2dWithKernelAttribute > | ipsdk::imaproc::YStrip2dWithKernelAttributePtr |
| shared pointer to YStrip2dWithKernel attribute | |
| typedef boost::shared_ptr< const BaseYStrip2dWithKernelAttribute > | ipsdk::imaproc::YStrip2dWithKernelAttributeConstPtr |
| shared pointer to YStrip2dWithKernel attribute | |
| typedef boost::shared_ptr< BaseYStrip3dAttribute > | ipsdk::imaproc::YStrip3dAttributePtr |
| shared pointer to YStrip3d attribute | |
| typedef boost::shared_ptr< const BaseYStrip3dAttribute > | ipsdk::imaproc::YStrip3dAttributeConstPtr |
| shared pointer to YStrip3d attribute | |
| typedef boost::shared_ptr< BaseYStripColor2dAttribute > | ipsdk::imaproc::YStripColor2dAttributePtr |
| shared pointer to YStripColor2d attribute | |
| typedef boost::shared_ptr< const BaseYStripColor2dAttribute > | ipsdk::imaproc::YStripColor2dAttributeConstPtr |
| shared pointer to YStripColor2d attribute | |
| typedef boost::weak_ptr< BaseYStripColor2dAttribute > | ipsdk::imaproc::YStripColor2dAttributeWeakPtr |
| weak pointer to YStripColor2d attribute | |
| typedef boost::weak_ptr< const BaseYStripColor2dAttribute > | ipsdk::imaproc::YStripColor2dAttributeConstWeakPtr |
| weak pointer to YStripColor2d attribute | |
| typedef boost::shared_ptr< BaseYStripSeq2dAttribute > | ipsdk::imaproc::YStripSeq2dAttributePtr |
| shared pointer to YStripSeq2d attribute | |
| typedef boost::shared_ptr< const BaseYStripSeq2dAttribute > | ipsdk::imaproc::YStripSeq2dAttributeConstPtr |
| shared pointer to YStripSeq2d attribute | |
| typedef boost::shared_ptr< BaseZStrip3dAttribute > | ipsdk::imaproc::ZStrip3dAttributePtr |
| shared pointer to ZStrip3d attribute | |
| typedef boost::shared_ptr< const BaseZStrip3dAttribute > | ipsdk::imaproc::ZStrip3dAttributeConstPtr |
| shared pointer to ZStrip3d attribute | |
| typedef boost::shared_ptr< BaseZStrip3dWithKernelAttribute > | ipsdk::imaproc::ZStrip3dWithKernelAttributePtr |
| shared pointer to ZStrip3dWithKernel attribute | |
| typedef boost::shared_ptr< const BaseZStrip3dWithKernelAttribute > | ipsdk::imaproc::ZStrip3dWithKernelAttributeConstPtr |
| shared pointer to ZStrip3dWithKernel attribute | |
Enumerations | |
| enum | ipsdk::imaproc::eStripAttributeType { ipsdk::imaproc::eSAT_X2d, ipsdk::imaproc::eSAT_X2dWithKernel, ipsdk::imaproc::eSAT_Y2d, ipsdk::imaproc::eSAT_Y2dWithKernel, ipsdk::imaproc::eSAT_Y3d, ipsdk::imaproc::eSAT_YColor2d, ipsdk::imaproc::eSAT_YSeq2d, ipsdk::imaproc::eSAT_Z3d, ipsdk::imaproc::eSAT_Z3dWithKernel, ipsdk::imaproc::eSAT_ZColor3d } |
| Enumerate describing strip attributes type. More... | |
Predefined types for image strip attributes management.
1.8.14