API
4.2
For MATLAB, Python, Java, and C++ users
|
A component is considered a match if its absolute path name contains the given string. More...
Public Member Functions | |
ComponentFilterAbsolutePathNameContainsString (const std::string &substring) | |
bool | isMatch (const Component &comp) const override |
This is the meat of the ComponentFilter, returns false if the passed in component should be skipped over. More... | |
ComponentFilterAbsolutePathNameContainsString * | clone () const override |
clone() method needed to make a copy of the filter. More... | |
Public Member Functions inherited from OpenSim::ComponentFilter | |
virtual | ~ComponentFilter () |
Destructor of ComponentFilter, does nothing. More... | |
A component is considered a match if its absolute path name contains the given string.
|
inline |
|
inlineoverridevirtual |
|
overridevirtual |
This is the meat of the ComponentFilter, returns false if the passed in component should be skipped over.
Implements OpenSim::ComponentFilter.