Home
last modified time | relevance | path

Searched refs:hitsPtr (Results 1 – 3 of 3) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers3/
H A Drazers_parallel.h197 std::shared_ptr<THitString> hitsPtr; variable
207 …), globalStore(&globalStore_), contigId(contigId_), windowNo(windowNo_), hitsPtr(hitsPtr_), hitGro… in Job()
284 …for (THitStringIterator it = iter(*job.hitsPtr, job.hitBegin), itEnd = iter(*job.hitsPtr, job.hitE… in workVerification()
695 … std::shared_ptr<THitString> hitsPtr(new THitString()); //TODO (weese:) Could we reuse memory here? in _mapSingleReadsParallelToContig()
696 resize(*hitsPtr, 1); in _mapSingleReadsParallelToContig()
697 clear(*hitsPtr); in _mapSingleReadsParallelToContig()
699 swap(*hitsPtr, getWindowFindHits(tls.filterFinder)); in _mapSingleReadsParallelToContig()
700 THitString & hits = *hitsPtr; in _mapSingleReadsParallelToContig()
722 …tls.threadId, tls.verificationResults, store, contigId, windowsDone - 1, hitsPtr, i - 1, splitters… in _mapSingleReadsParallelToContig()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkSelectEnclosedPoints.cxx221 unsigned char *hitsPtr = static_cast<unsigned char *>(hits->GetVoidPointer(0)); in RequestData() local
225 this->CellLocator, hitsPtr, this); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkSelectEnclosedPoints.cxx214 unsigned char* hitsPtr = static_cast<unsigned char*>(hits->GetVoidPointer(0)); in RequestData() local
218 numPts, input, surface, this->Bounds, this->Tolerance, this->CellLocator, hitsPtr, this); in RequestData()