#include <Composite.h>
Public Types | |
| typedef std::vector< simdata::Ref< N > > | NodeList |
Public Methods | |
| virtual bool | match (N &node)=0 |
| The search condition. | |
| void | apply (N &node) |
| Search for and accumulate matching nodes. | |
| NodeList | getNodes () const |
| Get all nodes that match the search condition. | |
This visitor is similar to FindVisitor, but retrieves all nodes that match the condition.
|
|||||
|
|
|
||||||||||
|
Search for and accumulate matching nodes. Don't call this directly; use node->accept(visitor); |
|
|||||||||
|
Get all nodes that match the search condition.
|
|
||||||||||
|
The search condition. Implement this condition in derived classes to deterimine which nodes are found. |
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:40 2003, using Doxygen 1.2.18. |