CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
carta::ContourSettings Struct Reference

#include <Frame.h>

Collaboration diagram for carta::ContourSettings:
[legend]

Public Member Functions

bool operator== (const ContourSettings &rhs) const
 
bool operator!= (const ContourSettings &rhs) const
 

Public Attributes

std::vector< double > levels
 
CARTA::SmoothingMode smoothing_mode
 
int smoothing_factor
 
int decimation
 
int compression_level
 
int chunk_size
 
uint32_t reference_file_id
 

Member Function Documentation

◆ operator!=()

bool carta::ContourSettings::operator!= ( const ContourSettings rhs) const
inline

◆ operator==()

bool carta::ContourSettings::operator== ( const ContourSettings rhs) const
inline

Member Data Documentation

◆ chunk_size

int carta::ContourSettings::chunk_size

◆ compression_level

int carta::ContourSettings::compression_level

◆ decimation

int carta::ContourSettings::decimation

◆ levels

std::vector<double> carta::ContourSettings::levels

◆ reference_file_id

uint32_t carta::ContourSettings::reference_file_id

◆ smoothing_factor

int carta::ContourSettings::smoothing_factor

◆ smoothing_mode

CARTA::SmoothingMode carta::ContourSettings::smoothing_mode

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