USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::QnetCubeDistanceFilter Class Reference

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

#include <QnetCubeDistanceFilter.h>

Inherits Isis::QnetFilter.

Signals

void filteredListModified ()

Public Member Functions

 QnetCubeDistanceFilter (QnetNavTool *navTool, 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.

Protected Member Functions

QList< int > & filteredImages ()
const QList< int > & filteredImages () const
QList< int > & filteredPoints ()
const QList< int > & filteredPoints () const
ControlNetcontrolNet ()
const ControlNetcontrolNet () const
SerialNumberListserialNumberList ()
const SerialNumberListserialNumberList () const

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.

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

Constructor & Destructor Documentation

Isis::QnetCubeDistanceFilter::QnetCubeDistanceFilter ( QnetNavTool navTool,
QWidget parent = 0 
)

Contructor for the Cube Distance filter.

It creates the Distance filter window found in the navtool

Parameters
parentThe parent widget for the cube distance filter

Member Function Documentation

const ControlNet * Isis::QnetFilter::controlNet ( ) const
protectedinherited
QList< int > & Isis::QnetFilter::filteredImages ( )
protectedinherited
const QList< int > & Isis::QnetFilter::filteredImages ( ) const
protectedinherited
const QList< int > & Isis::QnetFilter::filteredPoints ( ) const
protectedinherited
const SerialNumberList * Isis::QnetFilter::serialNumberList ( ) const
protectedinherited

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