git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1917 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-08-26 09:17:39 +00:00
commit 71273f1344
6 changed files with 17 additions and 356 deletions

View file

@ -55,6 +55,10 @@ public:
*/
moIndexNeighborhood(unsigned int _neighborhoodSize):neighborhoodSize(_neighborhoodSize) {}
unsigned int size(){
return neighborhoodSize;
}
protected:
// size of the neighborhood
unsigned int neighborhoodSize;