Revision: 64390
http://sourceforge.net/p/brlcad/code/64390
Author: starseeker
Date: 2015-03-13 15:49:17 +0000 (Fri, 13 Mar 2015)
Log Message:
-----------
Hide what will be internal functions
Modified Paths:
--------------
brlcad/trunk/src/librt/shape_recognition.cpp
Modified: brlcad/trunk/src/librt/shape_recognition.cpp
===================================================================
--- brlcad/trunk/src/librt/shape_recognition.cpp 2015-03-13 15:42:34 UTC
(rev 64389)
+++ brlcad/trunk/src/librt/shape_recognition.cpp 2015-03-13 15:49:17 UTC
(rev 64390)
@@ -19,7 +19,7 @@
#define ptout(p) p.x << " " << p.y << " " << p.z
-void
+HIDDEN void
subbrep_obj_name(struct subbrep_object_data *data, struct bu_vls *name)
{
if (!data || !name) return;
@@ -58,7 +58,7 @@
}
-void
+HIDDEN void
brep_to_bot(struct subbrep_object_data *data, struct rt_wdb *wdbp)
{
/* Triangulate faces and write out as a bot */
@@ -200,7 +200,7 @@
}
}
-int
+HIDDEN int
subbrep_to_csg_arb8(struct subbrep_object_data *data, struct rt_wdb *wdbp,
struct wmember *wcomb)
{
struct csg_object_params *params = data->params;
@@ -218,7 +218,7 @@
}
}
-int
+HIDDEN int
subbrep_to_csg_planar(struct subbrep_object_data *data, struct rt_wdb *wdbp,
struct wmember *wcomb)
{
if (data->type == PLANAR_VOLUME) {
@@ -259,7 +259,7 @@
}
}
-int
+HIDDEN int
subbrep_to_csg_cylinder(struct subbrep_object_data *data, struct rt_wdb *wdbp,
struct wmember *wcomb)
{
struct csg_object_params *params = data->params;
@@ -279,7 +279,7 @@
return 0;
}
-int
+HIDDEN int
subbrep_to_csg_conic(struct subbrep_object_data *data, struct rt_wdb *wdbp,
struct wmember *wcomb)
{
struct csg_object_params *params = data->params;
@@ -296,7 +296,7 @@
return 0;
}
-int
+HIDDEN int
subbrep_to_csg_sphere(struct subbrep_object_data *data, struct rt_wdb *wdbp,
struct wmember *wcomb)
{
struct csg_object_params *params = data->params;
@@ -313,7 +313,7 @@
return 0;
}
-void
+HIDDEN void
process_params(struct subbrep_object_data *data, struct rt_wdb *wdbp, struct
wmember *wcomb)
{
switch (data->type) {
@@ -345,7 +345,7 @@
}
-int
+HIDDEN int
make_shapes(struct subbrep_object_data *data, struct rt_wdb *wdbp, struct
wmember *pcomb, int depth)
{
struct bu_vls spacer = BU_VLS_INIT_ZERO;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits