Functions | |
int32 | markDeleteOutOfBox (box domain, int32 start, int32 end, int8 deleteFlag, deviceViewType1D< realx3 > points, deviceViewType1D< int8 > flags, pointStructure::activePointsDevice activePoint, int32 &minRange, int32 &maxRange) |
int32 | scanPointFlag (int32 start, int32 end, int8 activeFlag, deviceViewType1D< int8 > flags, int32 &minRange, int32 &maxRange) |
int32 pFlow::pointStructureKernels::markDeleteOutOfBox | ( | box | domain, |
int32 | start, | ||
int32 | end, | ||
int8 | deleteFlag, | ||
deviceViewType1D< realx3 > | points, | ||
deviceViewType1D< int8 > | flags, | ||
pointStructure::activePointsDevice | activePoint, | ||
int32 & | minRange, | ||
int32 & | maxRange | ||
) |
Definition at line 32 of file pointStructureKernels.hpp.
References box::isInside(), and LAMBDA_HD.
Referenced by pointStructure::markDeleteOutOfBox().
int32 pFlow::pointStructureKernels::scanPointFlag | ( | int32 | start, |
int32 | end, | ||
int8 | activeFlag, | ||
deviceViewType1D< int8 > | flags, | ||
int32 & | minRange, | ||
int32 & | maxRange | ||
) |
Definition at line 92 of file pointStructureKernels.hpp.
References LAMBDA_HD, pFlow::max(), and pFlow::min().
Referenced by pointStructure::evaluatePointStructure().