15 #ifndef __IPSDKIMAGE_INOUTIMAGETILE3D_H__ 16 #define __IPSDKIMAGE_INOUTIMAGETILE3D_H__ 18 #include <IPSDKImage/Fragment/Tile/Tile3d/BaseImageTile3d.h> 61 return static_cast<T*
>(accessBuffer(zPlanIdx, rowIdx));
112 void createSubTile(
const ipUInt64 zPlanIdx,
123 void createSubTile(
const ipUInt64 zPlanIdx,
143 #endif // __IPSDKIMAGE_INOUTIMAGETILE3D_H__ T * getBuffer(const ipUInt64 zPlanIdx, const ipUInt64 rowIdx)
retrieve tile row buffer for a given plan and row index
Definition: InOutImageTile3d.h:59
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< BaseImageTile2d > ImageTile2dPtr
Definition: ImageTileTypes.h:146
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
Structure used to extract image tiles from an image.
Definition: ImageTileExtractor.h:33
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
Input and output class for 3d image tiles.
Definition: InOutImageTile3d.h:26
#define IPSDK_DECLARE_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on class
Definition: SerializationHdrMacro.h:79
Definition: ImageTileTypes.h:117
boost::shared_ptr< const DataItemMap > DataItemMapConstPtr
shared pointer to const DataItemMap
Definition: DataItemTypes.h:170
Base class for 3d image tiles.
Definition: BaseImageTile3d.h:32
#define IPSDKIMAGE_API
Import/Export macro for library IPSDKImage.
Definition: IPSDKImageExports.h:27
boost::shared_ptr< BasePlanStorage > PlanStoragePtr
shared pointer to image plan storage
Definition: PlanStorageTypes.h:55
boost::shared_ptr< const DataIdentifier > DataIdentifierConstPtr
shared pointer to const data identifier
Definition: DataIdentifierTypes.h:31
std::vector< PlanStoragePtr > PlanStorageColl1d
Definition: ImageTypes.h:184
Base class for images data type.
Definition: BaseImage.h:43
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78