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

Definition at line 77 of file vtkfigCommunicator.cxx.

78  {
79  int icmd=static_cast<int>(cmd);
80  int rc=0;
81  Send(&icmd,1,remoteHandle,tag);
82  }