Example #1
0
 public Human(bool createTBR)
 {
     _body = null;
     _id   = null;
     if (createTBR)
     {
         _tbrepresentation = new TrackedBodyRepresentation();
     }
 }
 public void setTBR(TrackedBodyRepresentation tbr)
 {
     _tbr = tbr;
 }