VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::ReceiveCommand ( Command cmd,
int  tag = static_cast<int>(Tag::Command) 
)

Definition at line 84 of file vtkfigCommunicator.cxx.

85  {
86  int icmd=0;
87  int rc=Receive(&icmd,1,remoteHandle,tag);
88  cmd=static_cast<Command>(icmd);
89  return rc;
90  }