Home
last modified time | relevance | path

Searched refs:setStartEnd (Results 1 – 23 of 23) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkThreadedIteratorRangePartitionerTest.cxx219 void setStartEnd( const unsigned int start, in setStartEnd() function
260 setStartEnd( 0, 103, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest()
269 setStartEnd( 2, 105, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest()
281 setStartEnd( 6, 109, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest()
294 setStartEnd( 6, 6+maxNumberOfThreads, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest()
H A DitkThreadedIteratorRangePartitionerTest2.cxx225 void setStartEnd( const unsigned int start, in setStartEnd() function
277 setStartEnd( 0, 103, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest2()
286 setStartEnd( 2, 105, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest2()
298 setStartEnd( 6, 109, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest2()
311 setStartEnd( 6, 6+maxNumberOfThreads, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest2()
H A DitkThreadedIteratorRangePartitionerTest3.cxx225 void setStartEnd( const unsigned int start, in setStartEnd() function
276 setStartEnd( 0, 103, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest3()
285 setStartEnd( 2, 105, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest3()
297 setStartEnd( 6, 109, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest3()
310 setStartEnd( 6, 6+maxNumberOfThreads, container, fullDomain ); in itkThreadedIteratorRangePartitionerTest3()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthQt/
H A DTerrainProfileWidget.cpp232 void TerrainProfileWidget::setStartEnd(const GeoPoint& start, const GeoPoint& end)
241 _calculator->setStartEnd(start, end);
297 _calculator->setStartEnd(GeoPoint::INVALID, GeoPoint::INVALID);
305 _calculator->setStartEnd(_profileStack.back().start, _profileStack.back().end);
H A DTerrainProfileWidget59 void setStartEnd(const GeoPoint& start, const GeoPoint& end);
179 … _profileWidget->setStartEnd(GeoPoint(_mapNode->getMapSRS(), _start.x(), _start.y()),
H A DTerrainProfileGraph.cpp275 _calculator->setStartEnd(newStart, newEnd);
/dports/audio/tse3/tse3-0.3.1/src/tse3/cmd/
H A DPart.cpp156 part->setStartEnd(newStart, newEnd);
162 part->setStartEnd(oldStart, oldEnd);
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/seqmanager/
H A DMappedEventBuffer.h241 void setStartEnd(RealTime &start, RealTime &end) { in setStartEnd() function
H A DInternalSegmentMapper.cpp329 setStartEnd(minRealTime, maxRealTime); in fillBuffer()
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DPart.h244 void setStartEnd(Clock start, Clock end);
H A DPart.cpp431 void Part::setStartEnd(Clock start, Clock end) in setStartEnd() function in Part
/dports/audio/tse3/tse3-0.3.1/src/tse3/app/
H A DRecord.cpp163 part->setStartEnd(_startTime, _endTime); in insertPhrase()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DTerrainProfile.cpp177 void TerrainProfileCalculator::setStartEnd(const GeoPoint& start, const GeoPoint& end) in setStartEnd() function in TerrainProfileCalculator
H A DTerrainProfile191 void setStartEnd(const osgEarth::GeoPoint& start, const osgEarth::GeoPoint& end);
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A DnurbsGL.h558 void setStartEnd(SPointCurveGL* s, int r) { start = s; rows = r ; } in setStartEnd() function
584 void setStartEnd(SPointSurfaceGL* s, int r, int c=0) { start = s; rows = r ; cols = c ; }
611 void setStartEnd(SPointHSurfaceGL* s, int r, int c=0) { start = s; rows = r ; cols = c ; }
H A DnurbsGL.cpp1800 a->setStartEnd(b,deg_+r+1) ; in resetCPoints()
1899 a->setStartEnd(b,degU+r+1,degV+c+1) ; in resetCPoints()
1965 a->setStartEnd(b,degU+r+1,degV+c+1) ; in resetCPoints()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/protocolrecords/impl/pb/
H A DGetApplicationsRequestPBImpl.java107 builder.setStartEnd(start.getMaximumLong()); in mergeLocalToBuilder()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_terrainprofile/
H A Dosgearth_terrainprofile.cpp296 _profileCalculator->setStartEnd( GeoPoint(_mapNode->getMapSRS(), _start.x(), _start.y()), in compute()
/dports/editors/calligra/calligra-3.2.1/filters/karbon/xfig/
H A DXFigDocument.h279 …void setStartEnd( XFigPoint startPoint, XFigPoint endPoint ) { m_StartPoint = startPoint; m_EndPoi… in setStartEnd() function
H A DXFigParser.cpp739 ellipseObject->setStartEnd(XFigPoint(start_x,start_y), XFigPoint(end_x,end_y)); in parseEllipse()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXLiveness.h325 void setStartEnd(unsigned S, unsigned E) noexcept{ in setStartEnd() function
H A DGenXLiveness.cpp401 BBRange->setStartEnd(Numbering->getNumber(BB), BBNum->EndNumber); in rebuildLiveRangeForValue()
/dports/audio/tse3/tse3-0.3.1/doc/
H A DHistory566 if the Part is inserted in a Track. Also added Part::setStartEnd so that you