Skip to content
Snippets Groups Projects
Commit 1517d5f0 authored by Grégoire Mercier's avatar Grégoire Mercier
Browse files

ENH copy construtors

parent d1214e56
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,10 @@ protected:
CovarianceEstimatorFilterPointerType m_CovarianceEstimator;
CovarianceEstimatorFilterPointerType m_NoiseCovarianceEstimator;
TransformFilterPointerType m_Transformer;
private:
MNFImageFilter( const Self & ); // not implemented
void operator=( const Self & ); // not implemented
}; // end of class
} // end of namespace otb
......
......@@ -201,6 +201,10 @@ protected:
CovarianceEstimatorFilterPointerType m_CovarianceEstimator;
TransformFilterPointerType m_Transformer;
NormalizeFilterPointerType m_Normalizer;
private:
PCAImageFilter( const Self & ); // not implemented
void operator ( const Self & ); // not implemented
};
} // end of namespace otb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment