Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxImageTem3d Class Template Reference

Template class for operations on 3D images. More...

#include <HxImageTem3d.h>

Inheritance diagram for HxImageTem3d::

HxImageTem HxImageData HxRcObject List of all members.

Public Methods

 HxImageTem3d (int width=1, int height=1, int depth=1)
 HxImageTem3d (size_t *sizes)
 HxImageTem3d (const HxImageTem3d &)
virtual ~HxImageTem3d ()
int width () const
int height () const
int depth () const
virtual DataPtrType dataPtrClone () const
virtual void geometricOp2d (HxImageData *arg, HxMatrix func, HxGeoIntType gi, HxVec3Double translate, HxValue background)
 Geometric operation on 2D images. More...

virtual HxImageDataprojectDomain (int dimension, int coordinate)
virtual void inverseProjectDomain (int dimension, int coordinate, HxImageData *arg)
virtual void getValues (HxPointListConstIter first, HxPointListConstIter last, HxValueListBackInserter)

Detailed Description

template<class ImageSigT>
class HxImageTem3d< ImageSigT >

Template class for operations on 3D images.


Member Function Documentation

template<class ImageSigT>
void HxImageTem3d< ImageSigT >::geometricOp2d HxImageData   arg,
HxMatrix    func,
HxGeoIntType    gi,
HxVec3Double    translate,
HxValue    background
[virtual]
 

Geometric operation on 2D images.

Reimplemented from HxImageData.

00094 {
00095 HxEnvironment::instance()->outputStream() << "not implemented yet" << STD_ENDL;
00096 HxEnvironment::instance()->flush();
00097 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 3 14:18:57 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001