Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PxGeometry Class Reference

A geometry object. More...

#include <PxGeometry.h>

Inheritance diagram for PxGeometry:
Inheritance graph
[legend]

Public Member Functions

PX_CUDA_CALLABLE
PX_FORCE_INLINE
PxGeometryType::Enum 
getType () const
 Returns the type of the geometry. More...
 

Protected Member Functions

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry (PxGeometryType::Enum type)
 

Protected Attributes

PxGeometryType::Enum mType
 

Detailed Description

A geometry object.

A geometry object defines the characteristics of a spatial object, but without any information about its placement in the world.

Note
This is an abstract class. You cannot create instances directly. Create an instance of one of the derived classes instead.

Constructor & Destructor Documentation

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry::PxGeometry ( PxGeometryType::Enum  type)
inlineprotected

Member Function Documentation

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometryType::Enum PxGeometry::getType ( ) const
inline

Returns the type of the geometry.

Returns
The type of the object.

Referenced by PxGeometryHolder::getType(), and PxGeometryHolder::storeAny().

Member Data Documentation

PxGeometryType::Enum PxGeometry::mType
protected

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


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