File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Sofa/Component/Collision/Response/Contact/src/sofa/component/collision/response/contact Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ class SOFA_COMPONENT_COLLISION_RESPONSE_CONTACT_API BaseRayContact : public core
3636public:
3737 typedef collision::geometry::RayCollisionModel CollisionModel1;
3838
39+ const sofa::type::vector<core::collision::DetectionOutput*>& getDetectionOutputs () const
40+ {
41+ return collisions;
42+ }
43+
3944protected:
4045 CollisionModel1* model1;
4146 sofa::type::vector<core::collision::DetectionOutput*> collisions;
@@ -45,11 +50,6 @@ class SOFA_COMPONENT_COLLISION_RESPONSE_CONTACT_API BaseRayContact : public core
4550
4651 ~BaseRayContact () override ;
4752
48- const sofa::type::vector<core::collision::DetectionOutput*>& doGetDetectionOutputs () const
49- {
50- return collisions;
51- }
52-
5353 void doCreateResponse (core::objectmodel::BaseContext* /* group*/ ) override
5454 {
5555 }
You can’t perform that action at this time.
0 commit comments