HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdContainerDataSource Class Referenceabstract

#include <dataSource.h>

+ Inheritance diagram for HdContainerDataSource:

Public Member Functions

 HD_DECLARE_DATASOURCE_ABSTRACT (HdContainerDataSource)
 
virtual TfTokenVector GetNames ()=0
 
virtual HdDataSourceBaseHandle Get (const TfToken &name)=0
 
- Public Member Functions inherited from HdDataSourceBase
virtual HD_API ~HdDataSourceBase ()=0
 

Static Public Member Functions

static HD_API
HdDataSourceBaseHandle 
Get (const Handle &container, const HdDataSourceLocator &locator)
 

Detailed Description

A datasource representing structured (named, hierarchical) data, for example a geometric primitive or a sub-object like a material definition. Note that implementations are responsible for providing cache invalidation, if necessary.

Definition at line 110 of file dataSource.h.

Member Function Documentation

virtual HdDataSourceBaseHandle HdContainerDataSource::Get ( const TfToken name)
pure virtual
static HD_API HdDataSourceBaseHandle HdContainerDataSource::Get ( const Handle &  container,
const HdDataSourceLocator locator 
)
static

A convenience function: given container, return the descendant identified by locator, which may be at any depth. Returns container itself on an empty locator, or null if locator doesn't identify a valid descendant.

virtual TfTokenVector HdContainerDataSource::GetNames ( )
pure virtual
HdContainerDataSource::HD_DECLARE_DATASOURCE_ABSTRACT ( HdContainerDataSource  )

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