VAPOR3 3.9.4
Public Attributes | List of all members
VAPoR::VolumeRenderer::Cache Struct Reference

#include <VolumeRenderer.h>

Public Attributes

std::string var = ""
 
size_t ts = -1
 
int refinement
 
int compression
 
bool useColorMapVar = false
 
std::string colorMapVar = ""
 
MapperFunctiontf = nullptr
 
std::vector< float > constantColor
 
MapperFunctiontf2 = nullptr
 
std::string algorithmName = ""
 
std::vector< double > minExt
 
std::vector< double > maxExt
 
int ospMaxCells
 
int ospTestCellId
 
bool ospPT
 
bool osp_force_regular
 
bool osp_test_volume
 
bool osp_decompose
 
bool osp_enable_clipping
 
bool needsUpdate
 

Detailed Description

Definition at line 61 of file VolumeRenderer.h.

Member Data Documentation

◆ algorithmName

std::string VAPoR::VolumeRenderer::Cache::algorithmName = ""

Definition at line 74 of file VolumeRenderer.h.

◆ colorMapVar

std::string VAPoR::VolumeRenderer::Cache::colorMapVar = ""

Definition at line 68 of file VolumeRenderer.h.

◆ compression

int VAPoR::VolumeRenderer::Cache::compression

Definition at line 65 of file VolumeRenderer.h.

◆ constantColor

std::vector<float> VAPoR::VolumeRenderer::Cache::constantColor

Definition at line 71 of file VolumeRenderer.h.

◆ maxExt

std::vector<double> VAPoR::VolumeRenderer::Cache::maxExt

Definition at line 77 of file VolumeRenderer.h.

◆ minExt

std::vector<double> VAPoR::VolumeRenderer::Cache::minExt

Definition at line 76 of file VolumeRenderer.h.

◆ needsUpdate

bool VAPoR::VolumeRenderer::Cache::needsUpdate

Definition at line 87 of file VolumeRenderer.h.

◆ osp_decompose

bool VAPoR::VolumeRenderer::Cache::osp_decompose

Definition at line 84 of file VolumeRenderer.h.

◆ osp_enable_clipping

bool VAPoR::VolumeRenderer::Cache::osp_enable_clipping

Definition at line 85 of file VolumeRenderer.h.

◆ osp_force_regular

bool VAPoR::VolumeRenderer::Cache::osp_force_regular

Definition at line 82 of file VolumeRenderer.h.

◆ osp_test_volume

bool VAPoR::VolumeRenderer::Cache::osp_test_volume

Definition at line 83 of file VolumeRenderer.h.

◆ ospMaxCells

int VAPoR::VolumeRenderer::Cache::ospMaxCells

Definition at line 79 of file VolumeRenderer.h.

◆ ospPT

bool VAPoR::VolumeRenderer::Cache::ospPT

Definition at line 81 of file VolumeRenderer.h.

◆ ospTestCellId

int VAPoR::VolumeRenderer::Cache::ospTestCellId

Definition at line 80 of file VolumeRenderer.h.

◆ refinement

int VAPoR::VolumeRenderer::Cache::refinement

Definition at line 64 of file VolumeRenderer.h.

◆ tf

MapperFunction* VAPoR::VolumeRenderer::Cache::tf = nullptr

Definition at line 70 of file VolumeRenderer.h.

◆ tf2

MapperFunction* VAPoR::VolumeRenderer::Cache::tf2 = nullptr

Definition at line 72 of file VolumeRenderer.h.

◆ ts

size_t VAPoR::VolumeRenderer::Cache::ts = -1

Definition at line 63 of file VolumeRenderer.h.

◆ useColorMapVar

bool VAPoR::VolumeRenderer::Cache::useColorMapVar = false

Definition at line 67 of file VolumeRenderer.h.

◆ var

std::string VAPoR::VolumeRenderer::Cache::var = ""

Definition at line 62 of file VolumeRenderer.h.


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