| 71 | { |
| 72 | public: |
| 73 | TindexBoundary(int32_t density, double edgeLength, uint32_t sampleSize) |
| 74 | : m_density(density), m_edgeLength(edgeLength), |
| 75 | m_sampleSize(sampleSize) |
| 76 | {} |
| 77 | ~TindexBoundary() |
| 78 | {} |
| 79 |
nothing calls this directly
no outgoing calls
no test coverage detected