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

#include <node.h>

+ Inheritance diagram for PcpNodeRef_ChildrenIterator:

Public Member Functions

PCP_API PcpNodeRef_ChildrenIterator ()
 Constructs an invalid iterator. More...
 
PCP_API PcpNodeRef_ChildrenIterator (const PcpNodeRef &node, bool end=false)
 

Friends

class hboost::iterator_core_access
 
class PcpNodeRef_ChildrenReverseIterator
 

Detailed Description

Object used to iterate over child nodes (not all descendant nodes) of a node in the prim index graph in strong-to-weak order.

Definition at line 357 of file node.h.

Constructor & Destructor Documentation

PCP_API PcpNodeRef_ChildrenIterator::PcpNodeRef_ChildrenIterator ( )

Constructs an invalid iterator.

PCP_API PcpNodeRef_ChildrenIterator::PcpNodeRef_ChildrenIterator ( const PcpNodeRef node,
bool  end = false 
)

Constructs an iterator pointing to node. Passing a NULL value for node constructs an end iterator.

Friends And Related Function Documentation

friend class hboost::iterator_core_access
friend

Definition at line 376 of file node.h.

Definition at line 397 of file node.h.


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