casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Slots | Signals | Public Member Functions | Protected Types | Protected Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
casa::viewer::Polyline Class Reference

#include <Polyline.qo.h>

Inheritance diagram for casa::viewer::Polyline:
casa::viewer::Region casa::viewer::dtorNotifier

Public Types

typedef std::pair< double, double > pt
 
typedef std::vector< ptpoint_list
 

Public Slots

void setMarkerPosition (int regionId, int segmentIndex, float percentage)
 Position marker. More...
 
void setShowMarkerPosition (int regionId, bool show)
 

Signals

void show1DSliceTool ()
 
- Signals inherited from casa::viewer::Region
void selectionChanged (viewer::Region *, bool)
 
void regionCreated (int, const QString &shape, const QString &name, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y, const QString &linecolor, const QString &text, const QString &font, int fontsize, int fontstyle)
 
void regionUpdate (int, viewer::region::RegionChanges, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y)
 
void regionChange (viewer::Region *, std::string)
 
void regionUpdateResponse (int, const QString &shape, const QString &name, const QList< double > &world_x, const QList< double > &world_y, const QList< int > &pixel_x, const QList< int > &pixel_y, const QString &linecolor, const QString &text, const QString &font, int fontsize, int fontstyle)
 generated by emitUpdate()... More...
 
void showHistogramTool ()
 

Public Member Functions

 Polyline (WorldCanvas *wc, QtRegionDock *d, double x1, double y1)
 Construction. More...
 
 Polyline (WorldCanvas *wc, QtRegionDock *d, const std::vector< std::pair< double, double > > &pts)
 
 Polyline (QtRegionSourceKernel *, WorldCanvas *wc, const std::vector< std::pair< double, double > > &pts, bool hold_signals=false)
 carry over from QtRegion... More...
 
 Polyline (QtRegionSourceKernel *rs, WorldCanvas *wc, double x1, double y1, bool hold_signals=false)
 
virtual ~Polyline ()
 
bool clickWithin (double x, double y) const
 
int clickHandle (double x, double y) const
 
int moveHandle (int handle, double x, double y)
 
void move (double dx, double dy)
 
void resize (double, double)
 
bool valid_translation (double dx, double dy, double width_delta, double height_delta)
 
region::PointInfo checkPoint (double x, double y) const
 returns point state (Region::PointLocation) More...
 
unsigned int mouseMovement (double x, double y, bool other_selected)
 returns mouse state (Region::MouseState) More...
 
void linearCenter (double &x, double &y) const
 
void pixelCenter (double &x, double &y) const
 
void polylineComplete ()
 
void addVertex (double x, double y, bool rewrite_last_point=false)
 
AnnotationBaseannotation () const
 
void boundingRectangle (double &blcx, double &blcy, double &trcx, double &trcy) const
 return the drawing bounding rectangle... More...
 
int numVertices () const
 
void output (ds9writer &out) const
 
region::RegionTypes type () const
 fetch region type... More...
 
void addPlot (QWidget *parent, string label)
 
- Public Member Functions inherited from casa::viewer::Region
const std::string name () const
 user specified name More...
 
std::string lineColor () const
 
std::string centerColor () const
 
int lineWidth () const
 
region::LineStyle lineStyle () const
 
std::string textColor () const
 
std::string textFont () const
 
int textFontSize () const
 
int textFontStyle () const
 
std::string textValue () const
 
region::TextPosition textPosition () const
 
void textPositionDelta (int &x, int &y) const
 
virtual void setLabel (const std::string &l)
 
virtual void setLabelPosition (region::TextPosition)
 
virtual void setLabelDelta (const std::vector< int > &)
 
virtual void setFont (const std::string &font="", int font_size=-1, int font_style=0, const std::string &font_color="")
 
virtual void setLine (const std::string &line_color="", region::LineStyle line_style=region::SolidLine, unsigned int line_width=1)
 
virtual void setAnnotation (bool)
 
void getCoordinatesAndUnits (region::Coord &c, region::Units &x_units, region::Units &y_units, std::string &width_height_units) const
 
void getPositionString (std::string &x, std::string &y, std::string &angle, double &bounding_width, double &bounding_height, region::Coord coord=region::DefaultCoord, region::Units x_units=region::DefaultUnits, region::Units y_units=region::DefaultUnits, const std::string &bounding_units="rad") const
 
bool translateX (const std::string &, const std::string &, const std::string &)
 
