neuroml.meta
Class Manifold

java.lang.Object
  extended by neuroml.meta.Points
      extended by neuroml.meta.Manifold

public class Manifold
extends Points

A surface.

Java class for Manifold complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Manifold">
   <complexContent>
     <extension base="{http://morphml.org/metadata/schema}Points">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class neuroml.meta.Points
name, point
 
Constructor Summary
Manifold()
           
 
Method Summary
 
Methods inherited from class neuroml.meta.Points
getName, getPoint, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manifold

public Manifold()


NeuroML API (v1.4)