Skip to content
Snippets Groups Projects
Commit 8b518dad authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent c6d9ca1c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ public:
itkTypeMacro(ClassificationMapRegularization, otb::Application);
/** Filters typedef */
/** Filters typedef */
typedef UInt8ImageType IOLabelImageType;
// Neighborhood majority voting filter type
......
......@@ -188,12 +188,12 @@ public:
/** Get writer only input */
const InputImageType* GetInput();
/** Override Update() from ProcessObject because this filter
/** Override Update() from ProcessObject because this filter
* has no output. */
virtual void Update();
/** Override UpdateOutputData() from ProcessObject to divide the
* largest possible region into pieces. Each piece is processed
/** Override UpdateOutputData() from ProcessObject to divide the
* largest possible region into pieces. Each piece is processed
* by GenerateData(). The setting and propagation of the requested
* regions are done in UpdateOutputData(). */
virtual void UpdateOutputData(itk::DataObject * itkNotUsed(output));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment