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