Uses of Class
topology.Coords

Packages that use Coords
topology   
 

Uses of Coords in topology
 

Methods in topology that return Coords
 Coords MatrixTopology.getNeuronCoordinate(int neuronNumber)
          Return Coord object contain intormation about neuron co-ordinate
 Coords TopologyModel.getNeuronCoordinate(int neuronNumber)
          Return Coord object containing intormation about neuron co-ordinate
 Coords HexagonalTopology.getNeuronCoordinate(int neuronNumber)
          Return Coord object contains information about neuron co-ordinate in Hexagonal Topology
 

Methods in topology with parameters of type Coords
 int MatrixTopology.getNeuronNumber(Coords coords)
          Return neuron number with specyfied co-ordiante
 int TopologyModel.getNeuronNumber(Coords coords)
          Return neuron number of specyfied co-ordiante
 int HexagonalTopology.getNeuronNumber(Coords coords)
          Return neuron number of specyfied co-ordiante