CSol
Public Member Functions | Public Attributes | List of all members
PointSources_BF Class Reference

Configuration for bushfire solver point sources.

#include <bf/csol_bf_config.h>

Inherits ObjectGroup.

Public Member Functions

 PointSources_BF ()
 Default constructor. More...
 
 PointSources_BF (const PointSources_BF &p)
 Copy constructor. More...
 
virtual PointSources_BFclone () const
 Make a copy of this object. More...
 

Public Attributes

DataExecution::TypedObject< QVector< double > > bf_pointSource_r
 Vector of point source radii. More...
 
DataExecution::TypedObject< double > bf_pointSource_res
 Required simulation resolution. More...
 
DataExecution::TypedObject< QVector< double > > bf_pointSource_t
 Vector of point source start times. More...
 
DataExecution::TypedObject< QVector< double > > bf_pointSource_x
 Vector of point source x-positions. More...
 
DataExecution::TypedObject< QVector< double > > bf_pointSource_y
 Vector of point source y-positions. More...
 

Constructor & Destructor Documentation

Parameters
pThe pair object to copy.

Member Function Documentation

PointSources_BF * clone ( ) const
virtual

Member Data Documentation

DataExecution::TypedObject<QVector<double> > bf_pointSource_r
DataExecution::TypedObject<double> bf_pointSource_res
DataExecution::TypedObject<QVector<double> > bf_pointSource_t
DataExecution::TypedObject<QVector<double> > bf_pointSource_x
DataExecution::TypedObject<QVector<double> > bf_pointSource_y