API
4.2
For MATLAB, Python, Java, and C++ users
|
ComponentFilterMatchAll is a trivial Filter that matches all components. More...
Public Member Functions | |
ComponentFilterMatchAll () | |
Construct a ComponentFilter that selects all Components. More... | |
bool | isMatch (const Component &comp) const override |
The method isMatch() returns true always. More... | |
~ComponentFilterMatchAll () | |
Destructor of ComponentFilterMatchAll, does nothing. More... | |
ComponentFilterMatchAll * | clone () const override |
Method to clone the filter. More... | |
Public Member Functions inherited from OpenSim::ComponentFilter | |
virtual | ~ComponentFilter () |
Destructor of ComponentFilter, does nothing. More... | |
ComponentFilterMatchAll is a trivial Filter that matches all components.
|
inline |
Construct a ComponentFilter that selects all Components.
Referenced by clone().
|
inline |
Destructor of ComponentFilterMatchAll, does nothing.
|
inlineoverridevirtual |
Method to clone the filter.
Implements OpenSim::ComponentFilter.
References ComponentFilterMatchAll().
|
inlineoverridevirtual |
The method isMatch() returns true always.
Implements OpenSim::ComponentFilter.