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

Predefined geometry component instances. More...

#include <IPSDKImage/IPSDKImageExports.h>
#include <IPSDKImage/Geometry/Component/VolumeGeometry.h>
#include <IPSDKImage/Geometry/Component/ColorGeometry.h>
#include <IPSDKImage/Geometry/Component/TemporalGeometry.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 VolumeGeometry ipsdk::image::geometry2d ()
 create a 2d volume geometry
 
IPSDKIMAGE_API VolumeGeometry ipsdk::image::geometry3d (const ipUInt64 sizeZ)
 create a 3d volume geometry
 
IPSDKIMAGE_API ColorGeometry ipsdk::image::geometryGrey ()
 create a grey level color geometry
 
IPSDKIMAGE_API ColorGeometry ipsdk::image::geometryRgb ()
 create a rgb color geometry
 
IPSDKIMAGE_API ColorGeometry ipsdk::image::geometryUser (const ipUInt64 sizeC)
 create a user color geometry
 
IPSDKIMAGE_API ColorGeometry ipsdk::image::geometryColor (const eColorGeometryType &colorGeometryType)
 create a color geometry associated to a given color space More...
 
IPSDKIMAGE_API TemporalGeometry ipsdk::image::geometrySingle ()
 create a single element temporal geometry
 
IPSDKIMAGE_API TemporalGeometry ipsdk::image::geometrySequence (const ipUInt64 sizeT)
 create a sequence temporal geometry
 

Detailed Description

Predefined geometry component instances.

Author
E. Noirfalise
Date
2013/8/22