chrono::postprocess::ChPovRayAssetCustom Class Reference
Description
Class for adding custom commands to POVray objects saved with ChBody items; for example you can specify pigment{...} or texture{...} stuff here.
#include <ChPovRayAssetCustom.h>
Inheritance diagram for chrono::postprocess::ChPovRayAssetCustom:

Collaboration diagram for chrono::postprocess::ChPovRayAssetCustom:

Public Member Functions | |
| std::string | GetCommands () const |
| void | SetCommands (const char mcomm[]) |
Public Member Functions inherited from chrono::ChAsset | |
| virtual void | Update (ChPhysicsItem *updater, const ChCoordsys<> &coords) |
| This is called by the owner, i.e. More... | |
| virtual void | ArchiveOUT (ChArchiveOut &marchive) |
| Method to allow serialization of transient data to archives. | |
| virtual void | ArchiveIN (ChArchiveIn &marchive) |
| Method to allow de serialization of transient data from archives. | |
Protected Attributes | |
| std::string | custom_command |
| float | foo |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono_postprocess/ChPovRayAssetCustom.h
- /builds/uwsbel/chrono/src/chrono_postprocess/ChPovRayAssetCustom.cpp
Public Member Functions inherited from