Hi!

I have a question for u guys!
I would like to use the c++ package ITK (www.itk.org) for internal handling och data and functions in a dataset3D class of mine!

I also want to use a base class to be able to use all kinds of datasets (2D/3D/4D...)
-----------------------------------------------------------
class dataset_base{
public:
virtual void printDataInfo() =0;
DATASET_TYPE...