Hello Community,
my question is: How can I count treenodes by code? I want to count the connections in, out and center by code and save them into an integer.
- int conin;
- int conout;
- int concenter;
- conin = ??; //Number of Connections in.
- conout = ??; //Number of Connections out.
- concenter = ??; //Number of Connections center.
Does anyone know how to do this?
Regards, Robin