PxQueryReport.h File Reference

#include "PxPhysXConfig.h"
#include "foundation/PxVec3.h"
#include "foundation/PxFlags.h"

Include dependency graph for PxQueryReport.h:

PxPhysXConfig.hfoundation/PxVec3.hfoundation/PxFlags.hcommon/PxPhysXCommonConfig.hfoundation/Px.hfoundation/PxSimpleTypes.hfoundation/PxPreprocessor.hfoundation/PxMath.hfoundation/PxIntrinsics.hfoundation/PxAssert.h

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

PxQueryFiltering.hPxPhysicsAPI.hPxScene.hPxRigidBodyExt.hPxGeometryQuery.hPxMeshQuery.hPxSpatialIndex.hPxBatchQueryDesc.hPxBatchQuery.hPxController.hPxVehicleUpdate.hPxSceneLock.hPxVolumeCache.hPxSceneQueryExt.hPxExtensionsAPI.hPxBoxController.hPxCapsuleController.hPxShapeExt.h

Go to the source code of this file.

Classes

struct  PxHitFlag
 Scene query and geometry query behavior flags. More...
struct  PxActorShape
 collection of set bits defined in PxHitFlag. More...
struct  PxQueryHit
 Scene query hit information. More...
struct  PxLocationHit
 Scene query hit information for raycasts and sweeps returning hit position and normal information. More...
struct  PxRaycastHit
 Stores results of raycast queries. More...
struct  PxOverlapHit
 Stores results of overlap queries. More...
struct  PxSweepHit
 Stores results of sweep queries. More...
struct  PxHitCallback< HitType >
 This callback class facilitates reporting scene query hits (intersections) to the user. More...
struct  PxHitBuffer< HitType >
 Returns scene query hits (intersections) to the user in a preallocated buffer. More...
struct  PxRaycastBufferN< N >
 Returns touching raycast hits to the user in a fixed size array embedded in the buffer class. More...
struct  PxOverlapBufferN< N >
 Returns touching overlap hits to the user in a fixed size array embedded in the buffer class. More...
struct  PxSweepBufferN< N >
 Returns touching sweep hits to the user in a fixed size array embedded in the buffer class. More...

Typedefs

typedef bool PxAgain
 Describes query behavior after returning a partial query result via a callback.
typedef PxHitCallback
< PxRaycastHit
PxRaycastCallback
 Raycast query callback.
typedef PxHitCallback
< PxOverlapHit
PxOverlapCallback
 Overlap query callback.
typedef PxHitCallback< PxSweepHitPxSweepCallback
 Sweep query callback.
typedef PxHitBuffer< PxRaycastHitPxRaycastBuffer
 Raycast query buffer.
typedef PxHitBuffer< PxOverlapHitPxOverlapBuffer
 Overlap query buffer.
typedef PxHitBuffer< PxSweepHitPxSweepBuffer
 Sweep query buffer.



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