mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Removing complement from internal RPN.
This commit is contained in:
parent
542ce3f15e
commit
e9ac007367
3 changed files with 59 additions and 17 deletions
|
|
@ -202,6 +202,8 @@ public:
|
|||
protected:
|
||||
bool contains_simple(Position r, Direction u, int32_t on_surface) const;
|
||||
bool contains_complex(Position r, Direction u, int32_t on_surface) const;
|
||||
BoundingBox bounding_box_simple() const;
|
||||
BoundingBox bounding_box_complex() const;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
|
|
@ -74,9 +74,6 @@ struct BoundingBox
|
|||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
//==============================================================================
|
||||
//! A geometry primitive used to define regions of 3D space.
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue