18 #ifndef __itkSquaredEdgeLengthDecimationQuadEdgeMeshFilter_h
19 #define __itkSquaredEdgeLengthDecimationQuadEdgeMeshFilter_h
30 template<
class TInput,
class TOutput,
class TCriterion >
90 return static_cast< MeasureType >( org.SquaredEuclideanDistanceTo(dest) );
99 OutputPointType Relocate(OutputQEType *iEdge);
104 void operator=(
const Self &);
108 #include "itkSquaredEdgeLengthDecimationQuadEdgeMeshFilter.hxx"