API  4.4
For C++ developers
OpenSim::ComponentFilterMatchAll Class Reference

ComponentFilterMatchAll is a trivial Filter that matches all components. More...

+ Inheritance diagram for OpenSim::ComponentFilterMatchAll:

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...
 
ComponentFilterMatchAllclone () const override
 Method to clone the filter. More...
 
- Public Member Functions inherited from OpenSim::ComponentFilter
virtual ~ComponentFilter ()
 Destructor of ComponentFilter, does nothing. More...
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim::ComponentFilter
 ComponentFilter ()
 Default constructor of ComponentFilter, does nothing. More...
 

Detailed Description

ComponentFilterMatchAll is a trivial Filter that matches all components.

Constructor & Destructor Documentation

◆ ComponentFilterMatchAll()

OpenSim::ComponentFilterMatchAll::ComponentFilterMatchAll ( )
inline

Construct a ComponentFilter that selects all Components.

◆ ~ComponentFilterMatchAll()

OpenSim::ComponentFilterMatchAll::~ComponentFilterMatchAll ( )
inline

Destructor of ComponentFilterMatchAll, does nothing.

Member Function Documentation

◆ clone()

ComponentFilterMatchAll* OpenSim::ComponentFilterMatchAll::clone ( ) const
inlineoverridevirtual

Method to clone the filter.

Implements OpenSim::ComponentFilter.

◆ isMatch()

bool OpenSim::ComponentFilterMatchAll::isMatch ( const Component comp) const
inlineoverridevirtual

The method isMatch() returns true always.

Implements OpenSim::ComponentFilter.


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