IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Enumerations
TileCollAttributeTypes.h File Reference

Predefined types for management of attributes associated to collection of image tile. 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< BaseTileCollAttribute > ipsdk::imaproc::TileCollAttributePtr
 shared pointer to attribute associated to a collection of image tiles
 
typedef boost::shared_ptr< const BaseTileCollAttribute > ipsdk::imaproc::TileCollAttributeConstPtr
 shared pointer to attribute associated to a collection of image tiles
 
typedef boost::weak_ptr< BaseTileCollAttribute > ipsdk::imaproc::TileCollAttributeWeakPtr
 weak pointer to attribute associated to a collection of image tiles
 
typedef boost::weak_ptr< const BaseTileCollAttribute > ipsdk::imaproc::TileCollAttributeConstWeakPtr
 weak pointer to attribute associated to a collection of image tiles
 
typedef boost::shared_ptr< BaseTile2dCollAttribute > ipsdk::imaproc::Tile2dCollAttributePtr
 shared pointer to attribute associated to a collection of image tiles 2d
 
typedef boost::shared_ptr< const BaseTile2dCollAttribute > ipsdk::imaproc::Tile2dCollAttributeConstPtr
 shared pointer to attribute associated to a collection of image tiles 2d
 
typedef boost::shared_ptr< BaseTile3dCollAttribute > ipsdk::imaproc::Tile3dCollAttributePtr
 shared pointer to attribute associated to a collection of image tiles 3d
 
typedef boost::shared_ptr< const BaseTile3dCollAttribute > ipsdk::imaproc::Tile3dCollAttributeConstPtr
 shared pointer to attribute associated to a collection of image tiles 3d
 

Enumerations

enum  ipsdk::imaproc::eTileCollAttributeType { ipsdk::imaproc::eTCAT_2d, ipsdk::imaproc::eTCAT_3d }
 Enumerate describing tile collection attributes type. More...
 

Detailed Description

Predefined types for management of attributes associated to collection of image tile.

Author
E.Noirfalise
Date
2016/09/28