#include <orea/cube/jaggedcube.hpp>
Inheritance diagram for ConstantDepthCalculator:
Collaboration diagram for ConstantDepthCalculator:Public Member Functions | |
| ConstantDepthCalculator (Size d=1) | |
| Size | depth (const QuantLib::ext::shared_ptr< ore::data::Trade > &) const override |
Public Member Functions inherited from DepthCalculator | |
| virtual | ~DepthCalculator () |
| virtual Size | depth (const QuantLib::ext::shared_ptr< ore::data::Trade > &t) const =0 |
Private Attributes | |
| Size | d_ |
Definition at line 125 of file jaggedcube.hpp.
| ConstantDepthCalculator | ( | Size | d = 1 | ) |
Definition at line 127 of file jaggedcube.hpp.
|
overridevirtual |
|
private |
Definition at line 131 of file jaggedcube.hpp.