VTK-m  2.0
Namespaces | Functions
Swap.h File Reference
#include <vtkm/internal/ExportMacros.h>
#include <algorithm>

Go to the source code of this file.

Namespaces

 vtkm
 Groups connected points that have the same field value.
 

Functions

template<typename T >
VTKM_EXEC_CONT void vtkm::Swap (T &a, T &b)
 Performs a swap operation. Safe to call from cuda code. More...