|
| FilterFromFunction (const std::vector< coupling::datastructures::CouplingCell< dim > * > &inputCellVector, const std::vector< coupling::datastructures::CouplingCell< dim > * > &outputCellVector, std::array< bool, 7 > filteredValues, const std::function< std::vector< double >(std::vector< double >, std::vector< std::array< unsigned int, dim > >)> *applyScalar, const std::function< std::vector< std::array< double, dim > >(std::vector< std::array< double, dim > >, std::vector< std::array< unsigned int, dim > >)> *applyVector) |
|
void | operator() () |
|
| FilterInterface (const std::vector< coupling::datastructures::CouplingCell< dim > * > &inputCellVector, const std::vector< coupling::datastructures::CouplingCell< dim > * > &outputCellVector, const std::array< bool, 7 > filteredValues, const char *type) |
|
| FilterInterface (const char *type) |
|
void | updateCellData (const std::vector< coupling::datastructures::CouplingCell< dim > * > &new_inputCells, const std::vector< coupling::datastructures::CouplingCell< dim > * > &new_outputCells) |
|
const char * | getType () const |
|
std::vector< coupling::datastructures::CouplingCell< dim > * > | getInputCells () const |
|
std::vector< coupling::datastructures::CouplingCell< dim > * > | getOutputCells () const |
|
coupling::datastructures::CouplingCell< dim > * | getInputCellOfIndex (const CellIndex_T &index) |
|
coupling::datastructures::CouplingCell< dim > * | getOutputCellOfIndex (const CellIndex_T &index) |
|
void | setInputCells (const std::vector< coupling::datastructures::CouplingCell< dim > * > &newInputCells) |
|
int | getSize () const |
|
|
std::vector< std::array< unsigned int, dim > > | _stlIndices |
|
const std::function< std::vector< double >(std::vector< double >, std::vector< std::array< unsigned int, dim > >)> * | _applyScalar |
|
const std::function< std::vector< std::array< double, dim > >(std::vector< std::array< double, dim > >, std::vector< std::array< unsigned int, dim > >)> * | _applyVector |
|
◆ operator()()
template<unsigned int dim>
The documentation for this class was generated from the following file: