View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Attributes | List of all members
vistle::DepthQuantize< Precision, BitsPerPixel, ScaleBits > Struct Template Reference

quantized depth data for a single 4x4 pixel tile More...

#include <rhr/depthquant.h>

Inheritance diagram for vistle::DepthQuantize< Precision, BitsPerPixel, ScaleBits >:
Inheritance graph
[legend]
Collaboration diagram for vistle::DepthQuantize< Precision, BitsPerPixel, ScaleBits >:
Collaboration graph
[legend]

Public Attributes

uint8_t depth [2][Precision/8]
 minimum and maximum depth data More...
 
- Public Attributes inherited from vistle::DepthQuantizeBits< Precision, BitsPerPixel, 0 >
uint8_t bits [num_bytes]
 per-pixel interpolation weights More...
 

Additional Inherited Members

- Public Types inherited from vistle::DepthQuantizeBits< Precision, BitsPerPixel, 0 >
enum  
 

Detailed Description

template<int Precision, int BitsPerPixel, int ScaleBits = 0>
struct vistle::DepthQuantize< Precision, BitsPerPixel, ScaleBits >

quantized depth data for a single 4x4 pixel tile

Member Data Documentation

◆ depth

template<int Precision, int BitsPerPixel, int ScaleBits = 0>
uint8_t vistle::DepthQuantize< Precision, BitsPerPixel, ScaleBits >::depth[2][Precision/8]

minimum and maximum depth data


The documentation for this struct was generated from the following file: