Isis Developer Reference
Isis::QnetPointGoodnessFilter Class Reference

Defines the Goodness of Fit filter for the QnetNavTool's Points section. More...

#include <QnetPointGoodnessFilter.h>

Inheritance diagram for Isis::QnetPointGoodnessFilter:
Inheritance graph
Collaboration diagram for Isis::QnetPointGoodnessFilter:
Collaboration graph

Signals

void filteredListModified ()
 

Public Member Functions

 QnetPointGoodnessFilter (QnetNavTool *navTool, QWidget *parent=0)
 Contructor for the Point Goodness of Fit filter.
 
virtual void filter ()
 Method overwrites parent method.
 

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 Goodness of Fit filter for the QnetNavTool's Points section.

The user may enter Less Than and Greater Than. This class is designed to remove points from the current filtered list if all measures have goodness of fit values that lie outside the given range.

Author
2008-11-26 Jeannie Walldren

Constructor & Destructor Documentation

◆ QnetPointGoodnessFilter()

Isis::QnetPointGoodnessFilter::QnetPointGoodnessFilter ( QnetNavTool * navTool,
QWidget * parent = 0 )

Contructor for the Point Goodness of Fit filter.

It creates the Goodness of Fit filter window found in the navtool

Parameters
parentThe parent widget for the point type filter

Member Function Documentation

◆ controlNet() [1/2]

◆ controlNet() [2/2]

const ControlNet * Isis::QnetFilter::controlNet ( ) const
protectedinherited

◆ filter()

void Isis::QnetPointGoodnessFilter::filter ( )
virtual

Method overwrites parent method.

This method keeps all points that contain at least one measure whose Goodness of Fit is within the range specified by the user.

Reimplemented from Isis::QnetFilter.

References Isis::QnetFilter::controlNet(), Isis::QnetFilter::filteredListModified(), Isis::QnetFilter::filteredPoints(), Isis::ControlMeasureLogData::GoodnessOfFit, and Isis::Null.

◆ filteredImages() [1/2]

QList< int > & Isis::QnetFilter::filteredImages ( )
protectedinherited

◆ filteredImages() [2/2]

const QList< int > & Isis::QnetFilter::filteredImages ( ) const
protectedinherited

◆ filteredListModified

◆ filteredPoints() [1/2]

◆ filteredPoints() [2/2]

const QList< int > & Isis::QnetFilter::filteredPoints ( ) const
protectedinherited

◆ serialNumberList() [1/2]

◆ serialNumberList() [2/2]

const SerialNumberList * Isis::QnetFilter::serialNumberList ( ) const
protectedinherited

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