USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointImagesFilter Class Reference

Defines the Images filter for the QnetNavTool's Points section, i.e. More...

#include <QnetPointImagesFilter.h>

List of all members.

Public Member Functions

 QnetPointImagesFilter (QWidget *parent=0)
 Contructor for the Point Images filter.
virtual void filter ()
 Filters a list of points for points that have less than or greater than the entered number of images.

Detailed Description

Defines the Images filter for the QnetNavTool's Points section, i.e.

the number of measures in control point. The user may enter values for Less Than and/or Greater Than. This class is designed to remove points from the current filtered list that lie outside of the given range.

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

Definition at line 32 of file QnetPointImagesFilter.h.


Constructor & Destructor Documentation

QnetPointImagesFilter ( QWidget parent = 0  ) 

Contructor for the Point Images filter.

It creates the Images filter window found in the navtool

Parameters:
parent The parent widget for the point points filter

Definition at line 25 of file QnetPointImagesFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Filters a list of points for points that have less than or greater than the entered number of images.

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

Reimplemented from QnetFilter.

Definition at line 63 of file QnetPointImagesFilter.cpp.


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