chrono::postprocess Namespace Reference
Description
Namespace with classes for the POSTPROCESS module.
Namespace with classes for the postprocess unit.
Classes | |
| class | ChBlender |
| Class for post processing implementation that generates scripts for Blender. More... | |
| class | ChGnuPlot |
| Class for plotting data with GNUplot. More... | |
| class | ChPostProcessBase |
| Base class for post processing implementations. More... | |
| class | ChPovRay |
| Class for post processing implementation that generates scripts for POVray. More... | |
Functions | |
| std::string | bl_replaceOnce (std::string result, const std::string &replaceWhat, const std::string &replaceWithWhat) |
| std::string | bl_replaceAll (std::string result, const std::string &replaceWhat, const std::string &replaceWithWhat) |
| std::string | replaceOnce (std::string result, const std::string &replaceWhat, const std::string &replaceWithWhat) |
| std::string | replaceAll (std::string result, const std::string &replaceWhat, const std::string &replaceWithWhat) |
| void | ApplyMaterials (std::ofstream &assets_file, const std::vector< std::shared_ptr< ChVisualMaterial >> &materials) |