Skip to content
Snippets Groups Projects
Commit d64e240d authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: FloatImageListType (resp. FloatVectorImageListType) parameter type is now...

ENH: FloatImageListType (resp. FloatVectorImageListType) parameter type is now an ObjectList of FloatImageType (resp. FloatVectorImageType).
parent 6e83b5e1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@
#include "otbImage.h"
#include "otbVectorImage.h"
#include "otbVectorData.h"
#include "otbImageList.h"
namespace otb
{
......@@ -108,8 +107,8 @@ typedef otb::VectorData<VectorDataCoordinatePrecisionType,
VectorDataType;
typedef otb::ObjectList<VectorDataType> VectorDataListType;
typedef otb::ImageList<FloatVectorImageType> FloatVectorImageListType;
typedef otb::ImageList<FloatImageType> FloatImageListType;
typedef otb::ObjectList<FloatVectorImageType> FloatVectorImageListType;
typedef otb::ObjectList<FloatImageType> FloatImageListType;
} // end namespace Wrapper
......
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