The Conley-Morse Graphs Software
Public Member Functions | Private Attributes | List of all members
custom::pop2p::SpaceWidthType Struct Reference

An imitation of an array which returns the width of the rectangular area in the phase space which contains the invariant sets of interest. More...

#include <p_pop2p.h>

Public Member Functions

 SpaceWidthType ()
 The constructor which computes the space width in each direction. More...
 
double operator[] (int n) const
 Returns the precomputed value of the space width in the requested direction. More...
 

Private Attributes

double width [spaceDim]
 

Detailed Description

An imitation of an array which returns the width of the rectangular area in the phase space which contains the invariant sets of interest.

Definition at line 114 of file p_pop2p.h.

Constructor & Destructor Documentation

◆ SpaceWidthType()

custom::pop2p::SpaceWidthType::SpaceWidthType ( )
inline

The constructor which computes the space width in each direction.

Definition at line 117 of file p_pop2p.h.

References custom::pop2p::paramLeft, custom::pop2p::paramRight, custom::pop2p::spaceDim, custom::pop2p::spaceOffset, and width.

Member Function Documentation

◆ operator[]()

double custom::pop2p::SpaceWidthType::operator[] ( int  n) const
inline

Returns the precomputed value of the space width in the requested direction.

Definition at line 140 of file p_pop2p.h.

References custom::pop2p::spaceDim, and width.

Member Data Documentation

◆ width

double custom::pop2p::SpaceWidthType::width[spaceDim]
private

Definition at line 148 of file p_pop2p.h.

Referenced by operator[](), and SpaceWidthType().


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