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

Client-Server communication.

Reimplemented from vtkfig::Figure.

Definition at line 375 of file vtkfigScalarView-2018-01-21-2258.cxx.

376  {
377  if (state.surface_rgbtab_modified)
378  {
379  SendRGBTable(communicator, surface_rgbtab);
380  state.surface_rgbtab_modified=false;
381  }
382  }
RGBTable surface_rgbtab
Definition: vtkfigFigure.h:266
struct vtkfig::Figure::@0 state
figure state
static void SendRGBTable(vtkSmartPointer< internals::Communicator > communicator, RGBTable &rgbtab)
Send rgb table to client.

+ Here is the call graph for this function: