chrono::postprocess Namespace Reference

Description

Namespace with classes for the POSTPROCESS module.

Namespace with classes for the postprocess unit.

Classes

class  ChGnuPlot
 Class for lotting 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...
 
class  ChPovRayAsset
 Class for telling to the POV ray exporter that the ChPhysicsItem that contain this asset should be exported to POV scripts. More...
 
class  ChPovRayAssetCustom
 Class for adding custom commands to POVray objects saved with ChBody items; for example you can specify pigment{...} or texture{...} stuff here. More...
 

Functions

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)