#include <ExplicitHierarchicalMesh.h>
Public Types | |
| enum | DataType { MaterialLibrary } |
Public Member Functions | |
| virtual void | serialize (PxFileBuf &stream, Embedding::DataType type) const =0 |
| virtual void | deserialize (PxFileBuf &stream, Embedding::DataType type, uint32_t version)=0 |
Used in the serialize and deserialize methods, to embed extra data. The user must implement this class to serialize and deserialize the enumerated data type given.
| virtual void nvidia::apex::ExplicitHierarchicalMesh::Embedding::deserialize | ( | PxFileBuf & | stream, |
| Embedding::DataType | type, | ||
| uint32_t | version | ||
| ) | [pure virtual] |
Deserialize the enumerated data type
| virtual void nvidia::apex::ExplicitHierarchicalMesh::Embedding::serialize | ( | PxFileBuf & | stream, |
| Embedding::DataType | type | ||
| ) | const [pure virtual] |
Serialize the enumerated data type