Nv::Blast::Actor::Actor::GraphNodeIt Class Reference

#include <NvBlastActor.h>

Inheritance diagram for Nv::Blast::Actor::Actor::GraphNodeIt:

Nv::Blast::LListIt< uint32_t > Nv::Blast::IteratorBase< uint32_t >

List of all members.

Public Member Functions

 GraphNodeIt (const Actor &actor)


Detailed Description

Graph node iterator. Usage:

Given a solver actor a,

for (Actor::GraphNodeIt i = a; (bool)i; ++i) { uint32_t graphNodeIndex = (uint32_t)i;

graphNodeIndex references the asset's graph node index list }


Constructor & Destructor Documentation

NV_INLINE Nv::Blast::Actor::Actor::GraphNodeIt::GraphNodeIt ( const Actor actor  ) 

Constructed from an actor.


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