#include <NodeVector.h>
Static Public Member Functions | |
static Prox | prox (const T &) |
Definition at line 99 of file NodeVector.h.
static Prox ProxExtractor< T >::prox | ( | const T & | ) | [inline, static] |
Definition at line 100 of file NodeVector.h.
00101 { 00102 return Prox::PROX_UNKNOWN; 00103 };