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
Container Registry
Model registry
Operate
Environments
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
Antoine Belvire
otb
Commits
39eea6f7
Commit
39eea6f7
authored
17 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
reordonnement des typedefs
parent
94d03149
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/MultiScale/otbProfileToProfileDerivativeFilter.h
+2
-2
2 additions, 2 deletions
Code/MultiScale/otbProfileToProfileDerivativeFilter.h
with
2 additions
and
2 deletions
Code/MultiScale/otbProfileToProfileDerivativeFilter.h
+
2
−
2
View file @
39eea6f7
...
...
@@ -56,13 +56,13 @@ class ITK_EXPORT ProfileToProfileDerivativeFilter
itkTypeMacro
(
ProfileToProfileDerivativeFilter
,
ImageListToImageListFilter
);
/** Template parameters typedefs */
typedef
typename
InputImageType
::
Pointer
InputImagePointerType
;
typedef
typename
Superclass
::
InputImageListType
InputImageListType
;
typedef
typename
InputImageListType
::
Pointer
InputImageListPointerType
;
typedef
typename
InputImageListType
::
ImageType
InputImageType
;
typedef
typename
Superclass
::
OutputImageListType
OutputImageListType
;
typedef
typename
OutputImageListType
::
Pointer
OutputImageListPointerType
;
typedef
typename
OutputImageListType
::
ImageType
OutputImageType
;
typedef
typename
InputImageListType
::
ImageType
InputImageType
;
typedef
typename
InputImageType
::
Pointer
InputImagePointerType
;
/** typedefs of the filters used for the derivative */
typedef
itk
::
SubtractImageFilter
<
InputImageType
,
InputImageType
,
InputImageType
>
SubtractFilterType
;
...
...
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