Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
OptimDBS
OptimDBS-dependencies
TTK
Commits
6d6d44bd
Commit
6d6d44bd
authored
9 years ago
by
Olivier Commowick
Browse files
Options
Downloads
Patches
Plain Diff
Correct compilation errors on recent ITK
parent
6140cc17
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/itkNumericTraitsTensorPixel2.cxx
+2
-0
2 additions, 0 deletions
Common/itkNumericTraitsTensorPixel2.cxx
Common/itkNumericTraitsTensorPixel2.h
+1
-0
1 addition, 0 deletions
Common/itkNumericTraitsTensorPixel2.h
with
3 additions
and
0 deletions
Common/itkNumericTraitsTensorPixel2.cxx
+
2
−
0
View file @
6d6d44bd
...
...
@@ -58,6 +58,8 @@ namespace itk
Tensor
<
double
,
3
>
NumericTraits
<
Tensor
<
double
,
3
>
>::
ZeroValue
()
{
return
Zero
;
}
Tensor
<
long
double
,
3
>
NumericTraits
<
Tensor
<
long
double
,
3
>
>::
ZeroValue
()
{
return
Zero
;
}
Tensor
<
double
,
3
>
NumericTraits
<
Tensor
<
double
,
3
>
>::
min
()
{
return
vcl_numeric_limits
<
double
>::
min
();
}
Tensor
<
double
,
3
>
NumericTraits
<
Tensor
<
double
,
3
>
>::
max
()
{
return
vcl_numeric_limits
<
double
>::
max
();
}
...
...
This diff is collapsed.
Click to expand it.
Common/itkNumericTraitsTensorPixel2.h
+
1
−
0
View file @
6d6d44bd
...
...
@@ -411,6 +411,7 @@ public:
typedef
Tensor
<
long
double
,
3
>
RealType
;
typedef
long
double
ScalarRealType
;
static
const
Tensor
<
long
double
,
3
>
ITK_EXPORT
Zero
;
static
Tensor
<
long
double
,
3
>
ZeroValue
();
const
static
bool
is_integer
=
false
;
};
...
...
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