Skip to content
Snippets Groups Projects
Commit 5d310795 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: separating style from the main code

parent 9675686b
Branches
Tags
No related merge requests found
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include "otbVectorDataStyle.h"
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbVectorDataStyle_h
#define __otbVectorDataStyle_h
#include "itkLightObject.h"
namespace otb
{
/** \class VectorDataStyle
* \brief Render a vector data into an image
*
*/
class ITK_EXPORT VectorDataStyle : public itk::LightObject
{
public:
}; // end class
} // end namespace otb
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment