hi,

i tried to understand the function of MetaDispatchingEngine  classes but I have 
not understand its function.

i.e. in TriaxialTest.cpp, there are several objects involved to 
MetaDispatchingEngine such as the following syntax:

shared_ptr<InteractionGeometryMetaEngine> interactionGeometryDispatcher(new 
InteractionGeometryMetaEngine);
        
interactionGeometryDispatcher->add("InteractingSphere","InteractingSphere","InteractingSphere2InteractingSphere4SpheresContactGeometry");
        
interactionGeometryDispatcher->add("InteractingSphere","InteractingBox","InteractingBox2InteractingSphere4SpheresContactGeometry");

As I guess, without those lines,the program should still works. Is it correct?

Can anyone please give me explaination about the function of the class?

Thank you so much,

Kien Dang
_______________________________________________
Yade-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yade-users

Reply via email to