Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SofaKernel] Some Topology cleaning... #866

Merged
merged 7 commits into from Jan 10, 2019

Commits on Dec 13, 2018

  1. Copy the full SHA
    5fa5d84 View commit details
    Browse the repository at this point in the history
  2. [SofaKernel] Change method in Topology to get edge/triangle/quad/hexa…

    …/tetra index by their vertex indices to return an id (unsigned int) instead of int. If not found those methods return now UINT_MAX instead of -1.
    epernod committed Dec 13, 2018
    Copy the full SHA
    ad4cdfd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Copy the full SHA
    16e5235 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    072204c View commit details
    Browse the repository at this point in the history
  3. [examples] Add more topology modifiers scene to the non regression te…

    …st. Restore RemovingTetra2TriangleProcess scene which is failing but was hidden.
    epernod committed Dec 14, 2018
    Copy the full SHA
    536ae52 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. [SofaKernel] Add TopologyTypes.h inside sofa::defaultType to define I…

    …nvalidID = UINT_MAX. Propagate this invalidID definition inside Topology.h and all topology classes.
    epernod committed Dec 21, 2018
    Copy the full SHA
    0203e16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b1d18b1 View commit details
    Browse the repository at this point in the history