In file /home/blah/darwin2k/src/dyno/dynoAux/dynoAux.h:

ptrList* daReadObstacles

(FILE* fp,
  int &error)

Reads a list of obstacles from a file pointer.

Documentation

Reads a list of obstacles from a file pointer. The file format is:
  [n, number of obstacles]
  n obstacles, each in the format:
    [obstacle type (either "polyhedron" or "elevationMap")]
    [static friction coefficient] [dynamic friction coefficient]
    [an mpoly in the format described by readMPoly, or an elevation map:
      
      
      
     ]
 
See Also:
readMPoly
daReadElevationMap

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.