VTK-m
2.2
|
This is the complete list of members for vtkm::worklet::WaveletCompressor, including all inherited members.
ComputeCoeffLength(std::vector< vtkm::Id > &L, vtkm::Id nLevels) | vtkm::worklet::WaveletCompressor | inline |
ComputeCoeffLength2(std::vector< vtkm::Id > &L, vtkm::Id nLevels) | vtkm::worklet::WaveletCompressor | inline |
ComputeL(vtkm::Id sigInLen, vtkm::Id nLev, std::vector< vtkm::Id > &L) | vtkm::worklet::WaveletCompressor | inline |
ComputeL2(vtkm::Id inX, vtkm::Id inY, vtkm::Id nLev, std::vector< vtkm::Id > &L) | vtkm::worklet::WaveletCompressor | inline |
ComputeL3(vtkm::Id inX, vtkm::Id inY, vtkm::Id inZ, vtkm::Id nLev, std::vector< vtkm::Id > &L) | vtkm::worklet::WaveletCompressor | inline |
EvaluateReconstruction(const ArrayType &original, const ArrayType &reconstruct) | vtkm::worklet::WaveletCompressor | inline |
GetApproxLengthLevN(vtkm::Id sigInLen, vtkm::Id levN) | vtkm::worklet::WaveletCompressor | inline |
SquashCoefficients(CoeffArrayType &coeffIn, vtkm::Float64 ratio) | vtkm::worklet::WaveletCompressor | inline |
WaveDecompose(const SignalArrayType &sigIn, vtkm::Id nLevels, CoeffArrayType &coeffOut, std::vector< vtkm::Id > &L) | vtkm::worklet::WaveletCompressor | inline |
WaveDecompose2D(const InArrayType &sigIn, vtkm::Id nLevels, vtkm::Id inX, vtkm::Id inY, OutArrayType &coeffOut, std::vector< vtkm::Id > &L) | vtkm::worklet::WaveletCompressor | inline |
WaveDecompose3D(InArrayType &sigIn, vtkm::Id nLevels, vtkm::Id inX, vtkm::Id inY, vtkm::Id inZ, OutArrayType &coeffOut, bool discardSigIn) | vtkm::worklet::WaveletCompressor | inline |
WaveletCompressor(wavelets::WaveletName name) | vtkm::worklet::WaveletCompressor | inline |
WaveReconstruct(const CoeffArrayType &coeffIn, vtkm::Id nLevels, std::vector< vtkm::Id > &L, SignalArrayType &sigOut) | vtkm::worklet::WaveletCompressor | inline |
WaveReconstruct2D(const InArrayType &arrIn, vtkm::Id nLevels, vtkm::Id inX, vtkm::Id inY, OutArrayType &arrOut, std::vector< vtkm::Id > &L) | vtkm::worklet::WaveletCompressor | inline |
WaveReconstruct3D(InArrayType &arrIn, vtkm::Id nLevels, vtkm::Id inX, vtkm::Id inY, vtkm::Id inZ, OutArrayType &arrOut, bool discardArrIn) | vtkm::worklet::WaveletCompressor | inline |