bool translateY (const std::string &, const std::string &, const std::string &)
 
bool resizeX (const std::string &, const std::string &, const std::string &)
 
bool resizeY (const std::string &, const std::string &, const std::string &)
 
int numFrames () const
 
void zRange (int &x, int &y) const
 
int zIndex () const
 
bool regionVisible () const
 
bool worldBoundingRectangle (double &, double &, const std::string &) const
 
virtual ~Region ()
 
 Region ()
 
 Region (const std::string &name, WorldCanvas *wc, QtRegionDock *, bool hold_signals_=false, QtRegionState *supplied_state=0, QtMouseToolNames::PointRegionSymbols sym=QtMouseToolNames::SYM_UNKNOWN)
 
virtual bool degenerate () const
 is this region degenerate? More...
 
void setDrawingEnv ()
 
void resetDrawingEnv ()
 
void setTextEnv ()
 
void resetTextEnv ()
 
void pushDrawingEnv (region::LineStyle ls, int thickness=-1)
 
void popDrawingEnv ()
 
void setDrawCenter (bool draw_center)
 
bool getDrawCenter ()
 
void refresh ()
 duplicate of MultiWCTool::refresh() More...
 
void invalidateCenterInfo ()
 indicates that the center info is no longer valid More...
 
bool selected () const
 
virtual bool weaklySelected () const
 is this region weakly or temporarily selected? More...
 
virtual void weaklySelect (bool scroll_dock=true)
 
virtual void weaklyUnselect ()
 weaklyUnselectLimited() plus extra processing... More...
 
virtual void weaklyUnselectLimited ()
 just unmark this region (called from RegionToolManager); do not do the rest of the reorganization that weaklyUnselect() does... More...
 
virtual void selectedInCanvas ()
 indicates that the user has selected this rectangle... More...
 
virtual void mark (bool set=true)
 functions added with the introduction of RegionToolManager and the unified selection and manipulation of the various region types... More...
 
virtual bool marked () const
 
virtual bool mark_toggle ()
 returns the new state... More...
 
size_t selected_region_count ()
 
size_t marked_region_count ()
 
void clearMouseInRegion ()
 
virtual void status (const std::string &msg, const std::string &type="info")
 update status information... More...
 
virtual bool markCenter () const
 
virtual bool skyComponent () const
 
void holdSignals ()
 postpone signal processing (important for signals generated during construction)... More...
 
virtual void releaseSignals ()
 
virtual std::list
< std::shared_ptr< RegionInfo > > * 
statistics ()
 
int getId () const
 Histogram functionality. More...
 
casacore::ImageRegiongetImageRegion (DisplayData *dd) const
 
QtRegionStatestate ()
 DISPLAY_PURE_VIRTUAL(Region::pixelCenter,);. More...
 
int markerScale () const
 how much to scale the symbol used to mark point regions... More...
 
void setMarkerScale (int v)
 
void updateStateInfo (bool region_modified, region::RegionChanges)
 indicates that region movement requires the update of state information... More...
 
void refresh_state_gui ()
 
void clearStatistics ()
 blank out the statistics for this region More...
 
void statisticsUpdateNeeded ()
 
int & colorIndex ()
 used to synchronize the default color for all of the RegionDock's RegionState objects... More...
 
std::pair< int, int > & tabState ()
 used to synchronize all of the RegionDock's RegionState tab configuration... More...
 
std::map< std::string, int > & coordState ()
 used to synchronize all of the RegionDock's RegionState coordinate configuration... More...
 
void selectedCountUpdateNeeded ()
 forward state update information to the dock wherere a count of selected regions, information is maintained. More...
 
QString getSaveDir ()
 used to synchronize all region directories per QtDisplayPanelGUI... More...
 
void putSaveDir (QString)
 
QString getLoadDir ()
 
void putLoadDir (QString)
 
virtual bool setMarker (QtMouseToolNames::PointRegionSymbols)
 
- Public Member Functions inherited from casa::viewer::dtorNotifier
 dtorNotifier ()
 
 ~dtorNotifier ()
 signals any dtorNotifiee's that are registered More...
 
void addNotifiee (dtorNotifiee *)
 
void removeNotifiee (dtorNotifiee *)
 

Protected Types

enum  YScaleTo {
  ScaleTop,
  ScaleBottom
}
 
enum  XScaleTo {
  ScaleLeft,
  ScaleRight
}
 
enum  Tranformations {
  FLIP_X,
  FLIP_Y
}
 
