18 #ifndef __otbVectorDataTransformFilter_h
19 #define __otbVectorDataTransformFilter_h
39 template <
class TInputVectorData,
class TOutputVectorData>
74 typedef typename OutputDataNodeType::PointType
PointType;
75 typedef typename OutputDataNodeType::LineType
LineType;
102 PointType ProcessPoint(PointType point)
const;
103 LinePointerType ProcessLine(LinePointerType line)
const;
104 PolygonPointerType ProcessPolygon(PolygonPointerType polygon)
const;
105 PolygonListPointerType ProcessPolygonList(PolygonListPointerType polygonList)
const;
107 void GenerateData(
void);
111 void operator=(
const Self&);
118 #ifndef ITK_MANUAL_INSTANTIATION