VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::ReceiveInt ( int &  i,
int  tag = static_cast<int>(Tag::Int) 
)

Definition at line 97 of file vtkfigCommunicator.cxx.

98  {
99  return Receive(&i,1,remoteHandle,tag);
100  }