HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpPrimIterator Class Reference

#include <iterator.h>

+ Inheritance diagram for PcpPrimIterator:

Public Member Functions

PCP_API PcpPrimIterator ()
 Constructs an invalid iterator. More...
 
PCP_API PcpPrimIterator (const PcpPrimIndex *primIndex, size_t pos)
 
PCP_API PcpNodeRef GetNode () const
 Returns the PcpNode from which the current prim originated. More...
 
PCP_API Pcp_SdSiteRef _GetSiteRef () const
 

Friends

class hboost::iterator_core_access
 

Detailed Description

Object used to iterate over prim specs in the prim index graph in strong-to-weak order.

Definition at line 114 of file iterator.h.

Constructor & Destructor Documentation

PCP_API PcpPrimIterator::PcpPrimIterator ( )

Constructs an invalid iterator.

PCP_API PcpPrimIterator::PcpPrimIterator ( const PcpPrimIndex primIndex,
size_t  pos 
)

Constructs a prim iterator beginning at position pos in the prim stack of prim index primIndex.

Member Function Documentation

PCP_API Pcp_SdSiteRef PcpPrimIterator::_GetSiteRef ( ) const
PCP_API PcpNodeRef PcpPrimIterator::GetNode ( ) const

Returns the PcpNode from which the current prim originated.

Friends And Related Function Documentation

friend class hboost::iterator_core_access
friend

Definition at line 142 of file iterator.h.


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