VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::SendDouble ( double  d,
int  tag = static_cast<int>(Tag::Double) 
)

Definition at line 113 of file vtkfigCommunicator.cxx.

114  {
115  return Send(&d,1,remoteHandle,tag);
116  }