From d1c812f1162e5fdb13c215792725b2591d7428f5 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 15 Sep 2017 15:41:57 -0500 Subject: PhysX 3.4.1, APEX 1.4.1 Release @22845541 --- .../files/PxClothTetherCooker_8h-source.html | 70 +++++++++++----------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxClothTetherCooker_8h-source.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxClothTetherCooker_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxClothTetherCooker_8h-source.html index 1ca4c652..e853c18d 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxClothTetherCooker_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxClothTetherCooker_8h-source.html @@ -61,45 +61,45 @@ 00041 00042 struct PxClothSimpleTetherCookerImpl; 00043 -00044 class PxClothSimpleTetherCooker -00045 { -00046 public: -00056 PxClothSimpleTetherCooker(const PxClothMeshDesc &desc); -00057 ~PxClothSimpleTetherCooker(); -00058 -00064 void getTetherData(PxU32* userTetherAnchors, PxReal* userTetherLengths) const; -00065 -00066 private: -00067 PxClothSimpleTetherCookerImpl* mImpl; +00047 class PX_DEPRECATED PxClothSimpleTetherCooker +00048 { +00049 public: +00059 PxClothSimpleTetherCooker(const PxClothMeshDesc &desc); +00060 ~PxClothSimpleTetherCooker(); +00061 +00067 void getTetherData(PxU32* userTetherAnchors, PxReal* userTetherLengths) const; 00068 -00069 }; -00070 +00069 private: +00070 PxClothSimpleTetherCookerImpl* mImpl; 00071 -00072 struct PxClothGeodesicTetherCookerImpl; +00072 }; 00073 -00074 class PxClothGeodesicTetherCooker -00075 { -00076 public: -00090 PxClothGeodesicTetherCooker(const PxClothMeshDesc &desc); -00091 ~PxClothGeodesicTetherCooker(); -00092 -00098 PxU32 getCookerStatus() const; -00099 -00106 PxU32 getNbTethersPerParticle() const; -00107 -00114 void getTetherData(PxU32* userTetherAnchors, PxReal* userTetherLengths) const; -00115 -00116 private: -00117 PxClothGeodesicTetherCookerImpl* mImpl; -00118 -00119 }; -00120 +00074 +00075 struct PxClothGeodesicTetherCookerImpl; +00076 +00080 class PX_DEPRECATED PxClothGeodesicTetherCooker +00081 { +00082 public: +00096 PxClothGeodesicTetherCooker(const PxClothMeshDesc &desc); +00097 ~PxClothGeodesicTetherCooker(); +00098 +00104 PxU32 getCookerStatus() const; +00105 +00112 PxU32 getNbTethersPerParticle() const; +00113 +00120 void getTetherData(PxU32* userTetherAnchors, PxReal* userTetherLengths) const; 00121 -00122 #if !PX_DOXYGEN -00123 } // namespace physx -00124 #endif -00125 -00126 #endif // PX_PHYSICS_EXTENSIONS_CLOTH_TETHER_COOKER_H +00122 private: +00123 PxClothGeodesicTetherCookerImpl* mImpl; +00124 +00125 }; +00126 +00127 +00128 #if !PX_DOXYGEN +00129 } // namespace physx +00130 #endif +00131 +00132 #endif // PX_PHYSICS_EXTENSIONS_CLOTH_TETHER_COOKER_H

-- cgit v1.2.3