Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
d6babe77
Commit
d6babe77
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
comms
parent
4b26c91a
No related branches found
No related tags found
1 merge request
!2374
rm remaining uses of PolyVector (#914)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/Model/Sample/ParticleLayoutItem.h
+4
-7
4 additions, 7 deletions
GUI/Model/Sample/ParticleLayoutItem.h
with
4 additions
and
7 deletions
GUI/Model/Sample/ParticleLayoutItem.h
+
4
−
7
View file @
d6babe77
...
...
@@ -45,18 +45,15 @@ public:
//! interference is defining the density, this is the interference-calculated density.
double
totalDensityValue
()
const
;
//! The particles this layout contains.
//!
//! Note that this is not a hierarchical search! Only the topmost particles are returned, not
//! their contained particles. For a hierarchical search use containedItemsWithParticles
// Returns particles contained at top-level (non-recursive).
QVector
<
ItemWithParticles
*>
itemsWithParticles
()
const
;
//! Return particles contained at any level (recursive).
QVector
<
ItemWithParticles
*>
containedItemsWithParticles
()
const
;
void
addItemWithParticleSelection
(
ItemWithParticles
*
particle
);
void
removeItemWithParticle
(
ItemWithParticles
*
particle
);
//! Return full hierarchical contained items with particles.
QVector
<
ItemWithParticles
*>
containedItemsWithParticles
()
const
;
PolyItem
<
InterferenceItemCatalog
>&
interferenceSelection
()
{
return
m_interference
;
}
const
PolyItem
<
InterferenceItemCatalog
>&
interferenceSelection
()
const
;
void
setInterference
(
InterferenceItem
*
i
)
{
m_interference
.
setCertainItem
(
i
);
}
...
...
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