ant
A2 ant: class-based analysis framework
ant::interval2D< T > Struct Template Reference

#include <Array2D.h>

Public Member Functions

 interval2D (const ant::interval< T > &xi, const ant::interval< T > &yi)
 
void Clip (const interval2D< T > &other)
 

Public Attributes

ant::interval< T > x
 
ant::interval< T > y
 

Constructor & Destructor Documentation

◆ interval2D()

template<typename T >
ant::interval2D< T >::interval2D ( const ant::interval< T > &  xi,
const ant::interval< T > &  yi 
)
inline

Member Function Documentation

◆ Clip()

template<typename T >
void ant::interval2D< T >::Clip ( const interval2D< T > &  other)
inline

Member Data Documentation

◆ x

template<typename T >
ant::interval<T> ant::interval2D< T >::x

◆ y

template<typename T >
ant::interval<T> ant::interval2D< T >::y

The documentation for this struct was generated from the following file: