15 #ifndef __IPSDKIMAGE_BASEIMAGEZSTRIPCOLOR3D_H__ 16 #define __IPSDKIMAGE_BASEIMAGEZSTRIPCOLOR3D_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImage/Fragment/Strip/BaseImageStrip.h> 24 #include <IPSDKImage/Geometry/Component/ColorGeometry.h> 25 #include <IPSDKBaseData/Buffer/HybridBuffer.h> 74 ipUInt64 getStripStartOffsetZ()
const;
107 const ipUInt64 getFullStripSize()
const;
111 const ipUInt64 getPlanStripSize()
const;
115 const ipUInt64 getStripNbPlans()
const;
151 void initBase(
const ipUInt64 tPlanIdx,
163 bool isBufferInitDerived()
const;
169 void clearBufferDerived();
201 virtual void createSubStrip(
const ipUInt64 cPlanIdx,
246 typedef std::vector<ImageZStrip3dPtr> ImageZStrip3dColl;
249 ImageZStrip3dColl _imageZStrip3dColl;
273 #pragma warning (pop) 275 #endif // __IPSDKIMAGE_BASEIMAGEZSTRIPCOLOR3D_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eDataAccessMode
Enumerate describing access mode for an image fragment data.
Definition: ImageFragmentTypes.h:45
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
boost::shared_ptr< BaseImageZStrip3d > ImageZStrip3dPtr
Definition: ImageStripTypes.h:147
#define IPSDK_DECLARE_ABSTRACT_SERIAL_WITHOUT_COPY(libraryName, className)
macro enabling serialization on abstract class
Definition: SerializationHdrMacro.h:97
std::vector< PlanStorageColl1d > PlanStorageColl2d
Definition: ImageTypes.h:190
eColorGeometryType
Color geometry type.
Definition: GeometryComponentTypes.h:45
eStripAllocationType
Enumerate describing image strip allocation policy.
Definition: ImageStripTypes.h:88
Base class for image strip fragments.
Definition: BaseImageStrip.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
eImageStripType getImageStripType() const
retrieve image strip type
Definition: BaseImageZStripColor3d.h:256
const HybridBuffer & getBuffer(const ipUInt64 zPlanIdx, const ipUInt64 cPlanIdx) const
retrieve strip full buffer
Definition: BaseImageZStripColor3d.h:262
eStripParsingDirection
Enumerate describing strip parsing direction.
Definition: ImageStripTypes.h:72
Class encapsulating color geometryThis class allows to define geometry color size and type (grey...
Definition: ColorGeometry.h:35
boost::shared_ptr< const DataIdentifier > DataIdentifierConstPtr
shared pointer to const data identifier
Definition: DataIdentifierTypes.h:31
Class allowing to encapsulate an hybrid form of buffer.
Definition: HybridBuffer.h:52
std::vector< PlanStoragePtr > PlanStorageColl1d
Definition: ImageTypes.h:184
color image 3d strip with splitting along Z axis
Definition: ImageStripTypes.h:62
eImageStripType
Enumerate describing image strip type.
Definition: ImageStripTypes.h:42
static const eImageStripType::domain g_imageStripType
image strip type
Definition: BaseImageZStripColor3d.h:41
Base class for color image 3d strip with splitting along Z axis.
Definition: BaseImageZStripColor3d.h:33
const HybridBuffer & accessBuffer(const ipUInt64 cPlanIdx, const ipUInt64 zPlanIdx) const
access to strip full buffer
boost::shared_ptr< const BaseImageZStrip3d > ImageZStrip3dConstPtr
Definition: ImageStripTypes.h:148
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78