19 #include "TopologyFactory.h" 39 #ifdef TOPOLOGIC_DYNAMO 40 [IsVisibleInDynamoLibrary(
false)]
42 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 an Aperture from a TopologicCore layer Topology.
Definition: ApertureFactory.cpp:24
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23
(private) A factory class to create an Aperture.
Definition: ApertureFactory.h:31