15 #ifndef __IPSDKIMAGE_BASEIMAGEZSTRIP3D_H__ 16 #define __IPSDKIMAGE_BASEIMAGEZSTRIP3D_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImage/Fragment/Strip/BaseImageStrip.h> 29 class BaseImageZStrip3dWithKernel;
79 ipUInt64 getStripStartOffsetZ()
const;
99 const ipUInt64 getFullStripSize()
const;
103 const ipUInt64 getPlanStripSize()
const;
107 const ipUInt64 getStripNbPlans()
const;
140 virtual ipBool fromDisk()
const;
148 void initBase(
const ipUInt64 cPlanIdx,
160 bool isBufferInitDerived()
const;
166 void clearBufferDerived();
199 virtual void createSubStrip(
const ipUInt64 zPlanIdx,
242 typedef std::vector<ImageYStrip2dPtr> ImageYStrip2dColl;
245 ImageYStrip2dColl _imageYStrip2dColl;
269 #pragma warning (pop) 271 #endif // __IPSDKIMAGE_BASEIMAGEZSTRIP3D_H__
image 3d strip with splitting along Z axis
Definition: ImageStripTypes.h:58
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const BaseImageYStrip2d > ImageYStrip2dConstPtr
Definition: ImageStripTypes.h:118
eDataAccessMode
Enumerate describing access mode for an image fragment data.
Definition: ImageFragmentTypes.h:45
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
const HybridBuffer & getBuffer(const ipUInt64 zPlanIdx) const
retrieve strip full buffer
Definition: BaseImageZStrip3d.h:258
static const eImageStripType::domain g_imageStripType
image strip type
Definition: BaseImageZStrip3d.h:46
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
Predefined types for buffer manipulations.
eStripAllocationType
Enumerate describing image strip allocation policy.
Definition: ImageStripTypes.h:88
Base class for image strip fragments.
Definition: BaseImageStrip.h:34
Base class for image 3d strip with splitting along Z axis.
Definition: BaseImageZStrip3d.h:34
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
bool ipBool
Base types definition.
Definition: BaseTypes.h:47
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
Class allowing to encapsulate an hybrid form of buffer.
Definition: HybridBuffer.h:52
std::vector< PlanStoragePtr > PlanStorageColl1d
Definition: ImageTypes.h:184
eImageStripType getImageStripType() const
retrieve image strip type
Definition: BaseImageZStrip3d.h:252
boost::shared_ptr< BaseImageYStrip2d > ImageYStrip2dPtr
Definition: ImageStripTypes.h:117
Base class for image 3d strip with splitting along Z axis associated to a kernel. ...
Definition: BaseImageZStrip3dWithKernel.h:33
eImageStripType
Enumerate describing image strip type.
Definition: ImageStripTypes.h:42
Base class for color image 3d strip with splitting along Z axis.
Definition: BaseImageZStripColor3d.h:33
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78