Added HasVertexRef function
This commit is contained in:
parent
83329d1737
commit
9d78284193
|
@ -108,6 +108,7 @@ public:
|
|||
T::Dealloc();
|
||||
}
|
||||
|
||||
static bool HasVertexRef() { return true; }
|
||||
static bool HasFVAdjacency() { return true; }
|
||||
static void Name(std::vector<std::string> & name){name.push_back(std::string("PFVAdj"));T::Name(name);}
|
||||
|
||||
|
|
Loading…
Reference in New Issue