Structure representing a single node in an SWC neuron morphology.
More...
#include <neurongraph.h>
Structure representing a single node in an SWC neuron morphology.
This structure holds the essential properties of a neuron morphology node as defined in the SWC (Single-Write-Cable) format. Each node represents a 3D point in the neuron structure with associated metadata.
- See also
- http://www.neuronland.org/NLMorphologyConverter/MorphologyFormats/SWC/Spec.html
◆ id
Unique identifier for the node.
◆ parent
◆ pid
Parent node ID (-1 for root nodes)
◆ radius [1/2]
Radius of the neural process at this node.
◆ radius [2/2]
◆ type
Node type identifier.
Standard SWC types:
- 0: undefined
- 1: soma
- 2: axon
- 3: basal dendrite
- 4: apical dendrite
- 5-7: custom types (user-defined)
◆ x [1/2]
X-coordinate in 3D space.
◆ x [2/2]
◆ y [1/2]
Y-coordinate in 3D space.
◆ y [2/2]
◆ z [1/2]
Z-coordinate in 3D space.
◆ z [2/2]
The documentation for this struct was generated from the following files: