Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TempResourceLocator Class Reference
Inheritance diagram for TempResourceLocator:
Inheritance graph
[legend]
Collaboration diagram for TempResourceLocator:
Collaboration graph
[legend]

Public Member Functions

std::shared_ptr< tesseract_common::ResourcelocateResource (const std::string &url) const override final
 Locate a resource based on a URL. More...
 
- Public Member Functions inherited from tesseract_common::ResourceLocator
virtual ~ResourceLocator ()=default
 
virtual std::shared_ptr< ResourcelocateResource (const std::string &url) const =0
 Locate a resource based on a URL. More...
 
bool operator== (const ResourceLocator &rhs) const
 
bool operator!= (const ResourceLocator &rhs) const
 

Additional Inherited Members

- Public Types inherited from tesseract_common::ResourceLocator
using Ptr = std::shared_ptr< ResourceLocator >
 
using ConstPtr = std::shared_ptr< const ResourceLocator >
 

Member Function Documentation

◆ locateResource()

std::shared_ptr< tesseract_common::Resource > TempResourceLocator::locateResource ( const std::string &  url) const
inlinefinaloverridevirtual

Locate a resource based on a URL.

Parameters
urlThe URL of the resource
Returns
A shared pointer to a Resource instance, or nullptr if not found

Implements tesseract_common::ResourceLocator.


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