Contains test
[Topological operators]


Detailed Description

TeContains(x, y) = TeWithin(y, x)


Functions

template<class T1, class T2>
bool TeContains (const T1 &o1, const T2 &o2)
 If a specialized function is not used, returns false.


Function Documentation

template<class T1, class T2>
bool TeContains ( const T1 &  o1,
const T2 &  o2 
) [inline]

Definition at line 357 of file TeGeometryAlgorithms.h.

References TeWithin().

Referenced by TeTopologicalRelation().

00358 {
00359         return TeWithin(o2, o1);
00360 }


Generated on Sun Jul 29 04:04:39 2012 for TerraLib - Development Source by  doxygen 1.5.3