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/group__Serializers.html | 193 +++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html b/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html new file mode 100644 index 00000000..67246bb7 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/group__Serializers.html @@ -0,0 +1,193 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: Serializers + + + + + + + +
+

Serializers

+ + + + + + + + + + + + + + + + + + + + + + + + +

Classes

class  PxRepXSerializer
 Serializer interface for RepX (Xml) serialization. More...

Defines

#define PX_NEW_REPX_SERIALIZER(T)   *PX_PLACEMENT_NEW(PxGetFoundation().getAllocatorCallback().allocate(sizeof(T), "PxRepXSerializer", __FILE__, __LINE__ ), T)(PxGetFoundation().getAllocatorCallback())
 Preprocessor macro for RepX serializer creation.
#define PX_DELETE_REPX_SERIALIZER(x)   { PxRepXSerializer* s = x; if (s) { PxGetFoundation().getAllocatorCallback().deallocate(s); } }
 Preprocessor Macro to simplify RepX serializer delete.

Functions

template<typename TDataType >
PX_INLINE physx::PxRepXObject PxCreateRepXObject (const TDataType *inType, const physx::PxSerialObjectId inId)
 Inline helper template function to create PxRepXObject from TDataType type supporting PxTypeInfo<TDataType>::name.
PX_INLINE physx::PxRepXObject PxCreateRepXObject (const physx::PxBase *inType, const physx::PxSerialObjectId inId)
 Inline helper function to create PxRepXObject from a PxBase instance.
template<typename TDataType >
PX_INLINE physx::PxRepXObject PxCreateRepXObject (const TDataType *inType)
 Inline helper template function to create PxRepXObject form TDataType type using inType pointer as a PxSerialObjectId id.
+

Define Documentation

+ +
+
+ + + + + + + + + +
#define PX_DELETE_REPX_SERIALIZER (  )    { PxRepXSerializer* s = x; if (s) { PxGetFoundation().getAllocatorCallback().deallocate(s); } }
+
+
+ +

+Preprocessor Macro to simplify RepX serializer delete. +

+ +

+

+ +

+
+ + + + + + + + + +
#define PX_NEW_REPX_SERIALIZER (  )    *PX_PLACEMENT_NEW(PxGetFoundation().getAllocatorCallback().allocate(sizeof(T), "PxRepXSerializer", __FILE__, __LINE__ ), T)(PxGetFoundation().getAllocatorCallback())
+
+
+ +

+Preprocessor macro for RepX serializer creation. +

+ +

+

+


Function Documentation

+ +
+
+
+template<typename TDataType >
+ + + + + + + + + +
PX_INLINE physx::PxRepXObject PxCreateRepXObject (const TDataType *  inType  )  [inline]
+
+
+ +

+Inline helper template function to create PxRepXObject form TDataType type using inType pointer as a PxSerialObjectId id. +

+ +

References PxCreateRepXObject().

+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + +
PX_INLINE physx::PxRepXObject PxCreateRepXObject (const physx::PxBase *  inType,
const physx::PxSerialObjectId  inId 
)
+
+
+ +

+Inline helper function to create PxRepXObject from a PxBase instance. +

+ +

References PX_ASSERT.

+ +
+

+ +

+
+
+template<typename TDataType >
+ + + + + + + + + + + + + + + + + + +
PX_INLINE physx::PxRepXObject PxCreateRepXObject (const TDataType *  inType,
const physx::PxSerialObjectId  inId 
) [inline]
+
+
+ +

+Inline helper template function to create PxRepXObject from TDataType type supporting PxTypeInfo<TDataType>::name. +

+ +

Referenced by PxCreateRepXObject().

+ +
+

+

+ +

+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