3 #include <morphio/properties.h>
4 #include <morphio/soma.h>
19 std::vector<Point>&
points() noexcept {
20 return point_properties_._points;
22 const std::vector<Point>&
points() const noexcept {
23 return point_properties_._points;
27 std::vector<morphio::floatType>&
diameters() noexcept {
28 return point_properties_._diameters;
30 const std::vector<morphio::floatType>&
diameters() const noexcept {
31 return point_properties_._diameters;
56 return point_properties_;
59 return point_properties_;
63 friend class Morphology;
65 SomaType soma_type_ = SOMA_UNDEFINED;
66 Property::PointLevel point_properties_;