PLearn 0.1
|
#include <plearn/base/Object.h>
#include <algorithm>
#include <assert.h>
#include <deque>
#include <set>
#include "ObjectGraphIterator.h"
#include <plearn/base/OptionBase.h>
#include <plearn/base/TypeFactory.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::setoption_broadcast (const Object *o, const string &class_name, const string &option_name, const string &option_value, ObjectGraphIterator::TraversalType tt=ObjectGraphIterator::DepthPreOrder) |
Broadcast a call to setOption only for specific classes. |
Definition in file ObjectGraphIterator.cc.