// COUNTER.H #ifndef COUNTER_H #define COUNTER_H class portCounter { public: int totalPortNodeNum, totalPortEdgeNum, totalPortFaceNum, NumLayer; }; #endif