Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.neurites.MTBNeurite2D

Packages that use MTBNeurite2D
de.unihalle.informatik.MiToBo.core.datatypes.neurites   
 

Uses of MTBNeurite2D in de.unihalle.informatik.MiToBo.core.datatypes.neurites
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes.neurites that return MTBNeurite2D
 MTBNeurite2D MTBNeurite2DSet.getElementAt(int index)
          Returns the element at the specified position in this list.
 MTBNeurite2D MTBNeurite2DProfile.getNeurite()
           
 MTBNeurite2D MTBNeurite2DSet.removeElementAt(int index)
          Removes the element at the specified position in this list.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes.neurites with parameters of type MTBNeurite2D
 void MTBNeurite2DSet.add(MTBNeurite2D neurite)
          Appends the specified element to the end of this list.
 void MTBNeurite2DSet.addElementAt(int index, MTBNeurite2D neurite)
          Inserts the specified element at the specified position in this list.
 void MTBNeurite2DSet.setElementAt(int index, MTBNeurite2D neurite)
          Replaces the element at the specified position in this list with the specified element.
 void MTBNeurite2DProfile.setNeurite(MTBNeurite2D neurite)
           
 

Constructors in de.unihalle.informatik.MiToBo.core.datatypes.neurites with parameters of type MTBNeurite2D
MTBNeurite2DProfile(MTBNeurite2D _neurite, double[] _profile, Vector<Vector<Point2D.Double>> _profilePoints, MTBImageRGB _voronoiImg)
          Constructor to create a new MTBNeuriteProfile object from the given MTBRegion2D.
 



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