← Back to team overview

yade-users team mailing list archive

Re: [Question #681043]: what does scene.cpp do?

 

Question #681043 on Yade changed:
https://answers.launchpad.net/yade/+question/681043

Jan Stránský proposed the following answer:
Concerning the searching, you can also use command line tools like grep:

cd /path/to/yade/directory
grep -R "class.*PolyhedraPhys"
grep -R "typedef.*stateVector"
grep -R "using.*Se3r"

.* means any number of any symbols in regular expression
most Yade objects are (in C++) defined with keywords class, typedef or using.

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.