ReFRACtor
generic_object.h
Go to the documentation of this file.
1
#ifndef GENERIC_OBJECT_H
2
#define GENERIC_OBJECT_H
3
4
namespace
FullPhysics
{
5
/****************************************************************/
10
class
GenericObject
{
11
public
:
12
// Have a virtual member function, which forces RTTI information to
13
// be available.
14
virtual
~GenericObject
() {}
15
};
16
}
17
#endif
FullPhysics
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition:
doxygen_python.h:1
FullPhysics::GenericObject::~GenericObject
virtual ~GenericObject()
Definition:
generic_object.h:14
FullPhysics::GenericObject
For use with SWIG, it is useful to have a base class that everything can be cast to.
Definition:
generic_object.h:10
Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:11