OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VolumeIterator
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h
22
typedef typename BVH::
VolumeIterator
VolIter;
99
typedef typename BVH1::
VolumeIterator
VolIter1;
101
typedef typename BVH2::
VolumeIterator
VolIter2;
154
typedef typename BVH::
VolumeIterator
VolIter;
243
typedef typename BVH1::
VolumeIterator
VolIter1;
245
typedef typename BVH2::
VolumeIterator
VolIter2;
KdBVH.h
77
typedef const int *
VolumeIterator
; //the iterators are just pointers into the tree's vectors
132
EIGEN_STRONG_INLINE void getChildren(Index index,
VolumeIterator
&outVBegin,
VolumeIterator
&outVEnd,
Completed in 1686 milliseconds