Home
last modified time | relevance | path

Searched refs:PRINTDB (Results 1 – 25 of 81) sorted by relevance

1234

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dcgalutils-applyops.cc237 PRINTDB("After hull vertices: %d", r.size_of_vertices()); in applyHull()
238 PRINTDB("After hull facets: %d", r.size_of_facets()); in applyHull()
239 PRINTDB("After hull closed: %d", r.is_closed()); in applyHull()
240 PRINTDB("After hull valid: %d", r.is_valid()); in applyHull()
296 PRINTDB("Minkowski: child %d is nonconvex Nef, decomposing...",i); in applyMinkowski()
314 PRINTDB("Minkowski: decomposed into %d convex parts", P[i].size()); in applyMinkowski()
316 PRINTDB("Minkowski: decomposition took %f s", t.time()); in applyMinkowski()
407 PRINTDB("Minkowski: Computing convex hull took %f s", t.time()); in applyMinkowski()
423 PRINTDB("Minkowski: Computing union of %d parts",result_parts.size()); in applyMinkowski()
436 PRINTDB("Minkowski: Union done: %f s",t.time()); in applyMinkowski()
[all …]
H A Dcgalutils-project.cc126 PRINTDB(" <!-- ZRemover Halffacet visit. Mark: %i --> ",hfacet->mark()); in visit()
151 PRINTDB(" <!-- is_simple_2: %i -->", CGAL::is_simple_2(contour.begin(), contour.end())); in visit()
156 PRINTDB(" <!-- contour is a body. make union(). %i points -->", contour.size()); in visit()
159 PRINTDB(" <!-- contour is a hole. make intersection(). %i points -->", contour.size()); in visit()
194 PRINTDB("CGALUtils::project during plane intersection: %s", e.what()); in project()
222 PRINTDB("%s",OpenSCAD::svg_header(480, 100000)); in project()
229 PRINTDB("<!-- volume. mark: %s -->",i->mark()); in project()
231 PRINTDB("<!-- shell. (vol mark was: %i)", i->mark()); in project()
H A DGeometryUtils.cc66 PRINTDB("add: (%d,%d)", e.first % e.second); in add()
76 PRINTDB("remove: (%d,%d)", e.first % e.second); in remove()
96PRINTDB(" (%d,%d)%s", e.first % e.second % ((v.second > 1) ? boost::lexical_cast<std::string>(… in print()
118 PRINTDB("Clipping ear: %d %d %d", t[0] % t[1] % t[2]); in extractTriangle()
292 PRINTDB("Contour: %d\n", face.size()); in tessellatePolygonWithHoles()
338 PRINTDB("%d (%d) %d (%d) %d (%d)", in tessellatePolygonWithHoles()
367 PRINTDB(" reversed: %d %d %d", mappedtri[0] % mappedtri[1] % mappedtri[2]); in tessellatePolygonWithHoles()
378 PRINTDB(" %d edges remaining after main triangulation", edges.size()); in tessellatePolygonWithHoles()
385 PRINTDB(" %d edges remaining after loop triangulation", edges.size()); in tessellatePolygonWithHoles()
397PRINTDB(" (%d) (%d) (%d)\n", allindices[starti] % allindices[j] % allindices[((j+1)%inputSize)]); in tessellatePolygonWithHoles()
H A DGeometryCache.cc19 PRINTDB("Geometry Cache hit: %s (%d bytes)", id.substr(0, 40) % (geom ? geom->memsize() : 0)); in get()
29 if (inserted) PRINTDB("Geometry Cache insert: %s (%d bytes)", in insert()
31 else PRINTDB("Geometry Cache insert failed: %s (%d bytes)", in insert()
H A DSettingsWriter.cc37 PRINTDB("SettingsWriter D: %s", key.toStdString().c_str()); in handle()
41 PRINTDB("SettingsWriter W: %s = '%s'", key.toStdString().c_str() % value.toString().c_str()); in handle()
H A DFileModule.cc59 PRINTDB("registerUse(): (%p) %d, %d - %d, %d (%s) -> %s", this % in registerUse()
86 PRINTDB("registerInclude(): (%p) %d, %d - %d, %d (%s) -> %s", this % in registerInclude()
163 PRINTDB(" %s: %p -> %p", filename % oldmodule % newmodule); in handleDependencies()
166 PRINTDB(" %s: %p", filename % oldmodule); in handleDependencies()
H A DPlatformUtils.cc27PRINTDB("Looking up resource folder with application path '%s'", resourcedir.generic_string().c_st… in lookupResourcesPath()
63 PRINTDB("Checking '%s'", checkdir.generic_string().c_str()); in lookupResourcesPath()
67 PRINTDB("Found resource folder '%s'", tmpdir.generic_string().c_str()); in lookupResourcesPath()
74 PRINTDB("Using resource folder '%s'", result); in lookupResourcesPath()
H A DModuleCache.cc86 PRINTDB("Recompiling cached library: %s (%s)", filename % cache_id); in evaluate()
89 PRINTDB("Compiling library '%s'.", filename); in evaluate()
107 PRINTDB("compiled module: %s", filename); in evaluate()
H A Dimport_amf.cc144 PRINTDB("AMF: add object %d", importer->polySets.size()); in end_object()
152PRINTDB("AMF: add vertex %d - (%.2f, %.2f, %.2f)", importer->vertex_list.size() % importer->x % im… in end_vertex()
161PRINTDB("AMF: add triangle %d - (%.2f, %.2f, %.2f)", importer->vertex_list.size() % idx_v1 % idx_v… in end_triangle()
185 PRINTDB("AMF: start %s", xpath); in processNode()
194 PRINTDB("AMF: end %s", xpath); in processNode()
206 PRINTDB("AMF: text %s - '%s'", xpath % value); in processNode()
H A Dcolormap.cc196PRINTDB("%6d:%c: %s (built-in)", cs->index() % gui % boost::io::group(std::setw(length), cs->name(… in dump()
199PRINTDB("%6d:%c: %s from %s", cs->index() % gui % boost::io::group(std::setw(length), cs->name()) … in dump()
268 PRINTDB("Enumerating color schemes from '%s'", color_schemes.generic_string().c_str()); in enumerateColorSchemesInPath()
286 PRINTDB("Found file '%s' with color scheme '%s' and index %d", in enumerateColorSchemesInPath()
290 PRINTDB("Invalid file '%s': %s", colorScheme->path() % colorScheme->error()); in enumerateColorSchemesInPath()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dcgalutils-applyops.cc237 PRINTDB("After hull vertices: %d", r.size_of_vertices()); in applyHull()
238 PRINTDB("After hull facets: %d", r.size_of_facets()); in applyHull()
239 PRINTDB("After hull closed: %d", r.is_closed()); in applyHull()
240 PRINTDB("After hull valid: %d", r.is_valid()); in applyHull()
296 PRINTDB("Minkowski: child %d is nonconvex Nef, decomposing...",i); in applyMinkowski()
314 PRINTDB("Minkowski: decomposed into %d convex parts", P[i].size()); in applyMinkowski()
316 PRINTDB("Minkowski: decomposition took %f s", t.time()); in applyMinkowski()
407 PRINTDB("Minkowski: Computing convex hull took %f s", t.time()); in applyMinkowski()
423 PRINTDB("Minkowski: Computing union of %d parts",result_parts.size()); in applyMinkowski()
436 PRINTDB("Minkowski: Union done: %f s",t.time()); in applyMinkowski()
[all …]
H A Dcgalutils-project.cc126 PRINTDB(" <!-- ZRemover Halffacet visit. Mark: %i --> ",hfacet->mark()); in visit()
151 PRINTDB(" <!-- is_simple_2: %i -->", CGAL::is_simple_2(contour.begin(), contour.end())); in visit()
156 PRINTDB(" <!-- contour is a body. make union(). %i points -->", contour.size()); in visit()
159 PRINTDB(" <!-- contour is a hole. make intersection(). %i points -->", contour.size()); in visit()
194 PRINTDB("CGALUtils::project during plane intersection: %s", e.what()); in project()
222 PRINTDB("%s",OpenSCAD::svg_header(480, 100000)); in project()
229 PRINTDB("<!-- volume. mark: %s -->",i->mark()); in project()
231 PRINTDB("<!-- shell. (vol mark was: %i)", i->mark()); in project()
H A DGeometryUtils.cc66 PRINTDB("add: (%d,%d)", e.first % e.second); in add()
76 PRINTDB("remove: (%d,%d)", e.first % e.second); in remove()
96PRINTDB(" (%d,%d)%s", e.first % e.second % ((v.second > 1) ? boost::lexical_cast<std::string>(… in print()
118 PRINTDB("Clipping ear: %d %d %d", t[0] % t[1] % t[2]); in extractTriangle()
292 PRINTDB("Contour: %d\n", face.size()); in tessellatePolygonWithHoles()
338 PRINTDB("%d (%d) %d (%d) %d (%d)", in tessellatePolygonWithHoles()
367 PRINTDB(" reversed: %d %d %d", mappedtri[0] % mappedtri[1] % mappedtri[2]); in tessellatePolygonWithHoles()
378 PRINTDB(" %d edges remaining after main triangulation", edges.size()); in tessellatePolygonWithHoles()
385 PRINTDB(" %d edges remaining after loop triangulation", edges.size()); in tessellatePolygonWithHoles()
397PRINTDB(" (%d) (%d) (%d)\n", allindices[starti] % allindices[j] % allindices[((j+1)%inputSize)]); in tessellatePolygonWithHoles()
H A DGeometryCache.cc19 PRINTDB("Geometry Cache hit: %s (%d bytes)", id.substr(0, 40) % (geom ? geom->memsize() : 0)); in get()
29 if (inserted) PRINTDB("Geometry Cache insert: %s (%d bytes)", in insert()
31 else PRINTDB("Geometry Cache insert failed: %s (%d bytes)", in insert()
H A DSettingsWriter.cc37 PRINTDB("SettingsWriter D: %s", key.toStdString().c_str()); in handle()
41 PRINTDB("SettingsWriter W: %s = '%s'", key.toStdString().c_str() % value.toString().c_str()); in handle()
H A DFileModule.cc59 PRINTDB("registerUse(): (%p) %d, %d - %d, %d (%s) -> %s", this % in registerUse()
86 PRINTDB("registerInclude(): (%p) %d, %d - %d, %d (%s) -> %s", this % in registerInclude()
163 PRINTDB(" %s: %p -> %p", filename % oldmodule % newmodule); in handleDependencies()
166 PRINTDB(" %s: %p", filename % oldmodule); in handleDependencies()
H A DPlatformUtils.cc27PRINTDB("Looking up resource folder with application path '%s'", resourcedir.generic_string().c_st… in lookupResourcesPath()
63 PRINTDB("Checking '%s'", checkdir.generic_string().c_str()); in lookupResourcesPath()
67 PRINTDB("Found resource folder '%s'", tmpdir.generic_string().c_str()); in lookupResourcesPath()
74 PRINTDB("Using resource folder '%s'", result); in lookupResourcesPath()
H A DModuleCache.cc86 PRINTDB("Recompiling cached library: %s (%s)", filename % cache_id); in evaluate()
89 PRINTDB("Compiling library '%s'.", filename); in evaluate()
107 PRINTDB("compiled module: %s", filename); in evaluate()
H A Drenderer.cc90 PRINTDB("OpenGL Error: %s\n", gluErrorString(err)); in Renderer()
98 PRINTDB("OpenGL Program Compile Vertex Shader Error:\n%s", logbuffer); in Renderer()
107 PRINTDB("OpenGL Error: %s\n", gluErrorString(err)); in Renderer()
115 PRINTDB("OpenGL Program Compile Fragement Shader Error:\n%s", logbuffer); in Renderer()
126 PRINTDB("OpenGL Error: %s\n", gluErrorString(err)); in Renderer()
135 PRINTDB("OpenGL Program Linker Error:\n%s", logbuffer); in Renderer()
143 PRINTDB("OpenGL Program Link OK:\n%s", logbuffer); in Renderer()
148 PRINTDB("OpenGL Program Validation results:\n%s", logbuffer); in Renderer()
H A Dimport_amf.cc144 PRINTDB("AMF: add object %d", importer->polySets.size()); in end_object()
152PRINTDB("AMF: add vertex %d - (%.2f, %.2f, %.2f)", importer->vertex_list.size() % importer->x % im… in end_vertex()
161PRINTDB("AMF: add triangle %d - (%.2f, %.2f, %.2f)", importer->vertex_list.size() % idx_v1 % idx_v… in end_triangle()
185 PRINTDB("AMF: start %s", xpath); in processNode()
194 PRINTDB("AMF: end %s", xpath); in processNode()
206 PRINTDB("AMF: text %s - '%s'", xpath % value); in processNode()
H A Dcolormap.cc196PRINTDB("%6d:%c: %s (built-in)", cs->index() % gui % boost::io::group(std::setw(length), cs->name(… in dump()
199PRINTDB("%6d:%c: %s from %s", cs->index() % gui % boost::io::group(std::setw(length), cs->name()) … in dump()
268 PRINTDB("Enumerating color schemes from '%s'", color_schemes.generic_string().c_str()); in enumerateColorSchemesInPath()
286 PRINTDB("Found file '%s' with color scheme '%s' and index %d", in enumerateColorSchemesInPath()
290 PRINTDB("Invalid file '%s': %s", colorScheme->path() % colorScheme->error()); in enumerateColorSchemesInPath()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/parameter/
H A Dparameterslider.cpp24 PRINTDB("onSliderChanged(): %.2f (slider = %d)", v % slider->value()); in onSliderChanged()
34 PRINTDB("onSpinBoxChanged(): %.2f", v); in onSpinBoxChanged()
44 PRINTDB("updateValue(): %.2f", v); in onEditingFinished()
99PRINTDB("ParameterSlider: [%.2f:%.2f:%.2f, %.2f] - (%d - %d, %d)", min % step % max % v % 0 % maxS… in setValue()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/parameter/
H A Dparameterslider.cpp24 PRINTDB("onSliderChanged(): %.2f (slider = %d)", v % slider->value()); in onSliderChanged()
34 PRINTDB("onSpinBoxChanged(): %.2f", v); in onSpinBoxChanged()
44 PRINTDB("updateValue(): %.2f", v); in onEditingFinished()
99PRINTDB("ParameterSlider: [%.2f:%.2f:%.2f, %.2f] - (%d - %d, %d)", min % step % max % v % 0 % maxS… in setValue()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/cgal/
H A Ddecompose.cpp284 PRINTDB("Minkowski: decomposed into %d convex parts", parts); in decompose()
308 PRINTDB("Minkowski: child %d is convex and PolySet", i); in minkowskitest()
314 PRINTDB("Minkowski: child %d is nonconvex PolySet, transforming to Nef", i); in minkowskitest()
324 PRINTDB("Minkowski: child %d is convex and Nef", i); in minkowskitest()
330 PRINTDB("Minkowski: child %d is nonconvex Nef",i); in minkowskitest()
368 PRINTDB("Minkowski: Point cloud creation (%d ⨉ %d -> %d) took %f ms", in minkowskitest()
415 PRINTDB("Minkowski: Computing convex hull took %f s", t.time()); in minkowskitest()
431 PRINTDB("Minkowski: Computing union of %d parts",result_parts.size()); in minkowskitest()
441 if (N) PRINTDB("Minkowski: Union done: %f s",t.time()); in minkowskitest()
442 else PRINTDB("Minkowski: Union failed: %f s",t.time()); in minkowskitest()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/cgal/
H A Ddecompose.cpp284 PRINTDB("Minkowski: decomposed into %d convex parts", parts); in decompose()
308 PRINTDB("Minkowski: child %d is convex and PolySet", i); in minkowskitest()
314 PRINTDB("Minkowski: child %d is nonconvex PolySet, transforming to Nef", i); in minkowskitest()
324 PRINTDB("Minkowski: child %d is convex and Nef", i); in minkowskitest()
330 PRINTDB("Minkowski: child %d is nonconvex Nef",i); in minkowskitest()
368 PRINTDB("Minkowski: Point cloud creation (%d ⨉ %d -> %d) took %f ms", in minkowskitest()
415 PRINTDB("Minkowski: Computing convex hull took %f s", t.time()); in minkowskitest()
431 PRINTDB("Minkowski: Computing union of %d parts",result_parts.size()); in minkowskitest()
441 if (N) PRINTDB("Minkowski: Union done: %f s",t.time()); in minkowskitest()
442 else PRINTDB("Minkowski: Union failed: %f s",t.time()); in minkowskitest()
[all …]

1234