Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
GeoModelDev
GeoModel
Merge requests
!138
Hit display
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hit display
HitDisplay
into
master
Overview
0
Commits
4
Pipelines
0
Changes
15
Merged
Joseph Boudreau
requested to merge
HitDisplay
into
master
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
15
Expand
A new system is added to gmex for the display of hits. This creates a dependency on hdf5.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e95337f1
4 commits,
2 years ago
15 files
+
680
−
82
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
GeoModelVisualization/GXClashPointSystems/GXClashPointSystems/GXClashPointSystem.h
+
3
−
0
Options
@@ -49,6 +49,9 @@ public slots:
@@ -49,6 +49,9 @@ public slots:
void
showClashPoint3
(
bool
);
void
showClashPoint3
(
bool
);
void
showClashPoint4
(
bool
);
void
showClashPoint4
(
bool
);
void
setPointSize
(
int
);
void
setPointSize
(
int
);
signals:
void
updateTransparencyType
(
unsigned
type
);
private:
private:
class
Imp
;
class
Imp
;
Loading