diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-28 18:07:45 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-28 18:07:45 (GMT) |
commit | 12fe5f03f307131243e99b41de4637654a27d7e3 (patch) | |
tree | 02cc1f1d47b4e29527684acf2a8ac50072b72fb0 /tksao/frame/base.h | |
parent | 30e4a34a960a8f3858ec5cf580ddb640e13647a1 (diff) | |
download | blt-12fe5f03f307131243e99b41de4637654a27d7e3.zip blt-12fe5f03f307131243e99b41de4637654a27d7e3.tar.gz blt-12fe5f03f307131243e99b41de4637654a27d7e3.tar.bz2 |
simplify marker code
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r-- | tksao/frame/base.h | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h index b2cc045..f313601 100644 --- a/tksao/frame/base.h +++ b/tksao/frame/base.h @@ -410,8 +410,6 @@ public: void markerAnalysisStats(Marker*, ostream&, int, int, BBox*, Coord::CoordSystem, Coord::SkyFrame); - double mapLenToRef(double, Coord::InternalSystem); - Vector mapLenToRef(const Vector&, Coord::InternalSystem); void markerListHeader(ostream&); void markerListXMLHeader(ostream&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat); void markerListXMLFooter(ostream&); @@ -1331,7 +1329,6 @@ public: void markerAngleCmd(int, double, Coord::CoordSystem, Coord::SkyFrame); void markerAnnulusCreateRadiusCmd(int, const Vector&); void markerAnnulusDeleteRadiusCmd(int, int); - void markerAnnulusRadiusCmd(int, double, double, int, Coord::InternalSystem); void markerAnnulusRadiusCmd(int, double, double, int, Coord::CoordSystem, Coord::DistFormat); void markerAnnulusRadiusCmd(int, const char*, Coord::CoordSystem, Coord::DistFormat); @@ -1340,13 +1337,10 @@ public: void markerBackCmd(int); void markerBoxFillCmd(int, int); void markerBoxAnnulusRadiusCmd(int, const Vector&, const Vector&, int, - Coord::InternalSystem); - void markerBoxAnnulusRadiusCmd(int, const Vector&, const Vector&, int, Coord::CoordSystem, Coord::DistFormat); void markerBoxAnnulusRadiusCmd(int, const char*, Coord::CoordSystem, Coord::DistFormat); void markerBoxAnnulusCreateRadiusCmd(int, const Vector&); void markerBoxAnnulusDeleteRadiusCmd(int, int); - void markerBoxRadiusCmd(int, const Vector&, Coord::InternalSystem); void markerBoxRadiusCmd(int, const Vector&, Coord::CoordSystem, Coord::DistFormat); void markerBpandaCreateAnglesCmd(int, const Vector&); void markerBpandaCreateRadiusCmd(int, const Vector&); @@ -1368,14 +1362,12 @@ public: void markerCentroidRadiusCmd(float); void markerCentroidIterationCmd(int); void markerCircleFillCmd(int, int); - void markerCircleRadiusCmd(int, double, Coord::InternalSystem); void markerCircleRadiusCmd(int, double, Coord::CoordSystem, Coord::DistFormat); void markerColorCmd(const char*); void markerColorCmd(const char*, const char*); void markerColorCmd(int, const char*); void markerCompassArrowCmd(int, int, int); void markerCompassLabelCmd(int, const char*, const char*); - void markerCompassRadiusCmd(int, double, Coord::InternalSystem); void markerCompassRadiusCmd(int, double, Coord::CoordSystem, Coord::DistFormat); void markerCompassSystemCmd(int, Coord::CoordSystem, Coord::SkyFrame); void markerCompositeCmd(int, int); @@ -1410,10 +1402,8 @@ public: void markerEditMotionCmd(const Vector&, int); void markerEditEndCmd(); void markerEllipseFillCmd(int, int); - void markerEllipseRadiusCmd(int, const Vector&, Coord::InternalSystem); - void markerEllipseRadiusCmd(int, const Vector&, Coord::CoordSystem, Coord::DistFormat); - void markerEllipseAnnulusRadiusCmd(int, const Vector&, const Vector&, int, - Coord::InternalSystem); + void markerEllipseRadiusCmd(int, const Vector&, + Coord::CoordSystem, Coord::DistFormat); void markerEllipseAnnulusRadiusCmd(int, const Vector&, const Vector&, int, Coord::CoordSystem, Coord::DistFormat); void markerEllipseAnnulusRadiusCmd(int, const char*, @@ -1488,7 +1478,6 @@ public: void markerPolygonFillCmd(int, int); void markerPolygonCreateVertexCmd(int, int, const Vector&); void markerPolygonDeleteVertexCmd(int, int); - void markerPolygonResetCmd(int, const Vector&, Coord::InternalSystem); void markerPolygonResetCmd(int, const Vector&, Coord::CoordSystem, Coord::DistFormat); void markerPreserveCmd(int r) {preserveMarkers = r;} void markerPropertyCmd(unsigned short, int); @@ -1496,8 +1485,6 @@ public: void markerPropertyCmd(int, unsigned short, int); void markerPropertyCmd(unsigned short, int, const Vector&); void markerProjectionCmd(int, const Vector&, const Vector&, - Coord::InternalSystem, double); - void markerProjectionCmd(int, const Vector&, const Vector&, Coord::CoordSystem, Coord::SkyFrame, double, Coord::CoordSystem, Coord::DistFormat); @@ -1517,7 +1504,6 @@ public: void markerSaveTemplateCmd(const char*); void markerSegmentCreateVertexCmd(int, int, const Vector&); void markerSegmentDeleteVertexCmd(int, int); - void markerSegmentResetCmd(int, const Vector&, Coord::InternalSystem); void markerSegmentResetCmd(int, const Vector&, Coord::CoordSystem, Coord::DistFormat); void markerSelectAllCmd(); void markerSelectCmd(int); // not used @@ -1547,7 +1533,6 @@ public: void markerUnselectCmd(int); // not used void markerUnselectCmd(const char*); // not used - void markerVectorCmd(int, const Vector&, Coord::InternalSystem, double, double); void markerVectorCmd(int, const Vector&, Coord::CoordSystem, Coord::SkyFrame, double, Coord::CoordSystem, Coord::DistFormat, double); void markerVectorArrowCmd(int, int); |