Skip to content

Commit 9e3183c

Browse files
committedJun 10, 2015
Revert "sort includes"
This reverts commit 2b7d3d3.
1 parent 4e86109 commit 9e3183c

File tree

1,244 files changed

+4033
-3993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,244 files changed

+4033
-3993
lines changed
 

‎src/analysis/interpolation/Bezier3D.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
#ifndef BEZIER3D_H
1818
#define BEZIER3D_H
1919

20-
#include "MathUtils.h"
2120
#include "ParametricLine.h"
22-
#include "qgslogger.h"
2321
#include "Vector3D.h"
22+
#include "MathUtils.h"
23+
#include "qgslogger.h"
2424

2525
/**Class Bezier3D represents a bezier curve, represented by control points. Parameter t is running from 0 to 1. The class is capable to calculate the curve point and the first two derivatives belonging to t.*/
2626
class ANALYSIS_EXPORT Bezier3D: public ParametricLine

‎src/analysis/interpolation/CloughTocherInterpolator.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#ifndef CLOUGHTOCHERINTERPOLATOR_H
1818
#define CLOUGHTOCHERINTERPOLATOR_H
1919

20-
#include "Bezier3D.h"
21-
#include "MathUtils.h"
2220
#include "NormVecDecorator.h"
23-
#include "Point3D.h"
2421
#include "TriangleInterpolator.h"
22+
#include "Point3D.h"
2523
#include "Vector3D.h"
24+
#include "MathUtils.h"
25+
#include "Bezier3D.h"
2626

2727
/**This is an implementation of a Clough-Tocher interpolator based on a triangular tessellation. The derivatives orthogonal to the boundary curves are interpolated linearly along a triangle edge.*/
2828
class ANALYSIS_EXPORT CloughTocherInterpolator : public TriangleInterpolator

0 commit comments

Comments
 (0)
Please sign in to comment.