OpenMW
|
#include <leafnode.hpp>
Public Member Functions | |
virtual std::vector< int > | getReferencedColumns () const |
Public Member Functions inherited from CSMFilter::Node | |
Node () | |
virtual | ~Node () |
virtual bool | test (const CSMWorld::IdTableBase &table, int row, const std::map< int, int > &columns) const =0 |
virtual std::string | toString (bool numericColumns) const =0 |
|
virtual |
Return a list of the IDs of the columns referenced by this node. The column mapping passed into test as columns must contain all columns listed here.
Implements CSMFilter::Node.
Reimplemented in CSMFilter::ValueNode, and CSMFilter::TextNode.