- Protected Types inherited from casa::viewer::Region
typedef std::pair
< region::LineStyle, int > 
ls_ele
 

Protected Member Functions

virtual RegionInfonewInfoObject (casacore::ImageInterface< float > *image, PrincipalAxesDD *)
 newInfoObject(...) is currently only used for PVLine regions, but it should be used for other regions to allow for specialized creation of the region info objects for display in "statistics"... More...
 
unsigned int check_handle (double x, double y) const
 
std::list< std::shared_ptr
< RegionInfo > > * 
generate_dds_centers ()
 
casacore::ImageRegionget_image_region (DisplayData *) const
 
void drawRegion (bool)
 
void drawText ()
 
virtual void fetch_region_details (region::RegionTypes &type, std::vector< std::pair< int, int > > &pixel_pts, std::vector< std::pair< double, double > > &world_pts) const
 
const point_listdrawing_points () const
 
- Protected Member Functions inherited from casa::viewer::Region
void fetch_details (region::RegionTypes &type, QList< int > &pixelx, QList< int > &pixely, QList< double > &worldx, QList< double > &worldy)
 
void signal_region_change (region::RegionChanges)
 
void initHistogram ()
 -----------------—==================== from old QtRegion ====================-----------------— More...
 
virtual std::list
< std::shared_ptr< RegionInfo > > * 
generate_dds_statistics ()
 
virtual void generate_nonimage_statistics (DisplayData *, std::list< std::shared_ptr< RegionInfo > > *)
 hook to allow generate_dds_statistics() to generate statistics for rectangular measurement set regions... More...
 
virtual ImageRegion_state get_image_selected_region (DisplayData *)
 
double linear_average (double a, double b) const
 
RegionInfo::center_tgetLayerCenter (PrincipalAxesDD *padd, std::shared_ptr< casacore::ImageInterface< float > > image, casacore::ImageRegion &imgReg)
 
RegionInfo::stats_tgetLayerStats (PrincipalAxesDD *padd, casacore::ImageInterface< float > *image, casacore::ImageRegion &imgReg)
 
region::Units current_xunits () const
 
region::Units current_yunits () const
 
region::Coord current_region_coordsys () const
 
casacore::MDirection::Types current_casa_coordsys () const
 
virtual void drawCenter (double &x, double &y, double &deltx, double &delty)
 
virtual bool within_drawing_area ()
 

Private Slots

void updatePolyLine (int regionId, viewer::region::RegionChanges, const QList< double > &worldX, const QList< double > &worldY, const QList< int > &pixelX, const QList< int > &pixelY)
 
void polyLineRegionChanged (viewer::Region *region, std::string changeType)
 
void polyLineRegionUpdate (int regionId, viewer::region::RegionChanges change, const QList< double > &worldX, const QList< double > &worldY, const QList< int > &pixelX, const QList< int > &pixelY)
 

Private Member Functions

bool within_vertex_handle (double x, double y) const
 
int move_sizing_rectangle_handle (int handle, double x, double y)
 
int move_vertex (int handle, double x, double y)
 
void update_drawing_bounds_rectangle ()
 
void update_reference_bounds_rectangle ()
 
void update_drawing_state ()
 
void update_reference_state (int transformations, int handle, int new_handle)
 
virtual void setCenter (double &x, double &y, double &deltx, double &delty)
 
void initPlot ()
 
void setPlotLineColor ()
 
void setPlotLineColor (SlicePlot *plot)
 
void drawPositionMarker ()
 casacore::Slice functionality More...
 

Private Attributes

double handle_delta_x
 
double handle_delta_y
 
point_list _ref_points_
 
double _ref_blc_x_
 
double _ref_blc_y_
 
double _ref_trc_x_
 
double _ref_trc_y_
 
double _ref_width_
 
double _ref_height_
 
point_list _drawing_points_
 
double _drawing_blc_x_
 
double _drawing_blc_y_
 
double _drawing_trc_x_
 
double _drawing_trc_y_
 
double _drawing_width_
 
double _drawing_height_
 
double _center_x
 
double _center_y
 
double _center_delta_x
 
double _center_delta_y
 
XScaleTo _x_origin_
 
YScaleTo _y_origin_
 
QMap< QString, SlicePlot * > slicePlots
 
int markerSegmentIndex
 
float markerPercentage
 
bool showPositionMarker
 

Additional Inherited Members

