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

Dynamic fix point of a map. More...

#include <DynamicFixedPoint.h>

Collaboration diagram for DynamicFixedPoint:
Collaboration graph
[legend]

Public Member Functions

 DynamicFixedPoint (const VpsInvMap< double > &map)
 Constructor. More...
 
 DynamicFixedPoint ()
 
 DynamicFixedPoint (const DynamicFixedPoint &)
 
 ~DynamicFixedPoint ()
 
const Vector< double > & getFixedPoint () const
 Get fixed point transform. More...
 
const VpsInvMap< double > & getFixedPointMap () const
 Get map around fixed point. More...
 

Private Member Functions

void operator= (const DynamicFixedPoint &)
 

Private Attributes

Vector< double > fixedPoint
 
VpsInvMap< double > fixedPointMap
 

Detailed Description

Dynamic fix point of a map.

Definition at line 34 of file DynamicFixedPoint.h.

Constructor & Destructor Documentation

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

Definition at line 38 of file DynamicFixedPoint.cpp.

DynamicFixedPoint::DynamicFixedPoint ( const DynamicFixedPoint rhs)

Definition at line 45 of file DynamicFixedPoint.cpp.

DynamicFixedPoint::~DynamicFixedPoint ( )

Definition at line 82 of file DynamicFixedPoint.cpp.

Member Function Documentation

const Vector< double > & DynamicFixedPoint::getFixedPoint ( ) const

Get fixed point transform.

Definition at line 86 of file DynamicFixedPoint.cpp.

References fixedPoint.

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

Get map around fixed point.

Definition at line 91 of file DynamicFixedPoint.cpp.

References fixedPointMap.

void DynamicFixedPoint::operator= ( const DynamicFixedPoint )
private

Member Data Documentation

Vector<double> DynamicFixedPoint::fixedPoint
private

Definition at line 60 of file DynamicFixedPoint.h.

Referenced by DynamicFixedPoint(), and getFixedPoint().

VpsInvMap<double> DynamicFixedPoint::fixedPointMap
private

Definition at line 63 of file DynamicFixedPoint.h.

Referenced by DynamicFixedPoint(), and getFixedPointMap().


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