From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../PhysXAPI/files/PxMetaData_8h.html | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/PxMetaData_8h.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxMetaData_8h.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxMetaData_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxMetaData_8h.html new file mode 100644 index 00000000..f556bdd5 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxMetaData_8h.html @@ -0,0 +1,107 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxMetaData.h File Reference + + + + + + + +
+

PxMetaData.h File Reference

#include "foundation/Px.h"
+#include "foundation/PxIO.h"
+#include "PxMetaDataFlags.h"
+ +

+

+Include dependency graph for PxMetaData.h:
+
+

+ +foundation/Px.hfoundation/PxIO.hPxMetaDataFlags.hfoundation/PxSimpleTypes.hfoundation/PxPreprocessor.h +
+ +

+

+This graph shows which files directly or indirectly include this file:
+
+

+ +PxPhysicsAPI.h +
+ +

+Go to the source code of this file. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Classes

struct  PxMetaDataEntry
 Struct to store meta data definitions. More...

Defines

#define PX_STORE_METADATA(stream, metaData)   stream.write(&metaData, sizeof(PxMetaDataEntry))
#define PX_SIZE_OF(Class, Member)   sizeof((reinterpret_cast<Class*>(0))->Member)
#define PX_DEF_BIN_METADATA_ITEM(stream, Class, type, name, flags)
 specifies a binary metadata entry for a member variable of a class
#define PX_DEF_BIN_METADATA_ITEMS(stream, Class, type, name, flags, count)
 specifies a binary metadata entry for a member array variable of a class
#define PX_DEF_BIN_METADATA_ITEMS_AUTO(stream, Class, type, name, flags)
 specifies a binary metadata entry for a member array variable of a class
#define PX_DEF_BIN_METADATA_CLASS(stream, Class)
 specifies a binary metadata entry for a class
#define PX_DEF_BIN_METADATA_VCLASS(stream, Class)
 specifies a binary metadata entry for a virtual class
#define PX_DEF_BIN_METADATA_TYPEDEF(stream, newType, oldType)
 specifies a binary metadata entry for a typedef
#define PX_DEF_BIN_METADATA_BASE_CLASS(stream, Class, BaseClass)
 specifies a binary metadata entry for declaring a base class
#define PX_DEF_BIN_METADATA_UNION(stream, Class, name)
 specifies a binary metadata entry for a union
#define PX_DEF_BIN_METADATA_UNION_TYPE(stream, Class, type, enumValue)
 specifies a binary metadata entry for a particular member type of a union
#define PX_DEF_BIN_METADATA_EXTRA_ITEM(stream, Class, type, control, align)
 specifies a binary metadata entry for extra data
#define PX_DEF_BIN_METADATA_EXTRA_ITEMS(stream, Class, type, control, count, flags, align)
 specifies a binary metadata entry for an array of extra data
#define PX_DEF_BIN_METADATA_EXTRA_ITEMS_MASKED_CONTROL(stream, Class, type, control, controlMask,count, flags, align)
 specifies a binary metadata entry for an array of extra data additional to PX_DEF_BIN_METADATA_EXTRA_ITEMS a mask can be specified to interpret the control value
#define PX_DEF_BIN_METADATA_EXTRA_ARRAY(stream, Class, type, dyn_count, align, flags)
 specifies a binary metadata entry for an array of extra data
#define PX_DEF_BIN_METADATA_EXTRA_NAME(stream, Class, control, align)
 specifies a binary metadata entry for an string of extra data
#define PX_DEF_BIN_METADATA_EXTRA_ALIGN(stream, Class, align)
 specifies a binary metadata entry declaring an extra data alignment for a class
+

+ +

+Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3