OEReadShapeQuery

bool OEReadShapeQuery(const char *filename, OEShapeQuery &query)
bool OEReadShapeQuery(const char *filename, OEShapeQueryPublic &query)
bool OEReadShapeQuery(OEPlatform::oeistream &ifs, OEShapeQuery &query)
bool OEReadShapeQuery(OEPlatform::oeistream &ifs, OEShapeQueryPublic &query)

The first two overloads reads from a file given in the first parameter into the shape query given in the second parameter. The later two overloads will read from the stream given in the first parameter into the shape query given in the second parameter.