Nv::Blast::ExtPxActor Class Reference

#include <NvBlastExtPxActor.h>

List of all members.

Public Member Functions

virtual uint32_t getChunkCount () const =0
virtual const uint32_t * getChunkIndices () const =0
virtual ExtPxFamilygetFamily () const =0
virtual physx::PxRigidDynamic & getPhysXActor () const =0
virtual TkActorgetTkActor () const =0


Detailed Description

Actor.

Corresponds one to one to PxRigidDynamic and ExtActor.


Member Function Documentation

virtual uint32_t Nv::Blast::ExtPxActor::getChunkCount (  )  const [pure virtual]

Get the number of visible chunks for this actor. May be used in conjunction with getChunkIndices().

Returns:
the number of visible chunk indices for the actor.

virtual const uint32_t* Nv::Blast::ExtPxActor::getChunkIndices (  )  const [pure virtual]

Access actor's array of chunk indices. Use getChunkCount() to get a size of this array.

Returns:
a pointer to an array of chunk indices of an actor.

virtual ExtPxFamily& Nv::Blast::ExtPxActor::getFamily (  )  const [pure virtual]

Every actor has corresponding ExtPxFamily.

/return a pointer to ExtPxFamily family.

virtual physx::PxRigidDynamic& Nv::Blast::ExtPxActor::getPhysXActor (  )  const [pure virtual]

Every actor has corresponding PxActor.

/return a pointer to PxRigidDynamic actor.

virtual TkActor& Nv::Blast::ExtPxActor::getTkActor (  )  const [pure virtual]

Every actor has corresponding TkActor.

/return a pointer to TkActor actor.


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