Added HasVertexRef function

This commit is contained in:
Gianpaolo Palma 2017-12-07 13:53:24 +01:00
parent 83329d1737
commit 9d78284193
1 changed files with 1 additions and 0 deletions

View File

@ -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);}