Class AbstractCorticalRegion

All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<DynamicModelComponent>, AttributeListener, AttributeObject, InterfaceObject, NamedObject, TreeObject, CleanableObject, DynamicModelComponent, TimeStepListener, Updateable
Direct Known Subclasses:
SimpleCorticalRegion

public abstract class AbstractCorticalRegion
extends AbstractNeuroComponent
Represents a component at the resolution of a cortical region. This superclass is a generic representation which defines the geometry of the region. Subclasses should provide specific dynamic model implementations of the region.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Details

    • location

      protected org.jogamp.vecmath.Point3f location
  • Constructor Details

    • AbstractCorticalRegion

      public AbstractCorticalRegion()
  • Method Details