|
#include <RobotAPI/libraries/PriorKnowledge/navigation_graphs/NavigationGraphFinder.h>
Public Member Functions | |
bool | accept (const std::filesystem::path &idPath) const final |
NavigationGraphFinder (const std::filesystem::path &relDir=DEFAULT_DIR_TO_IDS) | |
void | registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &defs, const std::string &prefix="pk.finder.navigation.") final |
Public Member Functions inherited from PKFinder | |
bool | check (const std::string &id) const override |
bool | checkAll () const override |
std::optional< PKFinderInfo > | find (const std::string &id) const override |
std::vector< PKFinderInfo > | findAll () const override |
virtual void | init () |
PKFinder (const std::filesystem::path &relDir) | |
virtual | ~PKFinder () |
Public Member Functions inherited from FinderBase< std::string, PKFinderInfo > | |
virtual bool | checkAll () const=0 |
virtual std::vector< PKFinderInfo > | findAll () const=0 |
FinderBase ()=delete | |
FinderBase (const FinderBase &)=default | |
FinderBase (const std::string &packageName, const std::filesystem::path &relDir) | |
FinderBase (FinderBase &&)=default | |
std::filesystem::path | getAbsolutePackagePath () const |
std::filesystem::path | getFullPath () const |
std::string | getPackageName () const |
std::filesystem::path | getRelativePath () const |
FinderBase & | operator= (const FinderBase &)=default |
FinderBase & | operator= (FinderBase &&)=default |
void | recalculateBasePath () |
void | setRelativePath (const std::filesystem::path &p) |
virtual | ~FinderBase () |
Public Member Functions inherited from Logging | |
SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
disables the logging for the current line for the given amount of seconds. More... | |
MessageTypeT | getEffectiveLoggingLevel () const |
Logging () | |
void | setLocalMinimumLoggingLevel (MessageTypeT level) |
With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
void | setTag (const LogTag &tag) |
void | setTag (const std::string &tagName) |
virtual | ~Logging () |
Static Public Attributes | |
static const constexpr auto | DEFAULT_DIR_TO_IDS = "navigation-graphs" |
Static Public Attributes inherited from PKFinder | |
static const constexpr auto | DEFAULT_PACKAGE = "PriorKnowledgeData" |
Additional Inherited Members | |
Protected Member Functions inherited from FinderBase< std::string, PKFinderInfo > | |
void | checkAbsolutePathIsValid () const |
Protected Member Functions inherited from Logging | |
bool | checkLogLevel (MessageTypeT level) const |
const LogSenderPtr & | getLogSender () const |
Retrieve log sender. More... | |
LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
Protected Attributes inherited from FinderBase< std::string, PKFinderInfo > | |
std::string | packageName |
Protected Attributes inherited from Logging | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
Definition at line 7 of file NavigationGraphFinder.h.
|
inline |
Definition at line 14 of file NavigationGraphFinder.h.
|
inlinefinalvirtual |
Implements FinderBase< std::string, PKFinderInfo >.
Definition at line 20 of file NavigationGraphFinder.h.
|
inlinefinalvirtual |
Reimplemented from PKFinder.
Definition at line 26 of file NavigationGraphFinder.h.
|
staticconstexpr |
Definition at line 12 of file NavigationGraphFinder.h.