22 class ON_NurbsSurface;
26 class ON_MorphControl;
31 namespace extensions {
34 bool gsReadOpenNurbs(
const char * arg, internal::gsXmlTree & data );
37 bool readON_Surface (
const ON_Surface * pusrface, internal::gsXmlTree & data );
40 bool readON_Curve (
const ON_Curve * pcurve , internal::gsXmlTree & data );
43 bool readON_NurbsSurface(
const ON_NurbsSurface * psurface, internal::gsXmlTree & data );
46 bool readON_NurbsCurve (
const ON_NurbsCurve * pcurve , internal::gsXmlTree & data );
49 bool readON_NurbsCage (
const ON_NurbsCage * pcage , internal::gsXmlTree & data );
52 bool readON_Brep (
const ON_Brep * pbrep , internal::gsXmlTree & data );
55 bool readON_MorphControl(
const ON_MorphControl * pbrep , internal::gsXmlTree & data );
58 bool readON_Mesh(
const ON_Mesh * pbrep , internal::gsXmlTree & data );
This file contains the debugging and messaging system of G+Smo.
Provides declaration of input/output XML utilities struct.