IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
ImageGeometryInstances.h File Reference

Predefined image geometry instances. More...

#include <IPSDKImage/IPSDKImageExports.h>
#include <IPSDKImage/Geometry/ImageGeometryTypes.h>
#include <IPSDKImage/Geometry/Component/GeometryComponentTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::image
 Namespace agregating IPSDK image management routines and classes.
 

Functions

IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometry (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const VolumeGeometry &volumeGeometry, const ColorGeometry &colorGeometry, const TemporalGeometry &temporalGeometry)
 create an image geometry
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometry2d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY)
 create a 2d image geometry
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometry3d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const ipUInt64 sizeZ)
 create a 3d image geometry
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometryRgb2d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY)
 create a rgb 2d image geometry
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometryRgb3d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const ipUInt64 sizeZ)
 create a rgb 3d image geometry
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometry2d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const eColorGeometryType &colorGeometryType)
 create a color 2d image geometry More...
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometry3d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const ipUInt64 sizeZ, const eColorGeometryType &colorGeometryType)
 create a color 3d image geometry More...
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometrySeq2d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const ipUInt64 sizeT)
 create a sequence of 2d images geometry
 
IPSDKIMAGE_API ImageGeometryPtr ipsdk::image::geometrySeq3d (const eImageBufferType &imageBufferType, const ipUInt64 sizeX, const ipUInt64 sizeY, const ipUInt64 sizeZ, const ipUInt64 sizeT)
 create a sequence of 3d images geometry
 

Detailed Description

Predefined image geometry instances.

Author
E. Noirfalise
Date
2013/8/22