MCPcopy Create free account
hub / github.com/Kitware/VTK / Execute

Method Execute

Rendering/ParallelLIC/vtkPPixelTransfer.h:274–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272//-----------------------------------------------------------------------------
273template <typename SOURCE_TYPE>
274int vtkPPixelTransfer::Execute(MPI_Comm comm, int rank, int nComps, SOURCE_TYPE* srcData,
275 int destType, void* destData, std::vector<MPI_Request>& reqs, std::deque<MPI_Datatype>& types,
276 int tag)
277{
278 // second layer of dispatch
279 switch (destType)
280 {
281 vtkTemplateMacro(
282 return this->Execute(comm, rank, nComps, srcData, (VTK_TT*)destData, reqs, types, tag));
283 }
284 return 0;
285}
286
287//-----------------------------------------------------------------------------
288template <typename SOURCE_TYPE, typename DEST_TYPE>

Callers 3

GatherMethod · 0.45
ScatterMethod · 0.45
PushImageToScreenMethod · 0.45

Calls 2

backMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected