modifiers.h
1 #pragma once
2 
3 #include <morphio/types.h>
4 
5 namespace morphio {
6 namespace mut {
7 namespace modifiers {
11 void two_points_sections(morphio::mut::Morphology& morpho);
12 
16 void no_duplicate_point(morphio::mut::Morphology& morpho);
17 
23 void soma_sphere(morphio::mut::Morphology& morpho);
24 
25 void nrn_order(morphio::mut::Morphology& morpho);
26 
27 } // namespace modifiers
28 
29 } // namespace mut
30 
31 } // namespace morphio
Definition: morphology.h:27
Definition: endoplasmic_reticulum.h:5