Skip to content
Snippets Groups Projects
Commit 358db932 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: add Self definition

parent bd3f0e90
Branches
Tags
No related merge requests found
......@@ -35,6 +35,9 @@ template <class TNeighIter, class TInputImage, class TOutput>
class ScalarImageTextureFunctor
{
public:
typedef ScalarImageTextureFunctor Self;
ScalarImageTextureFunctor(): m_FeatureIndex(0) {};
~ScalarImageTextureFunctor() {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment