USGS

Isis 3.0 Application Source Code Reference

Home

SplineFill Class Reference

Compute a low pass filter from a Module class content. More...

#include <SplineFill.h>

List of all members.

Public Member Functions

 SplineFill ()
 SplineFill (const Module &c)
 SplineFill (const HiVector &v)
 SplineFill (const HiVector &v, const HiHistory &h)
virtual ~SplineFill ()
 Destructor.
void Process (const HiVector &v)
 Default processing behavior makes a reference copy of data array.
int Filled () const

Detailed Description

Compute a low pass filter from a Module class content.

Author:
2007-10-09 Kris Becker

Definition at line 49 of file SplineFill.h.


Constructor & Destructor Documentation

SplineFill (  )  [inline]

Definition at line 53 of file SplineFill.h.

SplineFill ( const Module c  )  [inline]

Definition at line 55 of file SplineFill.h.

SplineFill ( const HiVector v  )  [inline]

Definition at line 61 of file SplineFill.h.

SplineFill ( const HiVector v,
const HiHistory h 
) [inline]

Definition at line 66 of file SplineFill.h.

virtual ~SplineFill (  )  [inline, virtual]

Destructor.

Definition at line 73 of file SplineFill.h.


Member Function Documentation

void Process ( const HiVector v  )  [inline, virtual]

Default processing behavior makes a reference copy of data array.

Reimplemented from Module.

Definition at line 75 of file SplineFill.h.

int Filled (  )  const [inline]

Definition at line 81 of file SplineFill.h.


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