Skip to content

Initialization of vertex embedding for EmbeddedMap3 #3

@goldnd

Description

@goldnd

The intialization of the vertex embedding for cutEdge in embeddedMap3 is commented out. Uncommenting fails so I copied and modified the edge embedding code:

if(isOrbitEmbedded<VERTEX>())
    {
        // embed the new darts created in the cut vertex
        Algo::Topo::setOrbitEmbedding<VERTEX>(*this, d, getEmbedding<VERTEX>(d)) ;
        // embed a new cell for the new vertex and copy the attributes' line (c) Lionel
        Algo::Topo::setOrbitEmbeddingOnNewCell<VERTEX>(*this, nd) ;
    }

I can submit a pull request but there are other changes that you may not want on my branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions