22 class ON_NurbsSurface;
26 class ON_MorphControl;
31 namespace extensions {
42 bool writeON_PlanarDomain(
const gsPlanarDomain<T> & pd,
const std::string & name);
45 bool writeON_MultiPatch(
const gsMultiPatch<T> & patches,
const std::string & name);
48 bool writeON_NurbsCurve(
const gsCurve<T> & curve, ONX_Model & model,
const std::string & name);
51 bool writeON_NurbsSurface(
const gsSurface<T> & curve, ONX_Model & model,
const std::string & name);
54 bool writeON_NurbsSurface(
const gsSurface<T> & srf,
const std::string & name);
57 bool writeON_NurbsCurve(
const gsCurve<T> & curve,
const std::string & name);
60 bool writeON_Mesh(
const gsMesh<T> & msh,
const std::string & name);
71 #ifndef GISMO_BUILD_LIB
72 #include GISMO_HPP_HEADER(gsWriteOpenNurbs.hpp)
This file contains the debugging and messaging system of G+Smo.
Provides declaration of input/output XML utilities struct.