Playa::ObjectWithVerbosity Class Reference

#include <PlayaObjectWithVerbosity.hpp>

Inheritance diagram for Playa::ObjectWithVerbosity:

Playa::LinearOperatorBase< double > Playa::LinearOperatorBase< Scalar > Playa::LinearSolverBase< double > Playa::LinearSolverBase< Scalar > Playa::NonlinearOperatorBase< double > Playa::LinearOperatorBase< Scalar > Playa::LinearSolverBase< Scalar > Playa::LineSearchBase Playa::NonlinearOperatorBase< Scalar > Playa::ObjectiveBase Playa::OptConvergenceTestBase Playa::UnconstrainedOptimizerBase

List of all members.

Public Member Functions

 ObjectWithVerbosity (int verb=0)
virtual ~ObjectWithVerbosity ()
int verb () const
void setVerb (int v)


Detailed Description

ObjectWithVerbosity provides a common interface for reading and setting verbosity levels

Author:
Kevin Long (kevin.long@ttu.edu)

Definition at line 19 of file PlayaObjectWithVerbosity.hpp.


Constructor & Destructor Documentation

Playa::ObjectWithVerbosity::ObjectWithVerbosity ( int  verb = 0  )  [inline]

Definition at line 23 of file PlayaObjectWithVerbosity.hpp.

virtual Playa::ObjectWithVerbosity::~ObjectWithVerbosity (  )  [inline, virtual]

virtual dtor

Definition at line 26 of file PlayaObjectWithVerbosity.hpp.


Member Function Documentation

int Playa::ObjectWithVerbosity::verb (  )  const [inline]

Return the verbosity

Definition at line 29 of file PlayaObjectWithVerbosity.hpp.

void Playa::ObjectWithVerbosity::setVerb ( int  v  )  [inline]

Set the verbosity

Definition at line 32 of file PlayaObjectWithVerbosity.hpp.


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

doxygen