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

Receive data from server.

Reimplemented from vtkfig::Figure.

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

385  {
386 
387  if (state.surface_rgbtab_modified)
388  {
389  RGBTable new_rgbtab;
390  ReceiveRGBTable(communicator, new_rgbtab);
391  SetSurfaceRGBTable(new_rgbtab,state.surface_rgbtab_size);
392  }
393 
394 
395  }
static void ReceiveRGBTable(vtkSmartPointer< internals::Communicator > communicator, RGBTable &rgbtab)
Receive rgb table from client.
struct vtkfig::Figure::@0 state
figure state
void SetSurfaceRGBTable(const V &tab, int lutsize)
Set Surface RGB table from vector.
std::vector< RGBPoint > RGBTable
Definition: vtkfigTools.h:26

+ Here is the call graph for this function: