VTKFIG  0.20.20181114
Easy VTK based in situ visualization
int vtkfig::internals::Communicator::SendCharBuffer ( char *  buf,
int  ndata,
int  tag = static_cast<int>(Tag::CharBuffer) 
)

Definition at line 141 of file vtkfigCommunicator.cxx.

142  {
143  return Send(buf,ndata,remoteHandle,tag);
144  }