USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointMeasureFilter Class Reference

Defines the Measure Properties filter for the QnetNavTool's Points section. More...

#include <QnetPointMeasureFilter.h>

List of all members.

Public Member Functions

 QnetPointMeasureFilter (QWidget *parent=0)
 Contructor for the Point Measure filter.
virtual void filter ()
 Filters a list of points for points that have at least one measure of the selected type(s).

Detailed Description

Defines the Measure Properties filter for the QnetNavTool's Points section.

This class filters points whose measures have at least one measure with the selected properties. If the user chooses more than one measure type, the list will contain points with at least one measure with either of these types. If the user chooses to filter by measure type and ignore status, the list will contain points with at least one measure that contains both of these properties. This class is designed to remove points from the current filtered list that do not contain any measures of the selected type.

Author:
????-??-?? Unknown

Definition at line 48 of file QnetPointMeasureFilter.h.


Constructor & Destructor Documentation

QnetPointMeasureFilter ( QWidget parent = 0  ) 

Contructor for the Point Measure filter.

It creates the Measure filter window found in the navtool

Parameters:
parent The parent widget for the point measure filter

Definition at line 28 of file QnetPointMeasureFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Filters a list of points for points that have at least one measure of the selected type(s).

The filtered list will appear in the navtools point list display.

Reimplemented from QnetFilter.

Definition at line 110 of file QnetPointMeasureFilter.cpp.


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