Skip to content
Snippets Groups Projects
Commit 4d760ccc authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Renaming app with wrong name

parent 1db8f386
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ otb_create_application(
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
otb_create_application(
NAME PixelInfo
NAME PixelValue
SOURCES otbPixelValue.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
......
......@@ -25,11 +25,11 @@ namespace otb
namespace Wrapper
{
class PixelInfo : public Application
class PixelValue : public Application
{
public:
/** Standard class typedefs. */
typedef PixelInfo Self;
typedef PixelValue Self;
typedef Application Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......@@ -40,7 +40,7 @@ public:
/** Standard macro */
itkNewMacro(Self);
itkTypeMacro(PixelInfo, otb::Application);
itkTypeMacro(PixelValue, otb::Application);
private:
void DoInit()
......@@ -157,4 +157,4 @@ private:
}
}
OTB_APPLICATION_EXPORT(otb::Wrapper::PixelInfo)
OTB_APPLICATION_EXPORT(otb::Wrapper::PixelValue)
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