Signal/Geometry Processing Library (SPL)  2.0.8
All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
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.

Function Documentation

◆ combineDomains()

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.