|
VTK-m
2.0
|
Go to the source code of this file.
Classes | |
| struct | vtkm::worklet::zfp::ZFPCodec< BlockSize > |
| struct | vtkm::worklet::zfp::ZFPCodec< 4 > |
| struct | vtkm::worklet::zfp::ZFPCodec< 16 > |
| struct | vtkm::worklet::zfp::ZFPCodec< 64 > |
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value. | |
| vtkm::worklet | |
| VTK-m Worklets. | |
| vtkm::worklet::zfp | |
Macros | |
| #define | index3(i, j, k) ((i) + 4 * ((j) + 4 * (k))) |
| #define | index2(i, j) ((i) + 4 * (j)) |
| #define index2 | ( | i, | |
| j | |||
| ) | ((i) + 4 * (j)) |
| #define index3 | ( | i, | |
| j, | |||
| k | |||
| ) | ((i) + 4 * ((j) + 4 * (k))) |
1.8.17