HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdSceneIndexPrim Struct Reference

#include <sceneIndex.h>

Public Member Functions

bool IsDefined () const
 
 operator bool () const
 Same as IsDefined. More...
 

Public Attributes

TfToken primType
 
HdContainerDataSourceHandle dataSource
 

Detailed Description

Small struct representing a 'prim' in the Hydra scene index. A prim is represented by a container data source which contains a tree of properties.

Definition at line 35 of file sceneIndex.h.

Member Function Documentation

bool HdSceneIndexPrim::IsDefined ( ) const
inline

Does this prim returned by HdSceneIndex::GetPrim exist in the scene index?

Definition at line 42 of file sceneIndex.h.

HdSceneIndexPrim::operator bool ( ) const
inline

Same as IsDefined.

Definition at line 44 of file sceneIndex.h.

Member Data Documentation

HdContainerDataSourceHandle HdSceneIndexPrim::dataSource

Definition at line 38 of file sceneIndex.h.

TfToken HdSceneIndexPrim::primType

Definition at line 37 of file sceneIndex.h.


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