USGS

Isis 3.0 Application Source Code Reference

Home

QnetCubePointsFilter Class Reference

#include <QnetCubePointsFilter.h>

Inherits QnetFilter.

List of all members.


Detailed Description

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

The user may choose to enter a maximum or minimum number of points. This class is designed to remove cubes from the current filtered list that contain more than the maximum or less than the minimum number of points.

Definition at line 29 of file QnetCubePointsFilter.h.

Public Member Functions

 QnetCubePointsFilter (QWidget *parent=0)
 Contructor for the Cube Points filter.
virtual void filter ()
 Filters a list of images for images that have more or less than the user entered number of points.


Constructor & Destructor Documentation

QnetCubePointsFilter ( QWidget parent = 0  ) 

Contructor for the Cube Points filter.

It creates the Points filter window found in the navtool

Parameters:
parent The parent widget for the cube points filter

Definition at line 21 of file QnetCubePointsFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

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

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

Reimplemented from QnetFilter.

Definition at line 56 of file QnetCubePointsFilter.cpp.


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