Home
last modified time | relevance | path

Searched refs:SVGProperties (Results 1 – 7 of 7) sorted by relevance

/dports/devel/vcglib/vcglib-2020.09/wrap/io_edgemesh/
H A Dexport_svg.h39 class SVGProperties
81 SVGProperties() in SVGProperties() function
119 static bool Save(EdgeMeshType &m, const char *filename, SVGProperties & pro) in Save()
123 SVGProperties pro2=pro; in Save()
133 static bool Save(std::vector<EdgeMeshType*> &meshVec, const char *filename, SVGProperties & pro) in Save()
149 static void WriteXmlHead(FILE *o, SVGProperties & pro) in WriteXmlHead()
172 static void WriteXmlBody(FILE* fpo, EdgeMeshType &mp, SVGProperties &pro, int meshIndex) in WriteXmlBody()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_edgemesh/
H A Dexport_svg.h39 class SVGProperties
81 SVGProperties() in SVGProperties() function
119 static bool Save(EdgeMeshType &m, const char *filename, SVGProperties & pro) in Save()
129 static bool Save(std::vector<EdgeMeshType*> &meshVec, const char *filename, SVGProperties & pro) in Save()
145 static void WriteXmlHead(FILE *o, SVGProperties & pro) in WriteXmlHead()
168 static void WriteXmlBody(FILE* fpo, EdgeMeshType &mp, SVGProperties &pro, int meshIndex) in WriteXmlBody()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_waffle/
H A Dexport_svg.h39 class SVGProperties
83 SVGProperties() in SVGProperties() function
124 static bool Save(EdgeMeshType &m, const char *filename, SVGProperties & pro) in Save()
134 static bool Save(std::vector<EdgeMeshType*> &meshVec, const char *filename, SVGProperties & pro) in Save()
150 static void WriteXmlHead(FILE *o, SVGProperties & pro) in WriteXmlHead()
173 static void WriteXmlBody(FILE* fpo, EdgeMeshType &mp, SVGProperties &pro, int meshIndex) in WriteXmlBody()
H A Dfilter_waffle.h43 typedef vcg::tri::io::SVGProperties SVGProperties; typedef
114 SVGProperties pr;
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_slice/
H A Deditslice.h56 typedef vcg::edg::io::SVGProperties SVGProperties; typedef
92 SVGProperties pr;
95 void UpdateVal(SVGPro * sv, SVGProperties * pr);
H A Deditslice.cpp203 void ExtraMeshSlidePlugin::UpdateVal(SVGPro* sv, SVGProperties * pr) in UpdateVal()
/dports/devel/vcglib/vcglib-2020.09/apps/sample/trimesh_intersection_plane/
H A Dtrimesh_intersection_plane.cpp83 tri::io::SVGProperties pro; in main()