Uses of Class
de.unihalle.informatik.MiToBo.segmentation.levelset.core.MTBLevelsetFunctionDerivable

Packages that use MTBLevelsetFunctionDerivable
de.unihalle.informatik.MiToBo.segmentation.levelset.core   
de.unihalle.informatik.MiToBo.segmentation.levelset.core.energies.derivable   
de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes   
 

Uses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.core
 

Fields in de.unihalle.informatik.MiToBo.segmentation.levelset.core declared as MTBLevelsetFunctionDerivable
protected  MTBLevelsetFunctionDerivable LevelsetSolverDerivatives.phi
          Level set function.
 

Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.core that return MTBLevelsetFunctionDerivable
 MTBLevelsetFunctionDerivable LevelsetSolverDerivatives.getPhi()
          Get current level set function.
 

Uses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.core.energies.derivable
 

Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.core.energies.derivable with parameters of type MTBLevelsetFunctionDerivable
 double MTBLevelsetEnergyDerivable.getDerivative(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
          Get the energy derivative value, i.e. velocity, for position (x,y,z).
 double MTBLevelEnergyDerivable_Length.getDerivative(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
           
 double MTBLevelEnergyDerivable_CVRegionFit.getDerivative(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
           
 double MTBLevelEnergyDerivable_Area.getDerivative(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
           
 double MTBLevelsetEnergyDerivable.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
          Get the energy derivative value, i.e. velocity, for position (x,y,z).
 double MTBLevelEnergyDerivable_Length.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
           
 double MTBLevelEnergyDerivable_CVRegionFit.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
           
 double MTBLevelEnergyDerivable_Area.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi, int x, int y, int z)
           
 void MTBLevelsetEnergyDerivable.updateStatus(MTBLevelsetFunctionDerivable phi)
          Function which updates the internal status of the energy.
 void MTBLevelEnergyDerivable_Length.updateStatus(MTBLevelsetFunctionDerivable phi)
           
 void MTBLevelEnergyDerivable_CVRegionFit.updateStatus(MTBLevelsetFunctionDerivable phi)
           
 void MTBLevelEnergyDerivable_Area.updateStatus(MTBLevelsetFunctionDerivable phi)
           
 

Uses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes
 

Subclasses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes
 class MTBLevelsetFunctionPDE
          Class representing a 3-dimensional level set function.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.