21 #ifndef otbDataNodeFunctionBase_h
22 #define otbDataNodeFunctionBase_h
24 #include "itkFunctionBase.h"
48 template <
class TDataNode,
class TOutput>
54 typedef itk::FunctionBase<TDataNode, TOutput>
Superclass;
76 void operator=(
const Self&) =
delete;