MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Ecol Class Reference

#include <MeshCompt.h>

+ Collaboration diagram for Ecol:

Public Member Functions

 Ecol (double e, unsigned int col)
 
 Ecol ()
 
bool operator< (const Ecol &other) const
 

Public Attributes

double col_
 
double e_
 

Detailed Description

Definition at line 89 of file MeshCompt.h.

Constructor & Destructor Documentation

Ecol::Ecol ( double  e,
unsigned int  col 
)
inline

Definition at line 91 of file MeshCompt.h.

92  : e_( e ), col_( col )
93  {;}
double col_
Definition: MeshCompt.h:105
double e_
Definition: MeshCompt.h:104
Ecol::Ecol ( )
inline

Definition at line 95 of file MeshCompt.h.

96  : e_( 0 ), col_( 0 )
97  {;}
double col_
Definition: MeshCompt.h:105
double e_
Definition: MeshCompt.h:104

Member Function Documentation

bool Ecol::operator< ( const Ecol other) const
inline

Definition at line 99 of file MeshCompt.h.

References col_.

100  {
101  return col_ < other.col_;
102  }
double col_
Definition: MeshCompt.h:105

Member Data Documentation

double Ecol::col_

Definition at line 105 of file MeshCompt.h.

Referenced by operator<().

double Ecol::e_

Definition at line 104 of file MeshCompt.h.


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