OpenMW
|
#include <andnode.hpp>
Public Member Functions | |
AndNode (const std::vector< boost::shared_ptr< Node > > &nodes) | |
virtual bool | test (const CSMWorld::IdTableBase &table, int row, const std::map< int, int > &columns) const |
Public Member Functions inherited from CSMFilter::NAryNode | |
NAryNode (const std::vector< boost::shared_ptr< Node > > &nodes, const std::string &name) | |
int | getSize () const |
const Node & | operator[] (int index) const |
virtual std::vector< int > | getReferencedColumns () const |
virtual std::string | toString (bool numericColumns) const |
Public Member Functions inherited from CSMFilter::Node | |
Node () | |
virtual | ~Node () |
CSMFilter::AndNode::AndNode | ( | const std::vector< boost::shared_ptr< Node > > & | nodes | ) |
|
virtual |
columns | column ID to column index mapping |
Implements CSMFilter::Node.