de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes
Class MTBLevelsetFunctionPDE.SortedListElement<EType>
java.lang.Object
de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes.MTBLevelsetFunctionPDE.SortedListElement<EType>
- Enclosing class:
- MTBLevelsetFunctionPDE
protected class MTBLevelsetFunctionPDE.SortedListElement<EType>
- extends Object
internal representation of elements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public EType value
priority
public double priority
next
public MTBLevelsetFunctionPDE.SortedListElement<EType> next
prev
public MTBLevelsetFunctionPDE.SortedListElement<EType> prev
MTBLevelsetFunctionPDE.SortedListElement
public MTBLevelsetFunctionPDE.SortedListElement(EType _value,
double _priority)
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.