-
Notifications
You must be signed in to change notification settings - Fork 317
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
[GeneralTopology] Grid Topologies cleanup + new SphereGrid #164
[GeneralTopology] Grid Topologies cleanup + new SphereGrid #164
Conversation
…gy in init method in order to be able to set seqPoints values
…ylinderGridTopology.
…ints. Use only setSize to set the grid resolution. Nbr of points is computed implicitly.
…etPoint, getPx/y/z and getIndex from regular/cylindergrid to mother class GridTopology. Change name getPoint into getPointInGrid for inheritence mismatch. Only this last method should be overwritten by specific grid.
…hereGridTopology. FIX the alias factory for sphereGrid
…linder/sphere Grids
…te the SphereGridtTopology.scn example to be more relevant.
…tor + tests on those methods and example in sceneCreatorBenchmarks
Conflicts: SofaKernel/modules/SofaBaseTopology/GridTopology.h SofaKernel/modules/SofaBaseTopology/RegularGridTopology.cpp
… was duplication from GridTopology_setSize
…alid. Send warning + set to default value. See issue sofa-framework#163
Will be merged tomorrow unless someone send a no-go. |
[ci-build] |
It seems there is some compilation problems on this PR. |
Hey @epernod , It seems that you PR is breaking on Windows VS 2015 : https://www.sofa-framework.org//dash/index.php?limit=10&pg=1&user=&branch=pr%2FSphereGridTopology&platform= Could you have a look at it? Hugo |
Ok will check that by next dev-meeting. |
Could someone give me a hint on what is the problem... @guparan or @damienmarchal maybe . Not sure if this is really the error that breaks the compile and if it is related to my modifications or to the VM used for the build. |
@epernod Sorry for that I'm quite sure this is not related to your PR. EDIT: This week end we were upgrading all windows machine to faster ones. The problem you saw was specific to the memory consumption of vs2013 which, at certain moment larger than the allocated 12GB. This problem problem was solved by adding a larger virtual memory. |
PR on topologyGrid:
This PR:
Reviewers will merge only if all this checks are true.