OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Private Member Functions | Private Attributes | List of all members
StaticFixedPoint Class Reference

Static fixed point of a map. More...

#include <StaticFixedPoint.h>

Collaboration diagram for StaticFixedPoint:
Collaboration graph
[legend]

Public Member Functions

 StaticFixedPoint (const VpsInvMap< double > &map)
 Constructor. More...
 
 StaticFixedPoint ()
 
 StaticFixedPoint (const StaticFixedPoint &rhs)
 
 ~StaticFixedPoint ()
 
const VpsInvMap< double > & getFixedPoint () const
 Get the transformation to the fixed point. More...
 
const VpsInvMap< double > & getFixedPointMap () const
 Get map around fixed point. More...
 

Private Member Functions

void operator= (const StaticFixedPoint &)
 

Private Attributes

VpsInvMap< double > fixedPoint
 
VpsInvMap< double > fixedPointMap
 

Detailed Description

Static fixed point of a map.

Definition at line 34 of file StaticFixedPoint.h.

Constructor & Destructor Documentation

StaticFixedPoint::StaticFixedPoint ( const VpsInvMap< double > &  map)
StaticFixedPoint::StaticFixedPoint ( )

Definition at line 39 of file StaticFixedPoint.cpp.

StaticFixedPoint::StaticFixedPoint ( const StaticFixedPoint rhs)

Definition at line 45 of file StaticFixedPoint.cpp.

StaticFixedPoint::~StaticFixedPoint ( )

Definition at line 139 of file StaticFixedPoint.cpp.

Member Function Documentation

const VpsInvMap< double > & StaticFixedPoint::getFixedPoint ( ) const

Get the transformation to the fixed point.

Definition at line 143 of file StaticFixedPoint.cpp.

References fixedPoint.

const VpsInvMap< double > & StaticFixedPoint::getFixedPointMap ( ) const

Get map around fixed point.

Definition at line 148 of file StaticFixedPoint.cpp.

References fixedPointMap.

void StaticFixedPoint::operator= ( const StaticFixedPoint )
private

Member Data Documentation

VpsInvMap<double> StaticFixedPoint::fixedPoint
private

Definition at line 62 of file StaticFixedPoint.h.

Referenced by getFixedPoint(), and StaticFixedPoint().

VpsInvMap<double> StaticFixedPoint::fixedPointMap
private

Definition at line 65 of file StaticFixedPoint.h.

Referenced by getFixedPointMap(), and StaticFixedPoint().


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