casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::QtDisplayPanel::panel_state::colormap_state Class Reference

#include <QtDisplayPanel.qo.h>

Public Member Functions

 colormap_state (const std::string &n, const casacore::Vector< float > &s, const casacore::Vector< float > &b)
 
 colormap_state (const colormap_state &other)
 
const std::string & name () const
 
const casacore::Vector< float > & shift () const
 
const casacore::Vector< float > & brightness () const
 
const std::string & colormap () const
 

Private Attributes

std::string name_
 
casacore::Vector< float > shift_
 
casacore::Vector< float > brightness_
 

Detailed Description

Definition at line 96 of file QtDisplayPanel.qo.h.

Constructor & Destructor Documentation

casa::QtDisplayPanel::panel_state::colormap_state::colormap_state ( const std::string &  n,
const casacore::Vector< float > &  s,
const casacore::Vector< float > &  b 
)
inline

Definition at line 98 of file QtDisplayPanel.qo.h.

casa::QtDisplayPanel::panel_state::colormap_state::colormap_state ( const colormap_state other)
inline

Definition at line 99 of file QtDisplayPanel.qo.h.

Member Function Documentation

const casacore::Vector<float>& casa::QtDisplayPanel::panel_state::colormap_state::brightness ( ) const
inline

Definition at line 106 of file QtDisplayPanel.qo.h.

References brightness_.

const std::string& casa::QtDisplayPanel::panel_state::colormap_state::colormap ( ) const
inline

Definition at line 109 of file QtDisplayPanel.qo.h.

References name_.

const std::string& casa::QtDisplayPanel::panel_state::colormap_state::name ( ) const
inline

Definition at line 100 of file QtDisplayPanel.qo.h.

References name_.

const casacore::Vector<float>& casa::QtDisplayPanel::panel_state::colormap_state::shift ( ) const
inline

Definition at line 103 of file QtDisplayPanel.qo.h.

References shift_.

Member Data Documentation

casacore::Vector<float> casa::QtDisplayPanel::panel_state::colormap_state::brightness_
private

Definition at line 115 of file QtDisplayPanel.qo.h.

Referenced by brightness().

std::string casa::QtDisplayPanel::panel_state::colormap_state::name_
private

Definition at line 113 of file QtDisplayPanel.qo.h.

Referenced by colormap(), and name().

casacore::Vector<float> casa::QtDisplayPanel::panel_state::colormap_state::shift_
private

Definition at line 114 of file QtDisplayPanel.qo.h.

Referenced by shift().


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