julian::DiscretizeWithNumberOfStepsPerYear Class Reference
Discretize the time interval in a way that each year have the same number of time steps . More...
#include <discretizeWithNumberOfStepsPerYear.hpp>
Inheritance diagram for julian::DiscretizeWithNumberOfStepsPerYear:
Public Member Functions | |
DiscretizeWithNumberOfStepsPerYear (int n) | |
Constructor. More... | |
virtual std::vector< double > | operator() (Date start_date, Date end_date, SmartPointer< YearFraction > yf) const |
Discretize the time interval in a way that each year have the same number of time steps. More... | |
virtual DiscretizeWithNumberOfStepsPerYear * | clone () const |
Virtual copy constructor. More... | |
Public Member Functions inherited from julian::TimeDiscretization | |
virtual | ~TimeDiscretization () |
Destructor. More... | |
Private Attributes | |
int | n_ |
Number of grid nodes per year. More... | |
Detailed Description
Discretize the time interval in a way that each year have the same number of time steps .
Discretize the time interval in a way that each year have the same number of time steps
Constructor & Destructor Documentation
|
inlineexplicit |
Constructor.
Member Function Documentation
|
virtual |
Virtual copy constructor.
Implements julian::TimeDiscretization.
|
virtual |
Discretize the time interval in a way that each year have the same number of time steps.
Implements julian::TimeDiscretization.
Member Data Documentation
|
private |
Number of grid nodes per year.
The documentation for this class was generated from the following files:
- C:/Unix/home/OEM/jULIAN/src/dates/timeGrids/discretizeWithNumberOfStepsPerYear.hpp
- C:/Unix/home/OEM/jULIAN/src/dates/timeGrids/discretizeWithNumberOfStepsPerYear.cpp