yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02230
[Branch ~yade-dev/yade/trunk] Rev 1788: 1. Remove all deprecated classes as described in the last commit.
------------------------------------------------------------
revno: 1788
committer: Václav Šmilauer <vaclav@flux>
branch nick: trunk
timestamp: Tue 2009-11-17 09:55:09 +0100
message:
1. Remove all deprecated classes as described in the last commit.
2. Start flagging code needing GeometricalModel by YADE_REQUIRE_FEATURE(shape). Once it compiles without shape, affected classes will be removed.
removed:
gui/qt3/GLSimulationPlayerViewer.cpp
gui/qt3/GLSimulationPlayerViewer.hpp
gui/qt3/QtGeneratedSimulationPlayer.ui
gui/qt3/QtSimulationPlayer.cpp
gui/qt3/QtSimulationPlayer.hpp
pkg/common/DataClass/GeometricalModel/Mesh2D.cpp
pkg/common/DataClass/GeometricalModel/Mesh2D.hpp
pkg/common/DataClass/InteractionGeometry/ClosestFeatures.cpp
pkg/common/DataClass/InteractionGeometry/ClosestFeatures.hpp
pkg/common/DataClass/Widgets/ColorScale.cpp
pkg/common/DataClass/Widgets/ColorScale.hpp
pkg/common/Engine/FilterEngine/ColorizedLayerFilter.cpp
pkg/common/Engine/FilterEngine/ColorizedLayerFilter.hpp
pkg/common/Engine/FilterEngine/ColorizedTimeFilter.cpp
pkg/common/Engine/FilterEngine/ColorizedTimeFilter.hpp
pkg/common/Engine/FilterEngine/ColorizedVelocityFilter.cpp
pkg/common/Engine/FilterEngine/ColorizedVelocityFilter.hpp
pkg/common/Engine/FilterEngine/FilterEngine.cpp
pkg/common/Engine/FilterEngine/FilterEngine.hpp
pkg/common/Engine/FilterEngine/PythonRunnerFilter.cpp
pkg/common/Engine/FilterEngine/PythonRunnerFilter.hpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawMesh2D.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawMesh2D.hpp
pkg/common/RenderingEngine/GLDrawInteractionGeometry/GLDrawClosestFeatures.cpp
pkg/common/RenderingEngine/GLDrawInteractionGeometry/GLDrawClosestFeatures.hpp
pkg/common/RenderingEngine/GLDrawWidgets/GLDrawColorScale.cpp
pkg/common/RenderingEngine/GLDrawWidgets/GLDrawColorScale.hpp
pkg/dem/DataClass/InteractingGeometry/InteractingMyTetrahedron.cpp
pkg/dem/DataClass/InteractingGeometry/InteractingMyTetrahedron.hpp
pkg/dem/DataClass/InteractionGeometry/InteractionOfMyTetrahedron.cpp
pkg/dem/DataClass/InteractionGeometry/InteractionOfMyTetrahedron.hpp
pkg/dem/Engine/EngineUnit/InteractingMyTetrahedron2AABB.cpp
pkg/dem/Engine/EngineUnit/InteractingMyTetrahedron2AABB.hpp
pkg/dem/Engine/EngineUnit/InteractingMyTetrahedron2InteractingBox4InteractionOfMyTetrahedron.cpp
pkg/dem/Engine/EngineUnit/InteractingMyTetrahedron2InteractingBox4InteractionOfMyTetrahedron.hpp
pkg/dem/Engine/EngineUnit/InteractingMyTetrahedron2InteractingMyTetrahedron4InteractionOfMyTetrahedron.cpp
pkg/dem/Engine/EngineUnit/InteractingMyTetrahedron2InteractingMyTetrahedron4InteractionOfMyTetrahedron.hpp
pkg/dem/Engine/EngineUnit/Tetrahedron2InteractingMyTetrahedron.cpp
pkg/dem/Engine/EngineUnit/Tetrahedron2InteractingMyTetrahedron.hpp
pkg/dem/Engine/StandAloneEngine/MyTetrahedronLaw.cpp
pkg/dem/Engine/StandAloneEngine/MyTetrahedronLaw.hpp
pkg/dem/Engine/StandAloneEngine/SQLiteRecorder.cpp
pkg/dem/Engine/StandAloneEngine/SQLiteRecorder.hpp
pkg/dem/PreProcessor/TetrahedronsTest.cpp
pkg/dem/PreProcessor/TetrahedronsTest.hpp
pkg/dem/RenderingEngine/GLDrawInteractingMyTetrahedron/GLDrawInteractingMyTetrahedron.cpp
pkg/dem/RenderingEngine/GLDrawInteractingMyTetrahedron/GLDrawInteractingMyTetrahedron.hpp
pkg/fem/
pkg/fem/DataClass/
pkg/fem/DataClass/GeometricalModel/
pkg/fem/DataClass/GeometricalModel/FEMSetGeometry.cpp
pkg/fem/DataClass/GeometricalModel/FEMSetGeometry.hpp
pkg/fem/DataClass/PhysicalParameters/
pkg/fem/DataClass/PhysicalParameters/FEMNodeData.cpp
pkg/fem/DataClass/PhysicalParameters/FEMNodeData.hpp
pkg/fem/DataClass/PhysicalParameters/FEMSetParameters.cpp
pkg/fem/DataClass/PhysicalParameters/FEMSetParameters.hpp
pkg/fem/DataClass/PhysicalParameters/FEMTetrahedronData.cpp
pkg/fem/DataClass/PhysicalParameters/FEMTetrahedronData.hpp
pkg/fem/Engine/
pkg/fem/Engine/EngineUnit/
pkg/fem/Engine/EngineUnit/FEMSet2Tetrahedrons.cpp
pkg/fem/Engine/EngineUnit/FEMSet2Tetrahedrons.hpp
pkg/fem/Engine/EngineUnit/FEMSetTextLoader.cpp
pkg/fem/Engine/EngineUnit/FEMSetTextLoader.hpp
pkg/fem/Engine/EngineUnit/FEMTetrahedronStiffness.cpp
pkg/fem/Engine/EngineUnit/FEMTetrahedronStiffness.hpp
pkg/fem/Engine/StandAloneEngine/
pkg/fem/Engine/StandAloneEngine/FEMLaw.cpp
pkg/fem/Engine/StandAloneEngine/FEMLaw.hpp
pkg/fem/PreProcessor/
pkg/fem/PreProcessor/FEMBeam.cpp
pkg/fem/PreProcessor/FEMBeam.hpp
pkg/fem/RenderingEngine/
pkg/realtime-rigidbody/
pkg/realtime-rigidbody/Engine/
pkg/realtime-rigidbody/Engine/EngineUnit/
pkg/realtime-rigidbody/Engine/EngineUnit/InteractingBox2InteractingBox4ClosestFeatures.cpp
pkg/realtime-rigidbody/Engine/EngineUnit/InteractingBox2InteractingBox4ClosestFeatures.hpp
pkg/realtime-rigidbody/Engine/EngineUnit/InteractingBox2InteractingSphere4ClosestFeatures.cpp
pkg/realtime-rigidbody/Engine/EngineUnit/InteractingBox2InteractingSphere4ClosestFeatures.hpp
pkg/realtime-rigidbody/Engine/EngineUnit/InteractingSphere2InteractingSphere4ClosestFeatures.cpp
pkg/realtime-rigidbody/Engine/EngineUnit/InteractingSphere2InteractingSphere4ClosestFeatures.hpp
pkg/realtime-rigidbody/Engine/StandAloneEngine/
pkg/realtime-rigidbody/Engine/StandAloneEngine/FrictionLessElasticContactLaw.cpp
pkg/realtime-rigidbody/Engine/StandAloneEngine/FrictionLessElasticContactLaw.hpp
pkg/realtime-rigidbody/PreProcessor/
pkg/realtime-rigidbody/PreProcessor/BoxStack.cpp
pkg/realtime-rigidbody/PreProcessor/BoxStack.hpp
pkg/realtime-rigidbody/PreProcessor/RotatingBox.cpp
pkg/realtime-rigidbody/PreProcessor/RotatingBox.hpp
modified:
SConstruct
core/Body.cpp
core/Body.hpp
core/GeometricalModel.hpp
gui/SConscript
gui/qt3/QtGUI-python.cpp
gui/qt3/YadeQtMainWindow.cpp
gui/qt3/YadeQtMainWindow.hpp
pkg/common/DataClass/GeometricalModel/Box.cpp
pkg/common/DataClass/GeometricalModel/BshTube.cpp
pkg/common/DataClass/GeometricalModel/Facet.cpp
pkg/common/DataClass/GeometricalModel/Quadrilateral.cpp
pkg/common/DataClass/GeometricalModel/Sphere.cpp
pkg/common/DataClass/GeometricalModel/Tetrahedron.cpp
pkg/common/Engine/EngineUnit/ef2_BshTube_BssSweptSphereLineSegment_makeBssSweptSphereLineSegment.cpp
pkg/common/Engine/MetaEngine/GeometricalModelEngineUnit.cpp
pkg/common/Engine/MetaEngine/GeometricalModelMetaEngine.cpp
pkg/common/Engine/MetaEngine/InteractingGeometryEngineUnit.cpp
pkg/common/Engine/MetaEngine/InteractingGeometryEngineUnit.hpp
pkg/common/Engine/MetaEngine/InteractingGeometryMetaEngine.cpp
pkg/common/Engine/StandAloneEngine/SpheresFactory.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawBox.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawFacet.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawQuadrilateral.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawSphere.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawTetrahedron.cpp
pkg/common/RenderingEngine/GLDrawGeometricalModel/GLDrawTube.cpp
pkg/common/RenderingEngine/GLDrawShadowVolume/GLDrawBoxShadowVolume.cpp
pkg/common/RenderingEngine/GLDrawShadowVolume/GLDrawSphereShadowVolume.cpp
pkg/common/RenderingEngine/OpenGLRenderingEngine/GLDrawFunctors.hpp
pkg/common/RenderingEngine/OpenGLRenderingEngine/OpenGLRenderingEngine.cpp
pkg/common/RenderingEngine/OpenGLRenderingEngine/OpenGLRenderingEngine.hpp
pkg/dem/Engine/StandAloneEngine/GeometricalModelForceColorizer.cpp
pkg/dem/meta/ConcretePM.cpp
pkg/lattice/DataClass/GeometricalModel/LatticeSetGeometry.cpp
pkg/lattice/DataClass/GeometricalModel/LineSegment.cpp
pkg/lattice/RenderingEngine/GLDrawLineSegment/GLDrawLineSegment.cpp
pkg/snow/DataClass/BshSnowGrain.cpp
pkg/snow/DataClass/BshSnowGrain.hpp
pkg/snow/PreProcessor/SnowVoxelsLoader.cpp
pkg/snow/RenderingEngine/Ef1_BshSnowGrain_glDraw.cpp
py/_utils.cpp
The size of the diff (8526 lines) is larger than your specified limit of 1000 lines
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.