Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
156f655d
Commit
156f655d
authored
17 years ago
by
OTB Bot
Browse files
Options
Downloads
Patches
Plain Diff
Ajout typedef intermediaire pour eviter les Histogram::ValueType::ValueType
HistogramValueType
parent
8a6aa1b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Visu/otbHistogramAndTransfertFunctionWidget.h
+2
-1
2 additions, 1 deletion
Code/Visu/otbHistogramAndTransfertFunctionWidget.h
with
2 additions
and
1 deletion
Code/Visu/otbHistogramAndTransfertFunctionWidget.h
+
2
−
1
View file @
156f655d
...
@@ -53,7 +53,8 @@ class ITK_EXPORT HistogramAndTransfertFunctionWidget
...
@@ -53,7 +53,8 @@ class ITK_EXPORT HistogramAndTransfertFunctionWidget
/** Template parameters typedefs */
/** Template parameters typedefs */
typedef
TPixel
PixelType
;
typedef
TPixel
PixelType
;
typedef
THistogram
HistogramType
;
typedef
THistogram
HistogramType
;
typedef
typename
HistogramType
::
ValueType
::
ValueType
ValueType
;
typedef
typename
HistogramType
::
ValueType
HistogramValueType
;
typedef
typename
HistogramValueType
::
ValueType
ValueType
;
typedef
typename
HistogramType
::
ConstPointer
HistogramConstPointerType
;
typedef
typename
HistogramType
::
ConstPointer
HistogramConstPointerType
;
typedef
typename
HistogramType
::
ConstIterator
HistogramIteratorType
;
typedef
typename
HistogramType
::
ConstIterator
HistogramIteratorType
;
typedef
itk
::
FixedArray
<
double
,
3
>
ColorType
;
typedef
itk
::
FixedArray
<
double
,
3
>
ColorType
;
...
...
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