Equality

Functions

template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool IndSimpSet::operator== (const IndSimpSet< N, M, A1, T, V1, IS1 > &x, const IndSimpSet< N, M, A2, T, V2, IS2 > &y)
 Return true if the vertices and indexed simplices are equal.
template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool IndSimpSet::operator!= (const IndSimpSet< N, M, A1, T, V1, IS1 > &x, const IndSimpSet< N, M, A2, T, V2, IS2 > &y)
 Return true if the vertices and indexed simplices are not equal.
template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool IndSimpSetIncAdj::operator== (const IndSimpSetIncAdj< N, M, A1, T, V1, IS1 > &x, const IndSimpSetIncAdj< N, M, A2, T, V2, IS2 > &y)
 Return true if the meshes are equal.
template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool IndSimpSetIncAdj::operator!= (const IndSimpSetIncAdj< N, M, A1, T, V1, IS1 > &x, const IndSimpSetIncAdj< N, M, A2, T, V2, IS2 > &y)
 Return true if the meshes are not equal.

Detailed Description

Test the equality of two indexed simplex sets. These functions are for debugging purposes only. They don't do anything fancy like check if the vertices or simplices are given in different order.


Function Documentation

template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool operator!= ( const IndSimpSetIncAdj< N, M, A1, T, V1, IS1 > &  x,
const IndSimpSetIncAdj< N, M, A2, T, V2, IS2 > &  y 
) [related, inherited]

Return true if the meshes are not equal.

template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool operator!= ( const IndSimpSet< N, M, A1, T, V1, IS1 > &  x,
const IndSimpSet< N, M, A2, T, V2, IS2 > &  y 
) [related, inherited]

Return true if the vertices and indexed simplices are not equal.

template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool operator== ( const IndSimpSetIncAdj< N, M, A1, T, V1, IS1 > &  x,
const IndSimpSetIncAdj< N, M, A2, T, V2, IS2 > &  y 
) [related, inherited]
template<int N, int M, bool A1, bool A2, typename T , typename V1 , typename V2 , typename IS1 , typename IS2 >
bool operator== ( const IndSimpSet< N, M, A1, T, V1, IS1 > &  x,
const IndSimpSet< N, M, A2, T, V2, IS2 > &  y 
) [related, inherited]

Return true if the vertices and indexed simplices are equal.

References IndSimpSet< _N, _M, _A, T, V, IS >::getIndexedSimplices(), and IndSimpSet< _N, _M, _A, T, V, IS >::getVertices().

Generated on Thu Jun 30 02:14:58 2016 for Computational Geometry Package by  doxygen 1.6.3