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

Definition at line 92 of file vtkfigCommunicator.cxx.

93  {
94  return Send(&i,1,remoteHandle,tag);
95  }