- Static Public Member Functions inherited from casa::viewer::Region
static bool refreshNeeded (int v)
 functions to query results from mouse functions... More...
 
static bool regionSelected (int v)
 
static bool handleSelected (int v)
 
static std::shared_ptr
< viewer::Region
creatingRegion ()
 called when creating regions to allow suppression of corner-handle drawing... More...
 
static void creatingRegionBegin (std::shared_ptr< viewer::Region > r)
 
static void creatingRegionEnd ()
 
- Public Attributes inherited from casa::viewer::Region
virtual void boundingRectangle(double
&, double &, double &, double
&) const DISPLAY_PURE_VIRTUAL(Region
void 
emitUpdate ()
 in "linear" coordinates... More...
 
- Protected Slots inherited from casa::viewer::Region
void refresh_canvas_event ()
 
void refresh_statistics_event (bool)
 
void refresh_position_event (bool)
 
void translate_x (const QString &, const QString &, const QString &)
 
void translate_y (const QString &, const QString &, const QString &)
 
void resize_x (const QString &, const QString &, const QString &)
 
void resize_y (const QString &, const QString &, const QString &)
 
void updateCenterInfo ()
 
void adjustCorners (double, double, double, double)
 
void refresh_zrange_event (int, int)
 
void revoke_region ()
 revoke... More...
 
void revoke_region (QtRegionState *)
 revoke if our state matches parameter... More...
 
void reload_statistics_event ()
 
void output (std::list< QtRegionState * >, RegionTextList &)
 
void output (std::list< QtRegionState * >, ds9writer &)
 
- Static Protected Member Functions inherited from casa::viewer::Region
static int getAxisIndex (casacore::ImageInterface< float > *image, std::string axtype)
 
- Protected Attributes inherited from casa::viewer::Region
QtRegionDockdock_
 
QtRegionStatemystate
 
HistogramTabhistogram
 
bool statistics_update_needed
 
bool position_visible
 
bool position_update_needed
 
int id_
 
bool statistics_visible
 
int hold_signals
 
std::map
< region::RegionChanges, bool > 
held_signals
 
virtual casacore::ImageRegion
*virtual get_image_region(DisplayData
*) const DISPLAY_PURE_VIRTUAL(Region
const std::set< Region * > 
get_selected_regions )()
 
virtual void virtual setCenter(double
&, double &, double &, double
&) DISPLAY_PURE_VIRTUAL(Region
void 
drawCenter (double &x, double &y)
 
region::LineStyle current_ls
 
std::list< ls_elels_stack
 
WorldCanvaswc_
 
int last_z_index
 
bool selected_
 
bool visible_
 
bool complete
 Should this region be considered complete? Set to true by derived classes... More...
 
bool mouse_in_region
 Derived classes set this to true and clear it when the mouse enters and exits this regions bounding box... More...
 
- Static Protected Attributes inherited from casa::viewer::Region
static const int SEXAGPREC
 
static std::shared_ptr< Regioncreating_region
 Holds a pointer to the region currently being created... More...
 

Detailed Description

Definition at line 44 of file Polyline.qo.h.

Member Typedef Documentation

typedef std::vector<pt> casa::viewer::Polyline::point_list

Definition at line 48 of file Polyline.qo.h.

typedef std::pair<double,double> casa::viewer::Polyline::pt

Definition at line 47 of file Polyline.qo.h.

Member Enumeration Documentation

Enumerator
FLIP_X 
FLIP_Y 

Definition at line 116 of file Polyline.qo.h.

Enumerator
ScaleLeft 
ScaleRight 

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

Enumerator
ScaleTop 
ScaleBottom 

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

Constructor & Destructor Documentation

casa::viewer::Polyline::Polyline ( WorldCanvas wc,
QtRegionDock d,
double  x1,
double  y1 
)

Construction.

casa::viewer::Polyline::Polyline ( WorldCanvas wc,
QtRegionDock d,
const std::vector< std::pair< double, double > > &  pts 
)
casa::viewer::Polyline::Polyline ( QtRegionSourceKernel ,
WorldCanvas wc,
const std::vector< std::pair< double, double > > &  pts,
bool  hold_signals = false 
)

carry over from QtRegion...

hopefully, removed soon...

casa::viewer::Polyline::Polyline ( QtRegionSourceKernel rs,
WorldCanvas wc,
double  x1,
double  y1,
bool  hold_signals = false 
)
virtual casa::viewer::Polyline::~Polyline ( )
virtual

Member Function Documentation

void casa::viewer::Polyline::addPlot ( QWidget *  parent,
string  label 
)
void casa::viewer::Polyline::addVertex ( double  x,
double  y,
bool  rewrite_last_point = false 
)
AnnotationBase* casa::viewer::Polyline::annotation ( ) const
void casa::viewer::Polyline::boundingRectangle ( double &  blcx,
double &  blcy,
double &  trcx,
double &  trcy 
) const

return the drawing bounding rectangle...

in "linear" coordinates...

unsigned int casa::viewer::Polyline::check_handle ( double  x,
double  y 
) const
protected
region::PointInfo casa::viewer::Polyline::checkPoint ( double  x,
double  y 
) const
virtual

returns point state (Region::PointLocation)

Implements casa::viewer::Region.

int casa::viewer::Polyline::clickHandle ( double  x,
double  y 
) const
bool casa::viewer::Polyline::clickWithin ( double  x,
double  y 
) const
const point_list& casa::viewer::Polyline::drawing_points ( ) const
inlineprotected

Definition at line 126 of file Polyline.qo.h.

References _drawing_points_.

Referenced by numVertices().

void casa::viewer::Polyline::drawPositionMarker ( )
private

casacore::Slice functionality

void casa::viewer::Polyline::drawRegion ( bool  )
protectedvirtual

Implements casa::viewer::Region.

void casa::viewer::Polyline::drawText ( )
protectedvirtual

Reimplemented from casa::viewer::Region.

virtual void casa::viewer::Polyline::fetch_region_details ( region::RegionTypes type,
std::vector< std::pair< int, int > > &  pixel_pts,
std::vector< std::pair< double, double > > &  world_pts 
) const
protectedvirtual

Reimplemented from casa::viewer::Region.

std::list<std::shared_ptr<RegionInfo> >* casa::viewer::Polyline::generate_dds_centers ( )
protectedvirtual

Implements casa::viewer::Region.

casacore::ImageRegion* casa::viewer::Polyline::get_image_region ( DisplayData ) const
protected
void casa::viewer::Polyline::initPlot ( )
private
void casa::viewer::Polyline::linearCenter ( double &  x,
double &  y 
) const
unsigned int casa::viewer::Polyline::mouseMovement ( double  x,
double  y,
bool  other_selected 
)

returns mouse state (Region::MouseState)

void casa::viewer::Polyline::move ( double  dx,
double  dy 
)
int casa::viewer::Polyline::move_sizing_rectangle_handle ( int  handle,
double  x,
double  y 
)
private
int casa::viewer::Polyline::move_vertex ( int  handle,
double  x,
double  y 
)
private
int casa::viewer::Polyline::moveHandle ( int  handle,
double  x,
double  y 
)
virtual RegionInfo* casa::viewer::Polyline::newInfoObject ( casacore::ImageInterface< float > *  ,
PrincipalAxesDD  
)
protectedvirtual

newInfoObject(...) is currently only used for PVLine regions, but it should be used for other regions to allow for specialized creation of the region info objects for display in "statistics"...

Reimplemented from casa::viewer::Region.

int casa::viewer::Polyline::numVertices ( ) const
inline

Definition at line 87 of file Polyline.qo.h.

References drawing_points().

void casa::viewer::Polyline::output ( ds9writer out) const
virtual

Implements casa::viewer::Region.

void casa::viewer::Polyline::pixelCenter ( double &  x,
double &  y 
) const
virtual

Implements casa::viewer::Region.

void casa::viewer::Polyline::polylineComplete ( )
void casa::viewer::Polyline::polyLineRegionChanged ( viewer::Region region,
std::string  changeType 
)
privateslot
void casa::viewer::Polyline::polyLineRegionUpdate ( int  regionId,
viewer::region::RegionChanges  change,
const QList< double > &  worldX,
const QList< double > &  worldY,
const QList< int > &  pixelX,
const QList< int > &  pixelY 
)
privateslot
void casa::viewer::Polyline::resize ( double  ,
double   
)
virtual void casa::viewer::Polyline::setCenter ( double &  x,
double &  y,
double &  deltx,
double &  delty 
)
privatevirtual
void casa::viewer::Polyline::setMarkerPosition ( int  regionId,
int  segmentIndex,
float  percentage 
)
slot

Position marker.

void casa::viewer::Polyline::setPlotLineColor ( )
private
void casa::viewer::Polyline::setPlotLineColor ( SlicePlot plot)
private
void casa::viewer::Polyline::setShowMarkerPosition ( int  regionId,
bool  show 
)
slot
void casa::viewer::Polyline::show1DSliceTool ( )
signal
region::RegionTypes casa::viewer::Polyline::type ( ) const
inlinevirtual

fetch region type...

Implements casa::viewer::Region.

Definition at line 94 of file Polyline.qo.h.

References casa::viewer::region::PolylineRegion.

void casa::viewer::Polyline::update_drawing_bounds_rectangle ( )
private
void casa::viewer::Polyline::update_drawing_state ( )
private
void casa::viewer::Polyline::update_reference_bounds_rectangle ( )
private
void casa::viewer::Polyline::update_reference_state ( int  transformations,
int  handle,
int  new_handle 
)
private
void casa::viewer::Polyline::updatePolyLine ( int  regionId,
viewer::region::RegionChanges  ,
const QList< double > &  worldX,
const QList< double > &  worldY,
const QList< int > &  pixelX,
const QList< int > &  pixelY 
)
privateslot
bool casa::viewer::Polyline::valid_translation ( double  dx,
double  dy,
double  width_delta,
double  height_delta 
)
virtual

Implements casa::viewer::Region.

bool casa::viewer::Polyline::within_vertex_handle ( double  x,
double  y 
) const
private

Member Data Documentation

double casa::viewer::Polyline::_center_delta_x
private

Definition at line 170 of file Polyline.qo.h.

double casa::viewer::Polyline::_center_delta_y
private

Definition at line 170 of file Polyline.qo.h.

double casa::viewer::Polyline::_center_x
private

Definition at line 169 of file Polyline.qo.h.

double casa::viewer::Polyline::_center_y
private

Definition at line 169 of file Polyline.qo.h.

double casa::viewer::Polyline::_drawing_blc_x_
private

Definition at line 165 of file Polyline.qo.h.

double casa::viewer::Polyline::_drawing_blc_y_
private

Definition at line 165 of file Polyline.qo.h.

double casa::viewer::Polyline::_drawing_height_
private

Definition at line 167 of file Polyline.qo.h.

point_list casa::viewer::Polyline::_drawing_points_
private

Definition at line 164 of file Polyline.qo.h.

Referenced by drawing_points().

double casa::viewer::Polyline::_drawing_trc_x_
private

Definition at line 166 of file Polyline.qo.h.

double casa::viewer::Polyline::_drawing_trc_y_
private

Definition at line 166 of file Polyline.qo.h.

double casa::viewer::Polyline::_drawing_width_
private

Definition at line 167 of file Polyline.qo.h.

double casa::viewer::Polyline::_ref_blc_x_
private

Definition at line 160 of file Polyline.qo.h.

double casa::viewer::Polyline::_ref_blc_y_
private

Definition at line 160 of file Polyline.qo.h.

double casa::viewer::Polyline::_ref_height_
private

Definition at line 162 of file Polyline.qo.h.

point_list casa::viewer::Polyline::_ref_points_
private

Definition at line 159 of file Polyline.qo.h.

double casa::viewer::Polyline::_ref_trc_x_
private

Definition at line 161 of file Polyline.qo.h.

double casa::viewer::Polyline::_ref_trc_y_
private

Definition at line 161 of file Polyline.qo.h.

double casa::viewer::Polyline::_ref_width_
private

Definition at line 162 of file Polyline.qo.h.

XScaleTo casa::viewer::Polyline::_x_origin_
private

Definition at line 172 of file Polyline.qo.h.

YScaleTo casa::viewer::Polyline::_y_origin_
private

Definition at line 173 of file Polyline.qo.h.

double casa::viewer::Polyline::handle_delta_x
private

Definition at line 157 of file Polyline.qo.h.

double casa::viewer::Polyline::handle_delta_y
private

Definition at line 157 of file Polyline.qo.h.

float casa::viewer::Polyline::markerPercentage
private

Definition at line 179 of file Polyline.qo.h.

int casa::viewer::Polyline::markerSegmentIndex
private

Definition at line 178 of file Polyline.qo.h.

bool casa::viewer::Polyline::showPositionMarker
private

Definition at line 180 of file Polyline.qo.h.

QMap<QString,SlicePlot*> casa::viewer::Polyline::slicePlots
private

Definition at line 177 of file Polyline.qo.h.


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