#include <PsPolatorNT.h>
Inheritance diagram for PsPolatorNT:

Public Types | |
| enum | PsPrecisionLevels { Constant, Linear, Quadratic, Cubic } |
| enumerate identifiers for the first levels of precision More... | |
Public Methods | |
| PsPolatorNT (int numberOfNeededValuesForMaxPrecisionPolation) | |
| contructor | |
| virtual | ~PsPolatorNT () |
| destructor | |
| virtual int | getNumberOfNeededValuesForMaxPrecisionPolation (void) const |
| get the number of needed values for a maximum precision polation | |
Static Public Attributes | |
| int | defaultPrecisionLevel = PsPolatorNT::Quadratic |
| the default precision level for all polators created | |
Protected Attributes | |
| int | _numberOfNeededValuesForMaxPrecisionPolation |
| the number of values needed to be able to use this polator at it's maximum precision level | |
a polator is an object capable of extrapolation, interpolation and antepolation, and this at different precision levels.
Definition at line 28 of file PsPolatorNT.h.
|
|
enumerate identifiers for the first levels of precision
Definition at line 47 of file PsPolatorNT.h.
|
|
|
contructor
Definition at line 22 of file PsPolatorNT.cxx.
00022 : 00023 _numberOfNeededValuesForMaxPrecisionPolation ( numberOfNeededValuesForMaxPrecisionPolation ) 00024 { 00025 00026 } |
|
|
destructor
Definition at line 28 of file PsPolatorNT.cxx.
00028 {
00029 }
|
|
|
get the number of needed values for a maximum precision polation
Definition at line 31 of file PsPolatorNT.cxx. References _numberOfNeededValuesForMaxPrecisionPolation.
00031 {
00032 return _numberOfNeededValuesForMaxPrecisionPolation ;
00033 }
|
|
|
the number of values needed to be able to use this polator at it's maximum precision level
Definition at line 57 of file PsPolatorNT.h. Referenced by getNumberOfNeededValuesForMaxPrecisionPolation(). |
|
|
the default precision level for all polators created
Definition at line 20 of file PsPolatorNT.cxx. Referenced by PsInputAlias< Type >::PsInputAlias(), PsSensitiveInputAlias< Type >::PsSensitiveInputAlias(), and PsSensitiveNotifyingInput< Type >::PsSensitiveNotifyingInput(). |
| Documentation generated on Mon Nov 25 15:26:20 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |