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
fb20cad8
Commit
fb20cad8
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
corr: add forgotten file
parent
6ddf25ce
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!145
new class SliceStack
Pipeline
#40222
failed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sample/Slice/SliceStack.h
+37
-0
37 additions, 0 deletions
Sample/Slice/SliceStack.h
with
37 additions
and
0 deletions
Sample/Slice/SliceStack.h
0 → 100644
+
37
−
0
View file @
fb20cad8
// ************************************************************************************************
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file Sample/Slice/SliceStack.h
//! @brief Defines class SliceStack.
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************************************
#ifdef SWIG
#error no need to expose this header to Swig
#endif
#ifndef USER_API
#ifndef BORNAGAIN_SAMPLE_SLICE_SLICESTACK_H
#define BORNAGAIN_SAMPLE_SLICE_SLICESTACK_H
#include
<vector>
class
Slice
;
//! A stack of Slice%s.
//!
//! @ingroup algorithms_internal
class
SliceStack
:
public
std
::
vector
<
Slice
>
{
public:
bool
containsMagneticMaterial
()
const
;
};
#endif // BORNAGAIN_SAMPLE_SLICE_SLICESTACK_H
#endif // USER_API
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