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

Definition at line 146 of file vtkfigCommunicator.cxx.

147  {
148  return Receive(buf,ndata,remoteHandle,tag);
149  }