|
VTK-m
2.0
|
VecTraits for Pair types. More...
#include <VecTraits.h>
Although a pair would seem better as a size-2 vector, we treat it as a scalar. This is because a Vec is assumed to have the same type for every component, and a pair in general has a different type for each component. Thus we treat a pair as a "scalar" unit.
1.8.17