setC method

Implementation

Pointer<BoundingBoxC> setC(BoundingBoxC o) {
  ref.setC(o);
  return this;
}