| 40 | } |
| 41 | |
| 42 | void DrawingProgramLayerManager::scale_up(const WorldScalar& scaleUpAmount) { |
| 43 | layerTreeRoot->scale_up(scaleUpAmount); |
| 44 | } |
| 45 | |
| 46 | void DrawingProgramLayerManager::write_components_server(cereal::PortableBinaryOutputArchive& a) { |
| 47 | layerTreeRoot.write_create_message(a); |