A rule that can transform parts of a topology. More...
#include <juce_RuleBasedTopologySource.h>
Public Member Functions | |
virtual | ~Rule () |
virtual void | transformTopology (BlockTopology &)=0 |
Subclasses should implement this method and use it as their opportunity to examine the given topology and modify it. More... | |
A rule that can transform parts of a topology.
|
inlinevirtual |
|
pure virtual |