| 328 | explicit TrianglesChainSaver(GeometryCodingParams const & params); |
| 329 | |
| 330 | TPoint GetBasePoint() const { return m_base; } |
| 331 | TPoint GetMaxPoint() const { return m_max; } |
| 332 | |
| 333 | void operator()(TPoint arr[3], std::vector<TEdge> edges); |
no outgoing calls