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
71abd713
Commit
71abd713
authored
Mar 24, 2020
by
Cédric Traizet
Browse files
DOC: use group for doxygen names
parent
f92185d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
View file @
71abd713
...
...
@@ -33,16 +33,22 @@ namespace Wrapper
class
PantexTextureExtraction
:
public
Application
{
public:
/** Standard class typedefs. */
/** @name Standard class typedefs
* @{
*/
typedef
PantexTextureExtraction
Self
;
typedef
Application
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
/** @} */
/** Standard macro */
/** @name Standard macro
* @{
*/
itkNewMacro
(
Self
);
itkTypeMacro
(
PantexTextureExtraction
,
otb
::
Application
);
/** @} */
typedef
otb
::
MultiToMonoChannelExtractROI
<
FloatVectorImageType
::
InternalPixelType
,
FloatVectorImageType
::
InternalPixelType
>
ExtractorFilterType
;
...
...
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