Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

VisualizationAids.hpp

Go to the documentation of this file.
00001 /* ImLib3D
00002  * Copyright (c) 2001, ULP-IPB Strasbourg.
00003  *
00004  * This program is free software; you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License as published by
00006  * the Free Software Foundation; either version 2 of the License, or (at
00007  * your option) any later version.
00008  * 
00009  * This program is distributed in the hope that it will be useful, but
00010  * WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012  * General Public License for more details.
00013  * 
00014  * You should have received a copy of the GNU General Public License
00015  * along with this program; if not, write to the Free Software
00016  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00017  */
00018 #ifndef _VisualizationAids_hpp
00019 #define _VisualizationAids_hpp
00020 
00030 #define WANT_STREAM
00031 #define WANT_MATH  
00032 #include<ImLib3D/Transformation.hpp>
00033 
00034 
00035 
00037 
00043 namespace IP3D
00044 {
00055         void TransformRectangularGrid(Image3Df& image, const Field3Df& field, const Size3D masksize, 
00056                       bool bAverageField=true
00057         );
00058 };
00059 
00061 
00064 namespace IP3D
00065 {
00075     template <class ImageType>
00076     void AnimateField(const ImageType& imSrc, const Field3Df& field, Image3DSet<ImageType>& resImages, int nSteps=5);
00077 };
00078 
00079 #include<ImLib3D/VisualizationAids.hxx>
00080 
00081 #endif //_VisualizationAids_hpp

Generated on Fri Jun 17 13:36:09 2005 for ImLib3D by  doxygen 1.4.2