Public Types | Public Member Functions
nvidia::apex::ExplicitHierarchicalMesh::Embedding Class Reference

#include <ExplicitHierarchicalMesh.h>

List of all members.

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

Detailed Description

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.


Member Enumeration Documentation

Enum of data types

Enumerator:
MaterialLibrary 

Member Function Documentation

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


The documentation for this class was generated from the following file:

Generated on Tue Aug 1 2017 22:43:54

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.