VTK-m
2.0
|
#include <vtkm/Math.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCounting.h>
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/cont/ArrayHandleTransform.h>
#include <vtkm/cont/ArrayHandleUniformPointCoordinates.h>
#include <vtkm/cont/DataSet.h>
#include <vtkm/cont/DeviceAdapterAlgorithm.h>
#include <vtkm/cont/Timer.h>
#include <vtkm/cont/internal/ArrayPortalFromIterators.h>
#include <vtkm/worklet/DispatcherMapField.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/worklet/splatkernels/Gaussian.h>
#include <vtkm/worklet/splatkernels/KernelBase.h>
#include <vtkm/worklet/splatkernels/Spline3rdOrder.h>
Go to the source code of this file.
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::worklet::debug | |
Macros | |
#define | START_TIMER_BLOCK(name) |
#define | END_TIMER_BLOCK(name) |
Functions | |
template<typename T , typename S > | |
void | vtkm::worklet::debug::OutputArrayDebug (const vtkm::cont::ArrayHandle< T, S > &vtkmNotUsed(outputArray), const std::string &vtkmNotUsed(name)) |
template<typename T , int S> | |
void | vtkm::worklet::debug::OutputArrayDebug (const vtkm::cont::ArrayHandle< vtkm::Vec< T, S >> &vtkmNotUsed(outputArray), const std::string &vtkmNotUsed(name)) |
template<typename I , typename T , int S> | |
void | vtkm::worklet::debug::OutputArrayDebug (const vtkm::cont::ArrayHandlePermutation< I, vtkm::cont::ArrayHandle< vtkm::Vec< T, S >>> &vtkmNotUsed(outputArray), const std::string &vtkmNotUsed(name)) |
#define END_TIMER_BLOCK | ( | name | ) |
#define START_TIMER_BLOCK | ( | name | ) |