VTK
|
#include <thrust/device_vector.h>
#include <thrust/host_vector.h>
#include <thrust/transform_reduce.h>
#include <thrust/functional.h>
#include <thrust/extrema.h>
#include <thrust/random.h>
Go to the source code of this file.
Classes | |
struct | vtkPiston::minmax_pair< T > |
struct | vtkPiston::minmax_unary_op< T > |
struct | vtkPiston::minmax_binary_op< T > |
Namespaces | |
vtkPiston | |
Functions | |
template<typename T > | |
minmax_pair< T > | vtkPiston::find_min_max (thrust::device_vector< T > *data) |