Functions | |
| template<class T1, class T2> | |
| bool | TeContains (const T1 &o1, const T2 &o2) |
| If a specialized function is not used, returns false. | |
| 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 }
1.5.3