USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointTypeFilter Class Reference

Filter for control point type. More...

#include <QnetPointTypeFilter.h>

List of all members.

Public Member Functions

 QnetPointTypeFilter (QWidget *parent=0)
 Contructor for the Point Type filter.
virtual void filter ()
 Filters a list of points and keeps points that have the selected property or in the given range.

Detailed Description

Filter for control point type.

The user must choose Ground, Ignore, or Hold. This class is designed to remove points from the current filtered list that are not of the selected type.

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

Definition at line 38 of file QnetPointTypeFilter.h.


Constructor & Destructor Documentation

QnetPointTypeFilter ( QWidget parent = 0  ) 

Contructor for the Point Type filter.

It creates the Type filter window found in the navtool

Parameters:
parent The parent widget for the point type filter

Definition at line 31 of file QnetPointTypeFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Filters a list of points and keeps points that have the selected property or in the given range.

Note: If a point does not have Ignore=True but all measures of the point have Ignore=True, this point will be considered "Ignored". The filtered list will appear in the navtools point list display.

Reimplemented from QnetFilter.

Definition at line 127 of file QnetPointTypeFilter.cpp.


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