//=========================================================================== // GoTools Core - SINTEF Geometry Tools Core library, version 2.0.1 // // Copyright (C) 2000-2007, 2010 SINTEF ICT, Applied Mathematics, Norway. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation version 2 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., // 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // // Contact information: E-mail: tor.dokken@sintef.no // SINTEF ICT, Department of Applied Mathematics, // P.O. Box 124 Blindern, // 0314 Oslo, Norway. // // Other licenses are also available for this software, notably licenses // for: // - Building commercial software. // - Building software whose source code you wish to keep private. //=========================================================================== 00015 #ifndef _SPLINEDEBUGUTILS_H 00016 #define _SPLINEDEBUGUTILS_H 00017 00018 00019 #include "GoTools/geometry/SplineSurface.h" 00020 #include "GoTools/geometry/SplineCurve.h" 00021 #include <boost/smart_ptr.hpp> 00022 #include "GoTools/utils/config.h" 00023 #include "GoTools/geometry/BoundedSurface.h" 00024 00025 00026 namespace Go 00027 { 00028 00031 00037 void GO_API writeSpaceParamCurve(const SplineCurve& pcurve, 00038 std::ostream& os, double z = 0.0); 00039 00040 void GO_API writeTrimmedInfo(BoundedSurface& bd_sf, 00041 std::ostream& os, double z = 0.0); 00042 00046 void GO_API objToFile(GeomObject* geom_obj, char *to_file); 00047 00051 void GO_API objsToFile(std::vector<boost::shared_ptr<GeomObject> >& geom_objs, 00052 char *to_file); 00053 00057 void GO_API writeSISLFormat(const SplineCurve& spline_cv, std::ostream& os); 00058 00059 } // End of namespace Go 00060 00061 00062 #endif // _SPLINEDEBUGUTILS_H 00063
Generated on Tue Sep 21 15:44:17 2010 for GoTools Core by  doxygen 1.6.3