PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
Header file for the IO module's concepts. More...
Go to the source code of this file.
Namespaces | |
namespace | pbat |
The main namespace of the library. | |
namespace | pbat::io |
Namespace for I/O. | |
Concepts | |
concept | pbat::io::CSerializable |
Concept for a serializable object. | |
concept | pbat::io::CDeserializable |
Concept for a deserializable object. | |
Header file for the IO module's concepts.