#include <SIM_DataFilter.h>
This class is specific to filtering SIM_RootData and its subclasses, SIM_Relationship and SIM_Object.
- Examples:
- DOP/DOP_GroupAndApply.C.
Definition at line 282 of file SIM_DataFilter.h.
SIM_DataFilterRootData::SIM_DataFilterRootData |
( |
const char * |
filterstr | ) |
|
|
inlineexplicit |
SIM_DataFilterRootData::~SIM_DataFilterRootData |
( |
| ) |
|
|
inlineoverride |
bool SIM_DataFilterRootData::acceptData |
( |
const SIM_Data * |
data, |
|
|
const char * |
dataname |
|
) |
| const |
|
overridevirtual |
Compares the rootdata to the string passed to the constructor. An rootdata is accepted if its name or id appears in the string, or if the string contains the name of a group to which the rootdata belongs.
Implements SIM_DataFilter.
The documentation for this class was generated from the following file: