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... | |
This file contains code for the Sequence2 template class.
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.