Merge branch 'precompute' into develop:
- Form factors of polyhedron and polygonal prism now compute vertex positions etc upon call of onChange(). - ParameterPool and RealParameterWrapper now have an attribute m_parent pointing to an IParametrized object. When a value is set, m_parent->onChange() is called. This mechanism is experimental; a possible alternative, registration of lambda functions, may be rediscussed later. - Parameter names of polygonal prisms and polyhedra somewhat unified: edge and base_edge instead of length and radius. - Tests will be repaired or improved under issue 1294.
No related branches found
No related tags found
Showing
- Core/Algorithms/GISASSimulation.cpp 1 addition, 1 deletionCore/Algorithms/GISASSimulation.cpp
- Core/Algorithms/GISASSimulation.h 1 addition, 1 deletionCore/Algorithms/GISASSimulation.h
- Core/Algorithms/ISampleBuilder.h 2 additions, 6 deletionsCore/Algorithms/ISampleBuilder.h
- Core/Algorithms/OffSpecSimulation.cpp 1 addition, 1 deletionCore/Algorithms/OffSpecSimulation.cpp
- Core/Algorithms/OffSpecSimulation.h 1 addition, 1 deletionCore/Algorithms/OffSpecSimulation.h
- Core/Algorithms/Simulation.cpp 2 additions, 2 deletionsCore/Algorithms/Simulation.cpp
- Core/Algorithms/Simulation.h 4 additions, 4 deletionsCore/Algorithms/Simulation.h
- Core/Algorithms/SpecularSimulation.cpp 3 additions, 3 deletionsCore/Algorithms/SpecularSimulation.cpp
- Core/Algorithms/SpecularSimulation.h 4 additions, 4 deletionsCore/Algorithms/SpecularSimulation.h
- Core/FormFactors/FormFactorCone6.cpp 47 additions, 56 deletionsCore/FormFactors/FormFactorCone6.cpp
- Core/FormFactors/FormFactorCone6.h 7 additions, 18 deletionsCore/FormFactors/FormFactorCone6.h
- Core/FormFactors/FormFactorCuboctahedron.cpp 48 additions, 57 deletionsCore/FormFactors/FormFactorCuboctahedron.cpp
- Core/FormFactors/FormFactorCuboctahedron.h 5 additions, 22 deletionsCore/FormFactors/FormFactorCuboctahedron.h
- Core/FormFactors/FormFactorDodecahedron.cpp 23 additions, 36 deletionsCore/FormFactors/FormFactorDodecahedron.cpp
- Core/FormFactors/FormFactorDodecahedron.h 1 addition, 6 deletionsCore/FormFactors/FormFactorDodecahedron.h
- Core/FormFactors/FormFactorIcosahedron.cpp 31 additions, 44 deletionsCore/FormFactors/FormFactorIcosahedron.cpp
- Core/FormFactors/FormFactorIcosahedron.h 2 additions, 11 deletionsCore/FormFactors/FormFactorIcosahedron.h
- Core/FormFactors/FormFactorPolyhedron.cpp 39 additions, 42 deletionsCore/FormFactors/FormFactorPolyhedron.cpp
- Core/FormFactors/FormFactorPolyhedron.h 16 additions, 13 deletionsCore/FormFactors/FormFactorPolyhedron.h
- Core/FormFactors/FormFactorPrism3.cpp 12 additions, 26 deletionsCore/FormFactors/FormFactorPrism3.cpp
Loading
Please register or sign in to comment