openfluid::base::OutputSetDescriptor Class Reference

List of all members.

Public Member Functions

 OutputSetDescriptor ()
 ~OutputSetDescriptor ()
void setName (const std::string Name)
std::string getName () const
void setUnitsClass (const std::string UnitsClass)
std::string getUnitsClass () const
unsigned int getPrecision () const
void setPrecision (const unsigned int Precision)
void setAllUnits (bool AllUnits)
bool isAllUnits () const
std::vector
< openfluid::core::UnitID_t > & 
getUnitsIDs ()
const std::vector
< openfluid::core::UnitID_t > & 
getUnitsIDs () const
std::vector
< openfluid::core::Unit * > & 
getUnitsPtr ()
void setAllScalars (bool AllScalars)
bool isAllScalars () const
std::vector< std::string > & getScalars ()
const std::vector< std::string > & getScalars () const
void setAllVectors (bool AllVectors)
bool isAllVectors () const
std::vector< std::string > & getVectors ()
const std::vector< std::string > & getVectors () const

Constructor & Destructor Documentation

openfluid::base::OutputSetDescriptor::OutputSetDescriptor (  ) 
openfluid::base::OutputSetDescriptor::~OutputSetDescriptor (  ) 

Member Function Documentation

std::string openfluid::base::OutputSetDescriptor::getName (  )  const [inline]
unsigned int openfluid::base::OutputSetDescriptor::getPrecision (  )  const [inline]
const std::vector<std::string>& openfluid::base::OutputSetDescriptor::getScalars (  )  const [inline]
std::vector<std::string>& openfluid::base::OutputSetDescriptor::getScalars (  )  [inline]
std::string openfluid::base::OutputSetDescriptor::getUnitsClass (  )  const [inline]
const std::vector<openfluid::core::UnitID_t>& openfluid::base::OutputSetDescriptor::getUnitsIDs (  )  const [inline]
std::vector<openfluid::core::UnitID_t>& openfluid::base::OutputSetDescriptor::getUnitsIDs (  )  [inline]
std::vector<openfluid::core::Unit*>& openfluid::base::OutputSetDescriptor::getUnitsPtr (  )  [inline]
const std::vector<std::string>& openfluid::base::OutputSetDescriptor::getVectors (  )  const [inline]
std::vector<std::string>& openfluid::base::OutputSetDescriptor::getVectors (  )  [inline]
bool openfluid::base::OutputSetDescriptor::isAllScalars (  )  const [inline]
bool openfluid::base::OutputSetDescriptor::isAllUnits (  )  const [inline]
bool openfluid::base::OutputSetDescriptor::isAllVectors (  )  const [inline]
void openfluid::base::OutputSetDescriptor::setAllScalars ( bool  AllScalars  )  [inline]
void openfluid::base::OutputSetDescriptor::setAllUnits ( bool  AllUnits  )  [inline]
void openfluid::base::OutputSetDescriptor::setAllVectors ( bool  AllVectors  )  [inline]
void openfluid::base::OutputSetDescriptor::setName ( const std::string  Name  )  [inline]
void openfluid::base::OutputSetDescriptor::setPrecision ( const unsigned int  Precision  )  [inline]
void openfluid::base::OutputSetDescriptor::setUnitsClass ( const std::string  UnitsClass  )  [inline]

Generated using Doxygen 1.6.3
Creative Commons License Creative Commons By-NC-ND license