setD method

Implementation

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