#include <narynode.hpp>
CSMFilter::NAryNode::NAryNode |
( |
const std::vector< boost::shared_ptr< Node > > & |
nodes, |
|
|
const std::string & |
name |
|
) |
| |
std::vector< int > CSMFilter::NAryNode::getReferencedColumns |
( |
| ) |
const |
|
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.
int CSMFilter::NAryNode::getSize |
( |
| ) |
const |
std::string CSMFilter::NAryNode::toString |
( |
bool |
numericColumns | ) |
const |
|
virtual |
Return a string that represents this node.
- Parameters
-
numericColumns | Use numeric IDs instead of string to represent columns. |
Implements CSMFilter::Node.
std::string CSMFilter::NAryNode::mName |
|
private |
std::vector<boost::shared_ptr<Node> > CSMFilter::NAryNode::mNodes |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/opencs/model/filter/narynode.hpp
- /home/travis/build/OpenMW/openmw/apps/opencs/model/filter/narynode.cpp