Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
7c1fb134
Commit
7c1fb134
authored
Dec 13, 2018
by
Michaël Roynard
Browse files
Merge remote-tracking branch 'origin/development/ranges' into development/transform_view
parents
d59a4ff6
baa64cc7
Pipeline
#12304
passed with stages
in 14 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pylene/include/mln/core/image/ndimage.hpp
View file @
7c1fb134
...
...
@@ -342,27 +342,16 @@ namespace mln
/// \name Concrete-related Image Methods
/// \{
const
concrete_type
concretize
()
const
{
return
*
static_cast
<
const
concrete_type
*>
(
this
);
}
concrete_type
concretize
()
{
return
*
static_cast
<
concrete_type
*>
(
this
);
}
auto
concretize
()
const
{
return
imconcretize
(
*
this
);
}
#ifdef PYLENE_CONCEPT_TS_ENABLED
template
<
concepts
::
Value
Val
>
#else
template
<
typename
Val
>
#endif // PYLENE_CONCEPT_TS_ENABLED
const
ch_value_type
<
Val
>
ch_value
()
const
auto
ch_value
()
const
{
return
{
concretize
(),
mln
::
init
()};
}
#ifdef PYLENE_CONCEPT_TS_ENABLED
template
<
concepts
::
Value
Val
>
#else
template
<
typename
Val
>
#endif // PYLENE_CONCEPT_TS_ENABLED
ch_value_type
<
Val
>
ch_value
()
{
return
{
concretize
(),
mln
::
init
()};
return
imchvalue
<
Val
>
(
*
this
);
}
/// \brief Resize the image to fit \p domain.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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