PlantSimulationLab / Helios

The Helios simulation system is a versatile modeling framework that handles tasks such as managing geometry and associated data structures through a C++ API. Plug-ins build off of the Helios core engine, and access the geometry and data via the Helios context. The sytem comes with a visualization plug-in that can produce stunning renderings of model geometry and data with relatively little effort.
http://baileylab.ucdavis.edu/software/helios
GNU General Public License v2.0
61 stars 27 forks source link

[feature] add std::cout support for helios types #5

Closed jannessm closed 2 years ago

jannessm commented 3 years ago

Dear team,

I really appreciate your work for this library. When working with it, I found that it would be very handy to support simple outputs for your defined types. In this PR you found a suggestion for std::cout support. So if you like, please add this to the next version.

Best, Jannes