VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::SendString ( const std::string  s,
int  tag = static_cast<int>(Tag::String) 
)

Definition at line 124 of file vtkfigCommunicator.cxx.

125  {
126  SendInt(s.size());
127  return Send(s.c_str(),s.size(),remoteHandle,tag);
128  }
int SendInt(int i, int tag=static_cast< int >(Tag::Int))

+ Here is the call graph for this function: