get                 9 src/core/Compartment.cpp     node -> addChild(voxel_group_node.get(), true);
get               111 src/core/Compartment.cpp         voxel_group_node -> addDrawable(voxel -> node.get());
get               134 src/core/Compartment.cpp         voxel_group_node -> removeDrawable(voxel -> node.get());
get                60 src/core/Network.cpp         node -> addChild(neuron -> node.get());
get                95 src/core/Network.cpp         node -> removeChild(neuron -> node.get());
get                 9 src/core/Neuron.cpp     node -> addChild(compartment_group_node.get(), true);
get               125 src/core/Neuron.cpp         compartment_group_node -> addChild(compartment -> node.get());
get               148 src/core/Neuron.cpp         compartment_group_node -> removeChild(compartment -> node.get());
get                61 src/core/Voxel.cpp               , node.get()
get                71 src/core/Voxel.cpp                 , node.get()
get               138 src/mesh/CylinderMesh.cpp     const auto unit_vertices = get<0>(arrays);
get               139 src/mesh/CylinderMesh.cpp     const auto unit_indices  = get<1>(arrays);
get               140 src/mesh/CylinderMesh.cpp     const auto unit_normals  = get<2>(arrays);
get               237 src/mesh/CylinderMesh.cpp     geometry -> setNormalArray( normals.get()
get               241 src/mesh/CylinderMesh.cpp     geometry -> addPrimitiveSet(indices.get());
get               242 src/mesh/CylinderMesh.cpp     geometry -> setVertexArray(vertices.get());
get               144 src/mesh/SphereMesh.cpp     const auto unit_vertices = get<0>(arrays);
get               145 src/mesh/SphereMesh.cpp     const auto unit_indices  = get<1>(arrays);
get               146 src/mesh/SphereMesh.cpp     const auto unit_normals  = get<2>(arrays);
get               265 src/view/NetworkViewer.cpp     view->setSceneData( network -> node.get() );