VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Surf2D::ServerRTSend ( vtkSmartPointer< internals::Communicator communicator)
inlinevirtual

Send data to client.

Reimplemented from vtkfig::Figure.

Definition at line 44 of file vtkfigSurf2D.h.

45  {
46  communicator->SendCharBuffer((char*)&state,sizeof(state));
47  if (state.rgbtab_modified)
48  {
49  SendRGBTable(communicator, rgbtab);
50  }
51  communicator->Send(gridfunc,1,1);
52  state.rgbtab_modified=false;
53  };
vtkSmartPointer< vtkStructuredGrid > gridfunc
Definition: vtkfigSurf2D.h:75
static void SendRGBTable(vtkSmartPointer< internals::Communicator > communicator, RGBTable &rgbtab)
Send rgb table to client.
RGBTable rgbtab
Definition: vtkfigSurf2D.h:84
struct vtkfig::Surf2D::@3 state

+ Here is the call graph for this function: