HDK
|
#include <dataSource.h>
Public Member Functions | |
HD_DECLARE_DATASOURCE (HdBlockDataSource) | |
HdBlockDataSource () | |
Public Member Functions inherited from HdDataSourceBase | |
virtual HD_API | ~HdDataSourceBase ()=0 |
A datasource representing the absence of a datasource. If a container has a child datasource which is a block datasource, that's equivalent to that child being null. This type is useful when composing containers, where a block might shadow sampled data, and sampled data might shadow nullptr.
Definition at line 228 of file dataSource.h.
|
inline |
Definition at line 233 of file dataSource.h.
HdBlockDataSource::HD_DECLARE_DATASOURCE | ( | HdBlockDataSource | ) |