#include <SIM_DataFilter.h>
This implementation filters data based on its type. Any data that can be cast to the data type specified in the constructor is accepted.
- Examples:
- SIM/GAS_NetVDBSliceExchange.C, and SIM/SIM_SolverHair.C.
Definition at line 83 of file SIM_DataFilter.h.
SIM_DataFilterByType::SIM_DataFilterByType |
( |
const char * |
datatype | ) |
|
|
inlineexplicit |
SIM_DataFilterByType::~SIM_DataFilterByType |
( |
| ) |
|
|
inlineoverride |
bool SIM_DataFilterByType::acceptData |
( |
const SIM_Data * |
data, |
|
|
const char * |
dataname |
|
) |
| const |
|
overridevirtual |
Override this function to decide what data is accepted and what is rejected. The name parameter is the path of the data relative to the root of the search that is calling this filter.
Implements SIM_DataFilter.
The documentation for this class was generated from the following file: