#include <HxImageTem3d.h>
Inheritance diagram for HxImageTem3d::
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 HxImageData * | projectDomain (int dimension, int coordinate) |
virtual void | inverseProjectDomain (int dimension, int coordinate, HxImageData *arg) |
virtual void | getValues (HxPointListConstIter first, HxPointListConstIter last, HxValueListBackInserter) |
|
Geometric operation on 2D images.
Reimplemented from HxImageData.
00094 { 00095 HxEnvironment::instance()->outputStream() << "not implemented yet" << STD_ENDL; 00096 HxEnvironment::instance()->flush(); 00097 } |