15 #ifndef __IPSDKIMAGE_INOUTIMAGEZSTRIP3D_H__ 16 #define __IPSDKIMAGE_INOUTIMAGEZSTRIP3D_H__ 18 #include <IPSDKImage/Fragment/Strip/ZStrip3d/BaseImageZStrip3d.h> 105 void createSubStrip(
const ipUInt64 zPlanIdx,
135 #endif // __IPSDKIMAGE_INOUTIMAGEZSTRIP3D_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
#define IPSDK_DECLARE_INOUT_DATA()
macro allowing to declare an in/out data
Definition: DataStatusHdrMacros.h:120
eStripAllocationType
Enumerate describing image strip allocation policy.
Definition: ImageStripTypes.h:88
#define IPSDK_DECLARE_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on class
Definition: SerializationHdrMacro.h:79
Base class for image 3d strip with splitting along Z axis.
Definition: BaseImageZStrip3d.h:34
Structure used to extract image strips from an image.
Definition: ImageStripExtractor.h:31
boost::shared_ptr< const DataItemMap > DataItemMapConstPtr
shared pointer to const DataItemMap
Definition: DataItemTypes.h:170
#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
eStripParsingDirection
Enumerate describing strip parsing direction.
Definition: ImageStripTypes.h:72
boost::shared_ptr< const DataIdentifier > DataIdentifierConstPtr
shared pointer to const data identifier
Definition: DataIdentifierTypes.h:31
const HybridBuffer & accessBuffer(const ipUInt64 zPlanIdx) const
access to strip full buffer
HybridBuffer & getBuffer(const ipUInt64 zPlanIdx)
retrieve strip full buffer
Definition: InOutImageZStrip3d.h:124
Class allowing to encapsulate an hybrid form of buffer.
Definition: HybridBuffer.h:52
std::vector< PlanStoragePtr > PlanStorageColl1d
Definition: ImageTypes.h:184
Base class for images data type.
Definition: BaseImage.h:43
boost::shared_ptr< BaseImageYStrip2d > ImageYStrip2dPtr
Definition: ImageStripTypes.h:117
Input and output class for image 3d strip with splitting along Z axis.
Definition: InOutImageZStrip3d.h:26