21 #ifndef otbRealMomentPathFunction_h
22 #define otbRealMomentPathFunction_h
25 #include "itkVectorContainer.h"
39 template <
class TInputPath,
class TOutput =
double,
class TPrecision =
double>
53 typedef typename Superclass::PathType
PathType;
55 typedef typename PathType::ContinuousIndexType
VertexType;
63 typedef typename Superclass::OutputType
RealType;
72 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
74 Superclass::PrintSelf(os, indent);
79 void operator=(
const Self&) =
delete;