19 #include "TopologyFactory.h"    36 #ifdef TOPOLOGIC_DYNAMO    37             [IsVisibleInDynamoLibrary(
false)]
    39             virtual Topology^ 
Create(
const TopologicCore::TopologyPtr& kpTopology) 
override;
 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 a Topology. This class should be inherited when new topolog...
Definition: TopologyFactory.h:33
 
virtual Topology ^ Create(const TopologicCore::TopologyPtr &kpTopology) override
Creates a Cell from a TopologicCore layer Topology. 
Definition: CellFactory.cpp:24
 
(private) A factory class to create a Cell. 
Definition: CellFactory.h:28
 
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23