Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
93b3055f
Commit
93b3055f
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
remove unused stuff + invert default sorting order in vis browser
parent
41e04dd0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/Visibility.h
+1
-1
1 addition, 1 deletion
Common/Visibility.h
Geo/Geo.h
+6
-22
6 additions, 22 deletions
Geo/Geo.h
with
7 additions
and
23 deletions
Common/Visibility.h
+
1
−
1
View file @
93b3055f
...
@@ -106,7 +106,7 @@ class VisibilityManager {
...
@@ -106,7 +106,7 @@ class VisibilityManager {
std
::
vector
<
Vis
*>
_entities
;
std
::
vector
<
Vis
*>
_entities
;
int
_sortMode
;
int
_sortMode
;
static
VisibilityManager
*
manager
;
static
VisibilityManager
*
manager
;
VisibilityManager
()
:
_sortMode
(
1
)
{}
VisibilityManager
()
:
_sortMode
(
-
1
)
{}
public
:
public
:
// create the only instance of the manager
// create the only instance of the manager
...
...
This diff is collapsed.
Click to expand it.
Geo/Geo.h
+
6
−
22
View file @
93b3055f
...
@@ -26,21 +26,8 @@
...
@@ -26,21 +26,8 @@
#include
"Tree.h"
#include
"Tree.h"
#include
"ExtrudeParams.h"
#include
"ExtrudeParams.h"
#define INFILE 1
#define INSTRING 2
#define STRINGMAX 1024
#define NMAX_SPLINE 100
#define MSH_TRSF_LINE 1
#define MSH_TRSF_SURFACE 2
#define MSH_TRSF_VOLUME 3
#define MSH_ASSOCIATION 6
#define MSH_RECOMBINE 5
#define MSH_POINT 1
#define MSH_POINT 1
#define MSH_POINT_DISCRETE 100
#define MSH_SEGM_LINE 2
#define MSH_SEGM_LINE 2
#define MSH_SEGM_SPLN 3
#define MSH_SEGM_SPLN 3
...
@@ -49,26 +36,23 @@
...
@@ -49,26 +36,23 @@
#define MSH_SEGM_ELLI 6
#define MSH_SEGM_ELLI 6
#define MSH_SEGM_ELLI_INV 7
#define MSH_SEGM_ELLI_INV 7
#define MSH_SEGM_LOOP 8
#define MSH_SEGM_LOOP 8
#define MSH_SEGM_PARAMETRIC 888
#define MSH_SEGM_BSPLN 15
#define MSH_SEGM_BSPLN 15
#define MSH_SEGM_URBS 16
#define MSH_SEGM_URBS 16
#define MSH_SEGM_NURBS 17
#define MSH_SEGM_NURBS 17
#define MSH_SEGM_BEZIER 18
#define MSH_SEGM_BEZIER 18
#define MSH_SEGM_DISCRETE 19
#define MSH_SEGM_PARAMETRIC 19
#define MSH_SEGM_DISCRETE 101
#define MSH_SURF_PLAN 9
#define MSH_SURF_PLAN 9
#define MSH_SURF_REGL 10
#define MSH_SURF_REGL 10
#define MSH_SURF_TRIC 11
#define MSH_SURF_TRIC 11
#define MSH_SURF_NURBS 12
#define MSH_SURF_NURBS 12
#define MSH_SURF_LOOP 13
#define MSH_SURF_LOOP 13
#define MSH_SURF_CYLNDR 1299
#define MSH_SURF_TRIMMED 21
#define MSH_SURF_TORUS 1399
#define MSH_SURF_DISCRETE 102
#define MSH_SURF_CONE 1499
#define MSH_SURF_TRIMMED 1599
#define MSH_SURF_DISCRETE 1799
#define MSH_VOLUME 14
#define MSH_VOLUME 14
#define MSH_VOLUME_DISCRETE 1
14
#define MSH_VOLUME_DISCRETE 1
03
#define MSH_PHYSICAL_POINT 300
#define MSH_PHYSICAL_POINT 300
#define MSH_PHYSICAL_LINE 310
#define MSH_PHYSICAL_LINE 310
...
...
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