/// XYZP neuron voxel representation.
///
/// Each voxel stores its (x, y, z) position and activation potential (p) as floats.
/// Simple and fast access, but not very memory efficient
pub use CorticalMappedXYZPNeuronVoxels;
pub use NeuronVoxelXYZP;
pub use NeuronVoxelXYZPArrays;