struct TTempIntersection

Overview

struct TTempIntersection
{
    // fields

    std::shared_ptr<T2ListsOfSegments> segms;
    std::shared_ptr<TCommonRegion> common;

    // construction

    TTempIntersection(const T2ListsOfSegments& s);
    TTempIntersection(const TCommonRegion& c);
};