de.unihalle.informatik.MiToBo.topology
Class MTBTopologicalNumber2DN8
java.lang.Object
de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber
de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber2D
de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber2DN8
public class MTBTopologicalNumber2DN8
- extends MTBTopologicalNumber2D
Class to compute topological numbers for the 2D case.
This classes define the 8-neighborhood
Method Summary |
protected void |
computeN()
Derive N_n^k from X, see Han et al. |
static void |
main(String[] args)
Test |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTBTopologicalNumber2DN8
public MTBTopologicalNumber2DN8()
- Construct a class for this neighborhood definition
computeN
protected void computeN()
- Description copied from class:
MTBTopologicalNumber
- Derive N_n^k from X, see Han et al.
This method works destructive on X (for efficiency),
that is upon return X contains N_n^k, which is a subset of X.
n and k are define in derived sub classes.
- Specified by:
computeN
in class MTBTopologicalNumber
main
public static void main(String[] args)
- Test
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.