66 using typename Superclass::RegionType;
67 using typename Superclass::SizeType;
68 using typename Superclass::IndexType;
69 using typename Superclass::PixelType;
76 using typename Superclass::RealType;
78 itkSetMacro(ImageRegion, RegionType);
79 itkSetMacro(UseMask,
bool);
118 bool m_UseMask{
false };
119 bool m_SameGeometry{
false };
126 CompensatedSummation<RealType> m_ThreadSum{ 1 };
127 CompensatedSummation<RealType> m_SumOfSquares{ 1 };
128 SizeValueType m_Count{ 1 };
129 PixelType m_ThreadMin{ 1 };
130 PixelType m_ThreadMax{ 1 };