USGS

Isis 3.0 Application Source Code Reference

Home

QnetCubeDistanceFilter Class Reference

#include <QnetCubeDistanceFilter.h>

Inherits QnetFilter.

List of all members.


Detailed Description

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

The user must enter a Minimum Distance value. This class is designed to remove cubes from the current filtered list that contain no points within the given distance.

Definition at line 36 of file QnetCubeDistanceFilter.h.

Public Member Functions

 QnetCubeDistanceFilter (QWidget *parent=0)
 Contructor for the Cube Distance filter.
virtual void filter ()
 Filters a list of images for images that have points that are less than the user entered distance from other points in the image.


Constructor & Destructor Documentation

QnetCubeDistanceFilter ( QWidget parent = 0  ) 

Contructor for the Cube Distance filter.

It creates the Distance filter window found in the navtool

Parameters:
parent The parent widget for the cube distance filter

Definition at line 26 of file QnetCubeDistanceFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Filters a list of images for images that have points that are less than the user entered distance from other points in the image.

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

Reimplemented from QnetFilter.

Definition at line 70 of file QnetCubeDistanceFilter.cpp.


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