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

#include <RequirementsCache.h>

Collaboration diagram for carta::SpectralCache:
[legend]

Public Member Functions

 SpectralCache ()
 
 SpectralCache (std::map< CARTA::StatsType, std::vector< double > > &profiles_)
 
bool GetProfile (CARTA::StatsType type_, std::vector< double > &profile_)
 
void ClearProfiles ()
 

Public Attributes

std::map< CARTA::StatsType, std::vector< double > > profiles
 

Constructor & Destructor Documentation

◆ SpectralCache() [1/2]

carta::SpectralCache::SpectralCache ( )
inline

◆ SpectralCache() [2/2]

carta::SpectralCache::SpectralCache ( std::map< CARTA::StatsType, std::vector< double > > &  profiles_)
inline

Member Function Documentation

◆ ClearProfiles()

void carta::SpectralCache::ClearProfiles ( )
inline

◆ GetProfile()

bool carta::SpectralCache::GetProfile ( CARTA::StatsType  type_,
std::vector< double > &  profile_ 
)
inline

Member Data Documentation

◆ profiles

std::map<CARTA::StatsType, std::vector<double> > carta::SpectralCache::profiles

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