#include "GeometryExamples.h"Go to the source code of this file.
Functions | |
| te::gm::Geometry * | difference (te::gm::Geometry *g1, te::gm::Geometry *g2) |
| te::gm::Geometry * | intersection (te::gm::Geometry *g1, te::gm::Geometry *g2) |
| te::gm::Geometry * | Union (te::gm::Geometry *g1, te::gm::Geometry *g2) |
| te::gm::Geometry* difference | ( | te::gm::Geometry * | g1, |
| te::gm::Geometry * | g2 | ||
| ) |
Definition at line 4 of file SetOperations.cpp.
References te::gm::Geometry::difference().
Referenced by te::gm::Geometry::locateAlong(), te::vp::DifferenceDialog::onOkPushButtonClicked(), and setOperationsExamples().
| te::gm::Geometry* intersection | ( | te::gm::Geometry * | g1, |
| te::gm::Geometry * | g2 | ||
| ) |
Definition at line 9 of file SetOperations.cpp.
References te::gm::Geometry::intersection().
Referenced by te::gm::Geometry::locateAlong(), and setOperationsExamples().
| te::gm::Geometry* Union | ( | te::gm::Geometry * | g1, |
| te::gm::Geometry * | g2 | ||
| ) |
Definition at line 14 of file SetOperations.cpp.
References te::gm::Geometry::Union().
Referenced by te::gm::CascadedPolygonUnion(), te::gm::Geometry::locateAlong(), setOperationsExamples(), and te::gm::UnaryUnion().