Class FieldDecoderFloatN_Lossy

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Class Documentation

class FieldDecoderFloatN_Lossy : public Cloudini::FieldDecoder

Public Functions

FieldDecoderFloatN_Lossy(const std::vector<FieldData> &field_data)
virtual void decode(ConstBufferView &input, BufferView dest_point_view) override

Decode the field data from the input buffer to the output buffer. The input buffer will be advanced, while the dest_point_view must be advanced by the user.BufferView.

Parameters:
  • input – The input buffer containing the pointer to the current point. Advanced automatically.

  • dest_point_view – The output buffer to write the decoded data. Must point at the point.

inline virtual void reset() override
struct FieldData

Public Members

size_t offset
float resolution