#include <NodeVector.h>
Static Public Member Functions | |
static Prox | prox (const ProxNodeHandle &node) |
Definition at line 107 of file NodeVector.h.
static Prox ProxExtractor< ProxNodeHandle >::prox | ( | const ProxNodeHandle & | node | ) | [inline, static] |
Definition at line 108 of file NodeVector.h.
00109 { 00110 return node.getProx(); 00111 };