Revision: 65175
          http://sourceforge.net/p/brlcad/code/65175
Author:   ejno
Date:     2015-06-03 22:36:03 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
formatting

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp

Modified: brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
===================================================================
--- brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-03 
22:33:51 UTC (rev 65174)
+++ brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-03 
22:36:03 UTC (rev 65175)
@@ -538,7 +538,7 @@
 };
 
 
-Section::Section(FastgenWriter & writer, const std::string & name,
+Section::Section(FastgenWriter &writer, const std::string &name,
                 bool volume_mode, const unsigned char *color) :
     m_volume_mode(volume_mode),
     m_material_id(1),
@@ -730,7 +730,7 @@
 
 
 HIDDEN void
-write_bot(Section & section, const rt_bot_internal & bot)
+write_bot(Section &section, const rt_bot_internal &bot)
 {
     RT_BOT_CK_MAGIC(&bot);
 
@@ -758,7 +758,7 @@
 
 
 HIDDEN bool
-ell_is_sphere(const rt_ell_internal & ell)
+ell_is_sphere(const rt_ell_internal &ell)
 {
     RT_ELL_CK_MAGIC(&ell);
 
@@ -811,7 +811,7 @@
 // Determines whether a tgc can be represented by a CCONE2 object.
 // Assumes that tgc is a valid rt_tgc_internal.
 HIDDEN bool
-tgc_is_ccone(const rt_tgc_internal & tgc)
+tgc_is_ccone(const rt_tgc_internal &tgc)
 {
     RT_TGC_CK_MAGIC(&tgc);
 
@@ -867,7 +867,7 @@
 
 
 HIDDEN rt_db_internal
-get_parent(const db_i & db, const db_full_path & path)
+get_parent(const db_i &db, const db_full_path &path)
 {
     RT_CK_DBI(&db);
     RT_CK_FULL_PATH(&path);
@@ -891,7 +891,7 @@
 // Determines whether the parent comb is simple enough
 // to be represented by fastgen4.
 HIDDEN bool
-comb_representable(const db_i & db, const db_full_path & path)
+comb_representable(const db_i &db, const db_full_path &path)
 {
 #if 0
     RT_CK_DBI(&db);
@@ -913,7 +913,7 @@
 
 
 HIDDEN std::pair<rt_db_internal, rt_db_internal>
-get_cutout(const db_i & db, const std::string & name)
+get_cutout(const db_i &db, const std::string &name)
 {
     RT_CK_DBI(&db);
 
@@ -963,8 +963,8 @@
 
 
 HIDDEN bool
-find_ccone_cutout(Section & section, const db_i & db,
-                 const std::string & name)
+find_ccone_cutout(Section &section, const db_i &db,
+                 const std::string &name)
 {
     RT_CK_DBI(&db);
 
@@ -1018,8 +1018,8 @@
 
 
 HIDDEN bool
-find_csphere_cutout(Section & section, const db_i & db,
-                   const std::string & name)
+find_csphere_cutout(Section &section, const db_i &db,
+                   const std::string &name)
 {
     RT_CK_DBI(&db);
 
@@ -1070,7 +1070,7 @@
 
 
 HIDDEN bool
-get_chex1(Section & section, const rt_bot_internal & bot)
+get_chex1(Section &section, const rt_bot_internal &bot)
 {
     RT_BOT_CK_MAGIC(&bot);
 
@@ -1155,8 +1155,8 @@
 
 
 HIDDEN bool
-convert_primitive(ConversionData & data, const rt_db_internal & internal,
-                 const std::string & name)
+convert_primitive(ConversionData &data, const rt_db_internal &internal,
+                 const std::string &name)
 {
     switch (internal.idb_type) {
        case ID_CLINE: {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to