neuroml.meta
Class Polyhedron
java.lang.Object
neuroml.meta.Polyhedron
public class Polyhedron
- extends java.lang.Object
A 3d surface to represent the cell body or histological structure.
Java class for Polyhedron complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Polyhedron">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="polygons">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="polygon" type="{http://morphml.org/metadata/schema}Polygon" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
polygons
protected Polyhedron.Polygons polygons
Polyhedron
public Polyhedron()
getPolygons
public Polyhedron.Polygons getPolygons()
- Gets the value of the polygons property.
- Returns:
- possible object is
Polyhedron.Polygons
setPolygons
public void setPolygons(Polyhedron.Polygons value)
- Sets the value of the polygons property.
- Parameters:
value
- allowed object is
Polyhedron.Polygons
NeuroML API (v1.4)