Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Namespaces | Functions

SgVectorUtil.h File Reference

SgVector utility classes. More...

#include "SgVector.h"

Go to the source code of this file.

Namespaces

namespace  SgVectorUtil

Functions

void SgVectorUtil::Difference (SgVector< int > *vector, const SgVector< int > &vector2)
 Exclude all elements of vector2 from vector.
void SgVectorUtil::Intersection (SgVector< int > *vector, const SgVector< int > &vector2)
 Keep only elements in vector that also occur in vector2.

Detailed Description

SgVector utility classes.

SgVector operations that are useful but not basic enough to be included in SgVector itself.

Definition in file SgVectorUtil.h.


Sun Mar 13 2011 Doxygen 1.7.1