28         ref class TopologyFactory;
    50             void Add(
const TopologicCore::Topology::Ptr& topology, 
TopologyFactory^ value);
    71             static TopologyFactory^ GetDefaultFactory(
const TopologicCore::Topology::Ptr& topology);
    75             TopologyFactoryManager(
const TopologyFactoryManager%) { 
throw gcnew System::InvalidOperationException(
"Singleton cannot be copy-constructed"); }
    76             static TopologyFactoryManager m_instance;
    77             Dictionary<String^, TopologyFactory^>^ m_TopologyFactoryDict = 
gcnew Dictionary<String^, TopologyFactory^>();
 
A public abstract factory class to create a Topology. This class should be inherited when new topolog...
Definition: TopologyFactory.h:33
 
A TopologyFactoryManager stores the subclasses of TopologyFactory, identified by their IDs...
Definition: TopologyFactoryManager.h:34
 
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23