USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointDistanceFilter Class Reference

Defines the Distance filter for the QnetNavTool's Points section. More...

#include <QnetPointDistanceFilter.h>

List of all members.

Public Member Functions

 QnetPointDistanceFilter (QWidget *parent=0)
 Contructor for the Point Distance filter.
virtual void filter ()
 Filters a list of points for points that are less than the user entered distance from another point in the control net.

Detailed Description

Defines the Distance filter for the QnetNavTool's Points section.

The user must enter a Minimum Distance value. This class is designed to remove points from the current filtered list whose distance from all other points in the control net is greater than or equal to the given value.

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

Definition at line 36 of file QnetPointDistanceFilter.h.


Constructor & Destructor Documentation

QnetPointDistanceFilter ( QWidget parent = 0  ) 

Contructor for the Point Distance filter.

It creates the Distance filter window found in the navtool

Parameters:
parent The parent widget for the point distance filter

Definition at line 35 of file QnetPointDistanceFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Filters a list of points for points that are less than the user entered distance from another point in the control net.

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

Reimplemented from QnetFilter.

Definition at line 78 of file QnetPointDistanceFilter.cpp.


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