Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

Interval Struct Reference

Structure for passing component ranges in code. More...

#include <Interval.H>

List of all members.

Public Member Functions

 Interval ()
 Interval (int a_firstComp, int a_lastComp)
void define (int a_firstComp, int a_lastComp)
int begin () const
int end () const
int size () const
bool contains (int a_val) const


Detailed Description

Structure for passing component ranges in code.

A class to encapsulate component ranges


Constructor & Destructor Documentation

Interval::Interval  )  [inline]
 

Interval::Interval int  a_firstComp,
int  a_lastComp
[inline]
 

initialize with first and last component numbers


Member Function Documentation

int Interval::begin  )  const [inline]
 

return first component number

bool Interval::contains int  a_val  )  const [inline]
 

void Interval::define int  a_firstComp,
int  a_lastComp
[inline]
 

int Interval::end  )  const [inline]
 

return last component number

int Interval::size  )  const [inline]
 

return last - first + 1


The documentation for this struct was generated from the following file:
Generated on Wed Oct 5 12:48:00 2005 for Chombo&AMRIdealMHD by  doxygen 1.4.1