Revision: 75350
http://sourceforge.net/p/brlcad/code/75350
Author: starseeker
Date: 2020-04-10 21:36:27 +0000 (Fri, 10 Apr 2020)
Log Message:
-----------
Add some missing headers
Modified Paths:
--------------
brlcad/trunk/src/libbrep/shape_recognition/pipeline.cpp
brlcad/trunk/src/libbrep/shape_recognition/planar.cpp
brlcad/trunk/src/libbrep/shape_recognition/sphere.cpp
brlcad/trunk/src/libbrep/shape_recognition/torus.cpp
brlcad/trunk/src/libbrep/shape_recognition/util.cpp
Modified: brlcad/trunk/src/libbrep/shape_recognition/pipeline.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition/pipeline.cpp 2020-04-10
21:34:28 UTC (rev 75349)
+++ brlcad/trunk/src/libbrep/shape_recognition/pipeline.cpp 2020-04-10
21:36:27 UTC (rev 75350)
@@ -1,3 +1,28 @@
+/* P I P E L I N E . C P P
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file pipeline.cpp
+ *
+ * Brief description
+ *
+ */
+
#include "common.h"
#include <set>
Modified: brlcad/trunk/src/libbrep/shape_recognition/planar.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition/planar.cpp 2020-04-10
21:34:28 UTC (rev 75349)
+++ brlcad/trunk/src/libbrep/shape_recognition/planar.cpp 2020-04-10
21:36:27 UTC (rev 75350)
@@ -1,3 +1,28 @@
+/* P L A N A R . C P P
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file planar.cpp
+ *
+ * Brief description
+ *
+ */
+
#include "common.h"
#include <vector>
Modified: brlcad/trunk/src/libbrep/shape_recognition/sphere.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition/sphere.cpp 2020-04-10
21:34:28 UTC (rev 75349)
+++ brlcad/trunk/src/libbrep/shape_recognition/sphere.cpp 2020-04-10
21:36:27 UTC (rev 75350)
@@ -1,3 +1,28 @@
+/* S P H E R E . C P P
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file sphere.cpp
+ *
+ * Brief description
+ *
+ */
+
#include "common.h"
#include <set>
Modified: brlcad/trunk/src/libbrep/shape_recognition/torus.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition/torus.cpp 2020-04-10
21:34:28 UTC (rev 75349)
+++ brlcad/trunk/src/libbrep/shape_recognition/torus.cpp 2020-04-10
21:36:27 UTC (rev 75350)
@@ -1,3 +1,28 @@
+/* T O R U S . C P P
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file torus.cpp
+ *
+ * Brief description
+ *
+ */
+
#include "common.h"
#include <set>
Modified: brlcad/trunk/src/libbrep/shape_recognition/util.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition/util.cpp 2020-04-10 21:34:28 UTC
(rev 75349)
+++ brlcad/trunk/src/libbrep/shape_recognition/util.cpp 2020-04-10 21:36:27 UTC
(rev 75350)
@@ -1,3 +1,28 @@
+/* U T I L . C P P
+ * BRL-CAD
+ *
+ * Copyright (c) 2020 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file util.cpp
+ *
+ * Brief description
+ *
+ */
+
#include "common.h"
#include <set>
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