Class NeuronMorphology.Segment

java.lang.Object
org.episteme.natural.biology.neuroscience.NeuronMorphology.Segment
Enclosing class:
NeuronMorphology

public static class NeuronMorphology.Segment extends Object
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • Segment

      public Segment(String id, String name, double[] proximal, double[] distal, String parentId)
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getProximal

      public double[] getProximal()
    • getDistal

      public double[] getDistal()
    • getParentId

      public String getParentId()