VectorTable Class Reference

#include <VectorTable.h>

List of all members.

Public Member Functions

 VectorTable ()
double lookupByValue (double) const
double lookupByIndex (unsigned int) const
vector< double > getTable () const
void setTable (vector< double >)
unsigned int getDiv () const
void setDiv (unsigned int)
double getMin () const
void setMin (double)
double getMax () const
void setMax (double)
double getInvDx () const
bool tableIsEmpty () const

Static Public Member Functions

static const CinfoinitCinfo ()

Friends

istream & operator>> (istream &, VectorTable &)

Constructor & Destructor Documentation

VectorTable::VectorTable (  ) 

Member Function Documentation

unsigned int VectorTable::getDiv (  )  const

Referenced by initCinfo().

double VectorTable::getInvDx (  )  const

Referenced by initCinfo().

double VectorTable::getMax (  )  const

Referenced by initCinfo().

double VectorTable::getMin (  )  const

Referenced by initCinfo().

vector< double > VectorTable::getTable (  )  const

Referenced by initCinfo().

const Cinfo * VectorTable::initCinfo (  )  [static]
double VectorTable::lookupByIndex ( unsigned int  index  )  const

References tableIsEmpty().

Referenced by initCinfo().

Here is the call graph for this function:

double VectorTable::lookupByValue ( double  x  )  const

References doubleEq().

Referenced by initCinfo().

Here is the call graph for this function:

void VectorTable::setDiv ( unsigned int  xDivs  ) 
void VectorTable::setMax ( double  xMax  ) 
void VectorTable::setMin ( double  xMin  ) 
void VectorTable::setTable ( vector< double >   ) 
bool VectorTable::tableIsEmpty (  )  const

Referenced by lookupByIndex().


Friends And Related Function Documentation

istream& operator>> ( istream &  ,
VectorTable  
) [friend]

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

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1