fIsParent
bool IsParent() const { return fIsParent; }
void SetIsParent(bool isParent) { fIsParent = isParent; }
bool fIsParent;