33         ref class AttributeFactory;
    45             void SetAttribute(
Topology^ topology, String^ key, Object^ value);
    47             AttributeFactory^ GetFactory(
const std::shared_ptr<TopologicCore::Attribute> kpUtilitiesAttribute);
 A Topology is an abstract superclass that includes constructors, properties and methods used by other...
Definition: Topology.h:53
 
A public abstract factory class to create an Attribute. This class should be inherited when new Attri...
Definition: AttributeFactory.h:38
 
Definition: AttributeFactoryManager.h:22
 
Definition: Dictionary.h:24
 
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23
 
An AttributeFactoryManager stores the subclasses of AttributeFactory, identified by their IDs...
Definition: AttributeFactoryManager.h:38