Source
46
46
virtual PlotMSPlot* getPlot();
47
47
void setCacheBase( PlotMSCacheBase* cacheBase );
48
48
void setAxes( vector<PMS::Axis> axes );
49
49
void setAxesData( int size );
50
50
void setAxesData( vector<PMS::DataColumn> cachedData );
51
51
void setName( casacore::String msName );
52
52
void setSelection( PlotMSSelection selection );
53
53
void setAveraging( PlotMSAveraging averaging );
54
54
void setTransformations( PlotMSTransformations transforms );
55
55
void setCalibration( PlotMSCalibration calibration );
56
-
// although these are "display" params, they change the cache indexer setup
57
-
void setXConnect( casacore::String xconnect );
58
-
void setTimeConnect( bool xconnect );
59
56
virtual ~CacheThread();
60
57
protected:
61
58
virtual bool doWork();
62
59
virtual void finished(){}
63
60
private:
64
61
CacheThread( const CacheThread& other );
65
62
CacheThread operator=( const CacheThread& other );
66
63
67
64
//Log error, set status, and do clean up when an
68
65
//exception is thrown.