VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::ReceiveFloat ( float &  d,
int  tag = static_cast<int>(Tag::Float) 
)

Definition at line 107 of file vtkfigCommunicator.cxx.

108  {
109  return Receive(&d,1,remoteHandle,tag);
110  }