Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qhull
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Qhull
Commits
3cbce338
Commit
3cbce338
authored
15 years ago
by
Brad Barber
Browse files
Options
Downloads
Patches
Plain Diff
Define QHULL_USES_QT for qt-qhull.cpp [renangms]
parent
dc609c48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cpp/qt-qhull.cpp
+4
-4
4 additions, 4 deletions
cpp/qt-qhull.cpp
cpp/road/RoadTest.h
+2
-0
2 additions, 0 deletions
cpp/road/RoadTest.h
src/Changes.txt
+5
-0
5 additions, 0 deletions
src/Changes.txt
with
11 additions
and
4 deletions
cpp/qt-qhull.cpp
+
4
−
4
View file @
3cbce338
...
...
@@ -8,6 +8,10 @@
#include
<QList>
#ifndef QHULL_USES_QT
#define QHULL_USES_QT 1
#endif
#include
"Coordinates.h"
#include
"QhullFacetList.h"
#include
"QhullFacetSet.h"
...
...
@@ -22,10 +26,6 @@ namespace orgQhull {
#//Conversions
#ifndef QHULL_USES_QT
#error Compile with QHULL_USES_QT defined
#endif
QList
<
coordT
>
Coordinates
::
toQList
()
const
{
...
...
This diff is collapsed.
Click to expand it.
cpp/road/RoadTest.h
+
2
−
0
View file @
3cbce338
...
...
@@ -13,7 +13,9 @@
#include
<QObject>
// Qt C++ Framework
#include
<QtTest/QtTest>
#ifndef QHULL_USES_QT
#define QHULL_USES_QT 1
#endif
namespace
orgQhull
{
...
...
This diff is collapsed.
Click to expand it.
src/Changes.txt
+
5
−
0
View file @
3cbce338
...
...
@@ -21,6 +21,11 @@ To do
- Create signed tags for Qhull versions
- Add FIXUP for known problems and update wiki
- Notes to compgeom on conformant triangulation and Voronoi volume
- How to set debug or release mode if not using QtCreator
------------
gitorious.org/qhull 2010/03/17
- Define QHULL_USES_QT for qt-qhull.cpp [renangms]
------------
gitorious.org/qhull 2010/03/14
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment