|
#include <RobotAPI/libraries/PriorKnowledge/core/FinderBase.h>
Public Member Functions | |
virtual bool | accept (const std::filesystem::path &idPath) const =0 |
virtual bool | check (const IDType &id) const =0 |
virtual bool | checkAll () const =0 |
virtual std::optional< FinderInfoType > | find (const IDType &id) const =0 |
virtual std::vector< FinderInfoType > | 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 () |
Protected Member Functions | |
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 | |
std::string | packageName |
Protected Attributes inherited from Logging | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
Definition at line 19 of file FinderBase.h.
|
delete |
|
inline |
Definition at line 24 of file FinderBase.h.
|
inlinevirtual |
Definition at line 49 of file FinderBase.h.
|
default |
|
default |
|
pure virtual |
Implemented in ObjectFinder, MotionFinder, NavigationGraphFinder, and RobotFinder.
|
pure virtual |
Implemented in PKDatasetFinder, and PKFinder.
|
inlineprotected |
|
pure virtual |
|
pure virtual |
Implemented in PKDatasetFinder, and PKFinder.
|
pure virtual |
|
inline |
Definition at line 77 of file FinderBase.h.
|
inline |
|
inline |
Definition at line 65 of file FinderBase.h.
|
inline |
Definition at line 71 of file FinderBase.h.
|
default |
|
default |
|
inline |
|
inline |
Definition at line 59 of file FinderBase.h.
|
protected |
Definition at line 109 of file FinderBase.h.