30 void _numTicsChanged(
const std::vector<int> xyz);
31 void _sizeChanged(
const std::vector<double> xyz);
32 void _minChanged(
const std::vector<double> xyz);
33 void _maxChanged(
const std::vector<double> xyz);
34 void _originChanged(
const std::vector<double> xyz);
36 std::vector<double> _getDomainExtents()
const;
37 void _convertPCSToLonLat(
double &xCoord,
double &yCoord)
const;
38 void _convertLonLatToPCS(
double &xCoord,
double &yCoord)
const;
39 void _scaleNormalizedCoordsToWorld(std::vector<double> &coords)
const;
40 void _scaleWorldCoordsToNormalized(std::vector<double> &coords)
const;
Provides API for VAPOR visualizer User Interfaces (UIs)