View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Classes | Public Member Functions | Public Attributes | List of all members
vistle::CompressionParameters Struct Reference

#include <rhr/compdecomp.h>

Collaboration diagram for vistle::CompressionParameters:
Collaboration graph
[legend]

Classes

struct  RgbaCompressionParameters
 

Public Member Functions

 DEFINE_ENUM_WITH_STRING_CONVERSIONS (ColorCodec,(Raw)(PredictRGB)(PredictRGBA)(Jpeg_YUV411)(Jpeg_YUV444)) DEFINE_ENUM_WITH_STRING_CONVERSIONS(DepthCodec
 
() DepthRaw() DepthPredict() DepthPredictPlanar() DepthQuant() DepthQuantPlanar (DepthZfp)) DEFINE_ENUM_WITH_STRING_CONVERSIONS(ZfpMode
 
() DepthRaw() DepthPredict() DepthPredictPlanar() DepthQuant()() ZfpFixedRate() ZfpPrecision (ZfpAccuracy)) struct DepthCompressionParameters
 
 CompressionParameters (const RgbaCompressionParameters &rgba)
 
 CompressionParameters (const DepthCompressionParameters &depth)
 
 CompressionParameters ()=default
 

Public Attributes

bool isDepth = false
 
DepthCompressionParameters depth
 
RgbaCompressionParameters rgba
 

Class Documentation

◆ vistle::CompressionParameters::RgbaCompressionParameters

struct vistle::CompressionParameters::RgbaCompressionParameters
Class Members
ColorCodec rgbaCodec
CompressionMode rgbaCompress

Constructor & Destructor Documentation

◆ CompressionParameters() [1/3]

vistle::CompressionParameters::CompressionParameters ( const RgbaCompressionParameters rgba)
inline

◆ CompressionParameters() [2/3]

vistle::CompressionParameters::CompressionParameters ( const DepthCompressionParameters depth)
inline

◆ CompressionParameters() [3/3]

vistle::CompressionParameters::CompressionParameters ( )
default

Member Function Documentation

◆ DEFINE_ENUM_WITH_STRING_CONVERSIONS()

vistle::CompressionParameters::DEFINE_ENUM_WITH_STRING_CONVERSIONS ( ColorCodec  ,
(Raw)(PredictRGB)(PredictRGBA)(Jpeg_YUV411)(Jpeg_YUV444)   
)

◆ DepthQuantPlanar()

() DepthRaw() DepthPredict() DepthPredictPlanar() DepthQuant() vistle::CompressionParameters::DepthQuantPlanar ( DepthZfp  )

◆ ZfpPrecision()

() DepthRaw() DepthPredict() DepthPredictPlanar() DepthQuant()() ZfpFixedRate() vistle::CompressionParameters::ZfpPrecision ( ZfpAccuracy  )
inline

< whether depth should be retrieved as floating point

< depth buffer read-back precision (bits) for integer formats

Member Data Documentation

◆ depth

DepthCompressionParameters vistle::CompressionParameters::depth

◆ isDepth

bool vistle::CompressionParameters::isDepth = false

◆ rgba

RgbaCompressionParameters vistle::CompressionParameters::rgba

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