Skip to content

Missing implementations #13

Description

@speps

A few missing implementations (declared in SimplicialComplex.h but no method body in the .cpp file) :

  • VertexHandle nextVertex(const FaceHandle&face, const VertexHandle& curVertex) const;
  • VertexHandle prevVertex(const FaceHandle&face, const VertexHandle& curVertex) const;
  • EdgeHandle nextEdge(const VertexHandle& vert, const EdgeHandle& curEdge) const;
  • EdgeHandle prevEdge(const VertexHandle& vert, const EdgeHandle& curEdge) const;
  • FaceHandle nextFace(const EdgeHandle& edge, const FaceHandle& curFace) const;
  • FaceHandle prevFace(const EdgeHandle& edge, const FaceHandle& curFace) const;
  • TetHandle nextTet(const FaceHandle& face, const TetHandle& curTet) const;
  • TetHandle prevTet(const FaceHandle& face, const TetHandle& curTet) const;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions