USGS

Isis 3.0 Application Source Code Reference

Home

QnetCubePointsFilter Class Reference

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

#include <QnetCubePointsFilter.h>

List of all members.

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.

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.

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

Definition at line 33 of file QnetCubePointsFilter.h.


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 26 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 65 of file QnetCubePointsFilter.cpp.


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