VTK-m
2.0
|
#include <vtkm/Types.h>
#include <vtkm/internal/ExportMacros.h>
#include <vtkm/filter/zfp/worklet/zfp/ZFPBlockWriter.h>
#include <vtkm/filter/zfp/worklet/zfp/ZFPEncode.h>
#include <vtkm/filter/zfp/worklet/zfp/ZFPFunctions.h>
#include <vtkm/filter/zfp/worklet/zfp/ZFPStructs.h>
#include <vtkm/filter/zfp/worklet/zfp/ZFPTypeInfo.h>
#include <vtkm/worklet/WorkletMapField.h>
Go to the source code of this file.
Classes | |
struct | vtkm::worklet::zfp::Encode1 |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::worklet::zfp | |
Functions | |
template<typename Scalar , typename PortalType > | |
VTKM_EXEC void | vtkm::worklet::zfp::GatherPartial1 (Scalar *q, const PortalType &scalars, vtkm::Id offset, int nx, int sx) |
template<typename Scalar , typename PortalType > | |
VTKM_EXEC void | vtkm::worklet::zfp::Gather1 (Scalar *fblock, const PortalType &scalars, vtkm::Id offset, int sx) |