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
Main Repositories
otb
Commits
b829fa03
Commit
b829fa03
authored
Feb 13, 2009
by
Emmanuel Christophe
Browse files
STYLE: align
parent
b3321d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/IO/otbDEMToOrthoImageGenerator.h
View file @
b829fa03
...
...
@@ -47,30 +47,30 @@ class ITK_EXPORT DEMToOrthoImageGenerator:
{
public
:
/** Standard class typedefs. */
typedef
itk
::
Indent
Indent
;
typedef
TDEMImage
DEMImageType
;
typedef
typename
DEMImageType
::
Pointer
DEMImagePointerType
;
typedef
typename
DEMImageType
::
PixelType
PixelType
;
typedef
TMapProjection
MapProjectionType
;
typedef
typename
MapProjectionType
::
Pointer
MapProjectionPointerType
;
typedef
DEMToOrthoImageGenerator
Self
;
typedef
otb
::
DEMToImageGenerator
<
DEMImageType
>
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
typedef
Image
<
PixelType
,
2
>
OutputImageType
;
typedef
typename
Superclass
::
Pointer
OutputImagePointer
;
typedef
typename
OutputImageType
::
SpacingType
SpacingType
;
typedef
typename
OutputImageType
::
SizeType
SizeType
;
typedef
typename
OutputImageType
::
PointType
PointType
;
typedef
typename
OutputImageType
::
IndexType
IndexType
;
typedef
typename
Superclass
::
OutputImageRegionType
OutputImageRegionType
;
typedef
itk
::
ImageRegionIteratorWithIndex
<
DEMImageType
>
ImageIteratorType
;
typedef
otb
::
DEMHandler
DEMHandlerType
;
typedef
typename
DEMHandlerType
::
Pointer
DEMHandlerPointerType
;
typedef
itk
::
Indent
Indent
;
typedef
TDEMImage
DEMImageType
;
typedef
typename
DEMImageType
::
Pointer
DEMImagePointerType
;
typedef
typename
DEMImageType
::
PixelType
PixelType
;
typedef
TMapProjection
MapProjectionType
;
typedef
typename
MapProjectionType
::
Pointer
MapProjectionPointerType
;
typedef
DEMToOrthoImageGenerator
Self
;
typedef
otb
::
DEMToImageGenerator
<
DEMImageType
>
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
typedef
Image
<
PixelType
,
2
>
OutputImageType
;
typedef
typename
Superclass
::
Pointer
OutputImagePointer
;
typedef
typename
OutputImageType
::
SpacingType
SpacingType
;
typedef
typename
OutputImageType
::
SizeType
SizeType
;
typedef
typename
OutputImageType
::
PointType
PointType
;
typedef
typename
OutputImageType
::
IndexType
IndexType
;
typedef
typename
Superclass
::
OutputImageRegionType
OutputImageRegionType
;
typedef
itk
::
ImageRegionIteratorWithIndex
<
DEMImageType
>
ImageIteratorType
;
typedef
otb
::
DEMHandler
DEMHandlerType
;
typedef
typename
DEMHandlerType
::
Pointer
DEMHandlerPointerType
;
/** Method for creation through the object factory. */
itkNewMacro
(
Self
);
...
...
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