Signal/Geometry Processing Library (SPL)  1.1.24
Sequence2.cpp File Reference

This file contains code for the Sequence2 template class. More...

#include <SPL/config.hpp>
#include <iostream>
#include <cassert>
#include <cstdlib>
#include <SPL/Sequence2.hpp>

Functions

void SPL::combineDomains (int firstStartX, int firstStartY, int firstEndX, int firstEndY, int secondStartX, int secondStartY, int secondEndX, int secondEndY, int &startX, int &startY, int &endX, int &endY)
 Find the bounding box of the union of the domains of two sequences. More...
 

Detailed Description

This file contains code for the Sequence2 template class.