setD method

Pointer<ImageC> setD(
  1. ImageD o
)

Implementation

Pointer<ImageC> setD(ImageD o) {
  ref.setD(o);
  return this;
}