Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
cad3ec13
Commit
cad3ec13
authored
Dec 03, 2020
by
Dennis Gläser
Browse files
[python][bbox] register default ctor
parent
e75815d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
frackit/python/geometry/boundingbox.hh
View file @
cad3ec13
...
...
@@ -44,6 +44,7 @@ void registerBoundingBox(py::module& module)
"xmin"
_a
,
"ymin"
_a
,
"zmin"
_a
,
"xmax"
_a
,
"ymax"
_a
,
"zmax"
_a
);
cls
.
def
(
py
::
init
<
const
Point
&
,
const
Point
&>
(),
"firstCorner"
_a
,
"secondCorner"
_a
);
cls
.
def
(
py
::
init
<
const
Box
&>
(),
"box"
_a
);
cls
.
def
(
py
::
init
<>
());
// dimensionality properties
registerDimensionProperties
(
cls
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment