| 379 | } |
| 380 | |
| 381 | TrianglesChainSaver::TrianglesChainSaver(GeometryCodingParams const & params) |
| 382 | { |
| 383 | m_base = pts::GetBasePoint(params); |
| 384 | m_max = pts::GetMaxPoint(params); |
| 385 | } |
| 386 | |
| 387 | void TrianglesChainSaver::operator()(TPoint arr[3], std::vector<TEdge> edges) |
| 388 | { |
nothing calls this directly
no test coverage detected