Uses of Class
neuroml.meta.Polyhedron

Packages that use Polyhedron
neuroml.meta   
neuroml.morph   
 

Uses of Polyhedron in neuroml.meta
 

Methods in neuroml.meta that return Polyhedron
 Polyhedron ObjectFactory.createPolyhedron()
          Create an instance of Polyhedron
 

Uses of Polyhedron in neuroml.morph
 

Fields in neuroml.morph declared as Polyhedron
protected  Polyhedron Cell.CellBody.polyhedron
           
 

Fields in neuroml.morph with type parameters of type Polyhedron
protected  java.util.List<Polyhedron> Feature.polyhedron
           
 

Methods in neuroml.morph that return Polyhedron
 Polyhedron Cell.CellBody.getPolyhedron()
          Gets the value of the polyhedron property.
 

Methods in neuroml.morph that return types with arguments of type Polyhedron
 java.util.List<Polyhedron> Feature.getPolyhedron()
          Gets the value of the polyhedron property.
 

Methods in neuroml.morph with parameters of type Polyhedron
 void Cell.CellBody.setPolyhedron(Polyhedron value)
          Sets the value of the polyhedron property.
 



NeuroML API (v1.4)