LifeV
ShapeOfArray Class Reference

#include <RNM.hpp>

+ Inheritance diagram for ShapeOfArray:
+ Collaboration diagram for ShapeOfArray:

Public Member Functions

 ShapeOfArray (const ShapeOfArray &s, int nn)
 
 ShapeOfArray (int nn)
 
 ShapeOfArray (int nn, int s)
 
 ShapeOfArray (int nn, int s, int nextt)
 
 ShapeOfArray (const ShapeOfArray &old, const SubArray &sub)
 
 ShapeOfArray (const ShapeOfArray &old, int stepo, int start)
 
int end () const
 
int last () const
 
int constant () const
 
int index (int k) const
 
ShapeOfArray operator* (int stepp) const
 
bool SameShape (const ShapeOfArray &a) const
 
int N (const ShapeOfArray &a)
 
int operator[] (int k) const
 

Data Fields

const int n
 
const int step
 
const int next
 

Detailed Description

Definition at line 175 of file RNM.hpp.

Constructor & Destructor Documentation

◆ ShapeOfArray() [1/6]

ShapeOfArray ( const ShapeOfArray s,
int  nn 
)
inline

Definition at line 184 of file RNM.hpp.

◆ ShapeOfArray() [2/6]

ShapeOfArray ( int  nn)
inline

Definition at line 186 of file RNM.hpp.

+ Here is the caller graph for this function:

◆ ShapeOfArray() [3/6]

ShapeOfArray ( int  nn,
int  s 
)
inline

Definition at line 189 of file RNM.hpp.

+ Here is the caller graph for this function:

◆ ShapeOfArray() [4/6]

ShapeOfArray ( int  nn,
int  s,
int  nextt 
)
inline

Definition at line 192 of file RNM.hpp.

+ Here is the caller graph for this function:

◆ ShapeOfArray() [5/6]

ShapeOfArray ( const ShapeOfArray old,
const SubArray sub 
)
inline

Definition at line 195 of file RNM.hpp.

◆ ShapeOfArray() [6/6]

ShapeOfArray ( const ShapeOfArray old,
int  stepo,
int  start 
)
inline

Definition at line 201 of file RNM.hpp.

Member Function Documentation

◆ end()

int end ( ) const
inline

Definition at line 207 of file RNM.hpp.

◆ last()

int last ( ) const
inline

Definition at line 211 of file RNM.hpp.

+ Here is the caller graph for this function:

◆ constant()

int constant ( ) const
inline

Definition at line 215 of file RNM.hpp.

◆ index()

int index ( int  k) const
inline

Definition at line 219 of file RNM.hpp.

+ Here is the caller graph for this function:

◆ operator*()

ShapeOfArray operator* ( int  stepp) const
inline

Definition at line 224 of file RNM.hpp.

◆ SameShape()

bool SameShape ( const ShapeOfArray a) const
inline

Definition at line 228 of file RNM.hpp.

◆ N()

int N ( const ShapeOfArray a)
inline

Definition at line 232 of file RNM.hpp.

◆ operator[]()

int operator[] ( int  k) const
inline

Definition at line 239 of file RNM.hpp.

Field Documentation

◆ n

const int n

Definition at line 180 of file RNM.hpp.

◆ step

const int step

Definition at line 181 of file RNM.hpp.

◆ next

const int next

Definition at line 182 of file RNM.hpp.


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