|
HDK
|
#include <discoveryPlugin.h>
Inheritance diagram for UsdHydraDiscoveryPlugin:Public Member Functions | |
| UsdHydraDiscoveryPlugin ()=default | |
| ~UsdHydraDiscoveryPlugin () override=default | |
| virtual SdrShaderNodeDiscoveryResultVec | DiscoverShaderNodes (const Context &context) override |
| virtual const SdrStringVec & | GetSearchURIs () const override |
| Gets the URIs that this plugin is searching for nodes in. More... | |
Public Member Functions inherited from SdrDiscoveryPlugin | |
| SDR_API | SdrDiscoveryPlugin () |
| virtual SDR_API | ~SdrDiscoveryPlugin () |
| SDR_API NdrNodeDiscoveryResultVec | DiscoverNodes (const NdrDiscoveryPluginContext &) overridefinal |
Public Member Functions inherited from NdrDiscoveryPlugin | |
| NDR_API | NdrDiscoveryPlugin () |
| virtual NDR_API | ~NdrDiscoveryPlugin () |
Public Member Functions inherited from TfRefBase | |
| TfRefBase () | |
| TfRefBase (TfRefBase const &) | |
| TfRefBase & | operator= (TfRefBase const &) |
| size_t | GetCurrentCount () const |
| Return the current reference count of this object. More... | |
| bool | IsUnique () const |
Return true if only one TfRefPtr points to this object. More... | |
| void | SetShouldInvokeUniqueChangedListener (bool shouldCall) |
Public Member Functions inherited from TfWeakBase | |
| TfWeakBase () | |
| TfWeakBase (const TfWeakBase &) | |
| const TfWeakBase & | __GetTfWeakBase__ () const |
| const TfWeakBase & | operator= (const TfWeakBase &) |
| void | EnableNotification2 () const |
| TF_API void const * | GetUniqueIdentifier () const |
Additional Inherited Members | |
Public Types inherited from SdrDiscoveryPlugin | |
| using | Context = SdrDiscoveryPluginContext |
Public Types inherited from NdrDiscoveryPlugin | |
| using | Context = NdrDiscoveryPluginContext |
Public Types inherited from TfRefBase | |
| typedef void(* | UniqueChangedFuncPtr )(TfRefBase const *, bool) |
Static Public Member Functions inherited from TfRefBase | |
| static TF_API void | SetUniqueChangedListener (UniqueChangedListener listener) |
Protected Member Functions inherited from TfRefBase | |
| virtual TF_API | ~TfRefBase () |
Protected Member Functions inherited from TfWeakBase | |
| ~TfWeakBase () | |
| TfRefPtr< Tf_Remnant > | _Register () const |
| template<class T > | |
| TfRefPtr< Tf_Remnant > | _Register (T *tempRmnt) const |
| bool | _HasRemnant () const |
Definition at line 20 of file discoveryPlugin.h.
|
default |
|
overridedefault |
|
overridevirtual |
Finds and returns all nodes that the implementing plugin should be aware of.
Implements SdrDiscoveryPlugin.
|
overridevirtual |
Gets the URIs that this plugin is searching for nodes in.
Implements NdrDiscoveryPlugin.