| 62 | } |
| 63 | |
| 64 | float HDPModelObject::getAlpha() const |
| 65 | { |
| 66 | auto* inst = getInst<tomoto::IHDPModel>(); |
| 67 | return inst->getAlpha(); |
| 68 | } |
| 69 | |
| 70 | py::UniqueObj DocumentObject::getZFromHDP() const |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected