ReFRACtor
GroundFixture Class Reference

#include <ground_fixture.h>

+ Inheritance diagram for GroundFixture:
+ Collaboration diagram for GroundFixture:

Public Member Functions

 GroundFixture ()
 
std::string absco_4d_dir () const
 Location of absco 4d table. More...
 
std::string absco_data_dir () const
 Location of absco table. More...
 
void add_file_to_cleanup (const std::string &Fname)
 
std::string input_dir () const
 Directory where input data such as static input files and default Lua configuration files are located. More...
 
std::string merra_data_dir () const
 Location of merra data. More...
 
std::string test_data_dir () const
 Directory where test data is. More...
 
void turn_on_logger () const
 Normally log messages don't go anywhere, so we don't clutter our unit test output. More...
 

Public Attributes

boost::shared_ptr< GroundBrdfSoilbrdf_soil
 
boost::shared_ptr< GroundBrdfVegbrdf_veg
 
boost::shared_ptr< GroundCoxmunkcoxmunk
 
boost::shared_ptr< GroundLambertianlambertian
 

Detailed Description

Definition at line 10 of file ground_fixture.h.

Constructor & Destructor Documentation

◆ GroundFixture()

GroundFixture::GroundFixture ( )
inline

Definition at line 17 of file ground_fixture.h.

Member Function Documentation

◆ absco_4d_dir()

std::string GlobalFixture::absco_4d_dir ( ) const
inherited

Location of absco 4d table.

Note that all of the Absco is going to be 4d in the future, so this can eventually go away. But for now most of the unit tests are 3d except for the few depending on the newer 4d tables.

Definition at line 140 of file global_fixture.cc.

◆ absco_data_dir()

std::string GlobalFixture::absco_data_dir ( ) const
inherited

Location of absco table.

Definition at line 101 of file global_fixture.cc.

◆ add_file_to_cleanup()

void FullPhysics::GlobalFixture::add_file_to_cleanup ( const std::string &  Fname)
inlineinherited

Definition at line 23 of file global_fixture.h.

◆ input_dir()

std::string GlobalFixture::input_dir ( ) const
inherited

Directory where input data such as static input files and default Lua configuration files are located.

Definition at line 63 of file global_fixture.cc.

◆ merra_data_dir()

std::string GlobalFixture::merra_data_dir ( ) const
inherited

Location of merra data.

Definition at line 119 of file global_fixture.cc.

◆ test_data_dir()

std::string GlobalFixture::test_data_dir ( ) const
inherited

Directory where test data is.

This already includes the trailing slash, so you can just do test_data_data() + "foo.txt" in your unit tests.

Definition at line 83 of file global_fixture.cc.

◆ turn_on_logger()

void GlobalFixture::turn_on_logger ( ) const
inherited

Normally log messages don't go anywhere, so we don't clutter our unit test output.

But in some cases you may want to the logger turned on. This automatically gets turned off again at the end of the unit test.

Definition at line 52 of file global_fixture.cc.

Member Data Documentation

◆ brdf_soil

boost::shared_ptr<GroundBrdfSoil> GroundFixture::brdf_soil

Definition at line 15 of file ground_fixture.h.

◆ brdf_veg

boost::shared_ptr<GroundBrdfVeg> GroundFixture::brdf_veg

Definition at line 14 of file ground_fixture.h.

◆ coxmunk

boost::shared_ptr<GroundCoxmunk> GroundFixture::coxmunk

Definition at line 13 of file ground_fixture.h.

◆ lambertian

boost::shared_ptr<GroundLambertian> GroundFixture::lambertian

Definition at line 12 of file ground_fixture.h.


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

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:11