setC method

Implementation

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