Skip to content

Commit

Permalink
standardising headers of each file
Browse files Browse the repository at this point in the history
  • Loading branch information
yossibokorbleile committed Oct 20, 2023
1 parent 93e9671 commit 9ed6454
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PROJECT_BRIEF = "C++ library with Python bindings to analyse the shape\
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO =
PROJECT_LOGO =

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down
1 change: 1 addition & 0 deletions include/2DShape.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _2DSHAPE_H_
Expand Down
1 change: 1 addition & 0 deletions include/Comp2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _COMP2D_H_
Expand Down
1 change: 1 addition & 0 deletions include/Comp2DShapes.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* @author Patrice Koehl
* @author Yossi Bokor Bleile
* @date April 2023
* @copyright BSD 3-Clause License.
* @version 1
*/
#ifndef _COMP2DSHAPES_H_
Expand Down
1 change: 1 addition & 0 deletions include/Comp2DShapesFocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/
#ifndef _COMP2DSHAPESFOCAL_H_
#define _COMP2DSHAPESFOCAL_H_
Expand Down
1 change: 1 addition & 0 deletions include/Curvature/include/Curvature.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Patrice Koehl
* @date October 2021
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/DataStruct/include/Polygon.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

/* ===========================================================================================
Expand Down
1 change: 1 addition & 0 deletions include/DataStruct/include/PolygonBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/DataStruct/include/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/DataStruct/include/Vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

#pragma once
Expand Down
1 change: 1 addition & 0 deletions include/DataStruct/include/Vector2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

/*********************************************************************************
Expand Down
1 change: 1 addition & 0 deletions include/DataStruct/include/Vertex.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/InOut/include/InOut.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _INOUT_H_
Expand Down
1 change: 1 addition & 0 deletions include/Metrics/include/Convex.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/Metrics/include/Ellipse.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _ELLIPSE_H_
Expand Down
1 change: 1 addition & 0 deletions include/Metrics/include/Frechet.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/OT1/include/VectorOps.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @author Patrice Koehl
* @date 11/12/2018
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _VECTOROPS_H_
Expand Down
1 change: 1 addition & 0 deletions include/PH0/include/Component.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions include/PH0/include/PH0.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _PH0_H
Expand Down
1 change: 1 addition & 0 deletions include/PH0/include/PersistenceDiagram.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date January 2022
* @version 1
* @copyright BSD 3-Clause License.
*/

#ifndef _PERSISTENCEDIAGRAM_H_
Expand Down
2 changes: 2 additions & 0 deletions include/correa_bindings.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*!
* @file correa_bindgins.h
* @brief create bindings for Correa.
* @details Generate the Python bindings for Correa using nanobind. In particular the functions to comppare two polygons.
* @author Patrice Koehl
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
2 changes: 2 additions & 0 deletions src/2DShape.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*!
* @file 2DShape.cpp
* @brief extract infromation about a polygon
* @details Given a polygon stored in a file, calculate the following information about the polygon: length, area, sphericity, maximum volume inscribed ellipse, minimum volume inscribing ellipse, least square ellipse, Willmore energy, and the dimension 0 persistence diagram with essential pairing of the essential 0-cycle and essential 1-cycle.
* @author Patrice Koehl
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
1 change: 1 addition & 0 deletions src/Comp2DShapes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
*/


Expand Down
2 changes: 2 additions & 0 deletions src/Comp2DShapesFocal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* @author Yossi Bokor Bleile
* @date April 2023
* @version 1
* @copyright BSD 3-Clause License.
* @copyright BSD 3-Clause License.
*/


Expand Down

0 comments on commit 9ed6454

Please sign in to comment.