Kamen Kanev (kamen++at++vsl.co.jp)
Sat, 13 Apr 1996 00:55:26 +0900
Where can I find details about the usage of
pfNode* pfLookupNode(const char *name, pfType* type);
I would like to find a node given its unique name. Since I don't know where to
start from
pfNode* pfFindNode(pfNode *node, const char *pathName,
pfType *type);
is not suitable.
The problem is that I also don't know the type of the node I am searching for.
I tried to specify pfGetMemoryClassType() as a second argument in
pfLookupNode() but it did not work. It works fine if I specify the exact type
of the searched node e.g. child = pfLookupNode(filename,
pfGetGeodeClassType());
Any suggestions would be greatly appreciated!
Thanks in advance.
-- __________________________________Kamen Kanev, PhD Senior Researcher
Visual Science Laboratory Awajicho MH Building 2-21 Kanda Awajicho Chiyoda-ku, Tokyo 101 JAPAN
Phone: +81-3-5256-7662 FAX: +81-3-5256-1070
e-mail:kamen++at++vsl.co.jp __________________________________
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:42 PDT