topology.hh File Reference
#include <memory>
#include <map>
#include "basics/typedefs.hh"
#include "basics/Zm.hh"
#include "basics/debug.hh"
#include "toolbox/scannerConnectors.hh"
#include "connector.hh"
#include "quadsubdiv.hh"
#include "strategyChange.hh"
Go to the source code of this file.
Classes | |
class | concepts::Edge |
An edge in the topology. More... | |
class | concepts::InfiniteEdge |
An infinite edge in the topology, which possess only one vertex as the other lies in the infinite. More... | |
class | concepts::InfiniteQuad |
A infinite quadrilateral in the topology, which possess one Edge and two InfiniteEdges since one edge lies in the infinite. More... | |
class | concepts::Quad |
A quadrilateral in the topology. More... | |
class | concepts::Triangle |
A triangle in the topology. More... | |
class | concepts::Vertex |
A vertex in the topology. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | VertexConstr_D 0 |
Functions | |
int | concepts::match (const Connector1 &edg0, const Connector1 &edg1, int idx[]) |
Checks, if two edges has a common vertex. More... | |
Detailed Description
Topology. How to subdivide
Definition in file topology.hh.
Macro Definition Documentation
◆ VertexConstr_D
#define VertexConstr_D 0 |
Definition at line 21 of file topology.hh.