Home
last modified time | relevance | path

Searched refs:InitTraversal (Results 126 – 150 of 1098) sorted by relevance

12345678910>>...44

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx56 iter->InitTraversal(); in testCellIterator()
226 for (iter->InitTraversal(); iter->IsDoneWithTraversal(); iter->GoToNextCell()) in benchmarkTypeIteration()
307 for (iter->InitTraversal(); iter->IsDoneWithTraversal(); iter->GoToNextCell()) in benchmarkPointIdIteration()
408 iter->InitTraversal(); in benchmarkPointsIteration()
420 for (iter->InitTraversal(); iter->IsDoneWithTraversal(); iter->GoToNextCell()) in benchmarkPointsIteration()
468 for (it->InitTraversal(); it->IsDoneWithTraversal(); it->GoToNextCell()) in benchmarkCellIteration()
634 for (iter->InitTraversal(); iter->IsDoneWithTraversal(); iter->GoToNextCell()) in benchmarkPiecewiseIteration()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkShadowMapBakerPass.cxx283 lights->InitTraversal(); in Render()
302 props->InitTraversal(pit); in Render()
336 lights->InitTraversal(); in Render()
394 lights->InitTraversal(); in Render()
437 props->InitTraversal(cookie); in Render()
468 lights->InitTraversal(); in Render()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkShadowMapBakerPass.cxx275 lights->InitTraversal(); in Render()
294 props->InitTraversal(pit); in Render()
328 lights->InitTraversal(); in Render()
385 lights->InitTraversal(); in Render()
430 props->InitTraversal(cookie); in Render()
457 lights->InitTraversal(); in Render()
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractBlock.cxx95 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); iter->GoToNextItem()) in CopySubTree()
136 for (iter->InitTraversal(); in RequestData()
168 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); iter->GoToNextItem()) in RequestData()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkOBJWriter.cxx35 for (faces->InitTraversal(); faces->GetNextCell(npts, indx);) in WriteFaces()
63 for (lines->InitTraversal(); lines->GetNextCell(npts, indx);) in WriteLines()
225 for (strips->InitTraversal(); strips->GetNextCell(npts, ptIds);) in WriteData()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCompositeDataSetRange.h167 this->Iterator->InitTraversal(); in VTK_GENERATE_BITFLAG_OPS()
235 iter->InitTraversal(); in VTK_GENERATE_BITFLAG_OPS()
261 result->InitTraversal(); in VTK_GENERATE_BITFLAG_OPS()
/dports/math/vtk8/VTK-8.2.0/Rendering/LOD/
H A DvtkLODActor.cxx128 this->LODMappers->InitTraversal(mit); in Render()
241 for (this->LODMappers->InitTraversal(mit); in ReleaseGraphicsResources()
405 for (c->InitTraversal(mit); (map = c->GetNextMapper(mit));) in ShallowCopy()
/dports/math/vtk6/VTK-6.2.0/Rendering/LOD/
H A DvtkLODActor.cxx128 this->LODMappers->InitTraversal(mit); in Render()
236 for (this->LODMappers->InitTraversal(mit); in ReleaseGraphicsResources()
400 for (c->InitTraversal(mit); (map = c->GetNextMapper(mit));) in ShallowCopy()
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractBlock.cxx95 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); iter->GoToNextItem()) in CopySubTree()
134 for (iter->InitTraversal(); in RequestData()
166 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); iter->GoToNextItem()) in RequestData()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkShadowMapPass.cxx241 lights->InitTraversal(); in Render()
272 lights2->InitTraversal(); in Render()
286 lights2->InitTraversal(); in Render()
509 lights2->InitTraversal(); in Render()
651 lights->InitTraversal(); in Render()
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkExtractCellsByType.cxx193 for (inVerts->InitTraversal(); inVerts->GetNextCell(npts, pts); ++currentCellId) in ExtractPolyDataCells()
223 for (inLines->InitTraversal(); inLines->GetNextCell(npts, pts); ++currentCellId) in ExtractPolyDataCells()
254 for (inPolys->InitTraversal(); inPolys->GetNextCell(npts, pts); ++currentCellId) in ExtractPolyDataCells()
285 for (inStrips->InitTraversal(); inStrips->GetNextCell(npts, pts); ++currentCellId) in ExtractPolyDataCells()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkOBJWriter.cxx42 for (faces->InitTraversal(); faces->GetNextCell(npts, indx);) in WriteFaces()
70 for (lines->InitTraversal(); lines->GetNextCell(npts, indx);) in WriteLines()
308 for (strips->InitTraversal(); strips->GetNextCell(npts, ptIds);) in WriteData()
325 polys->InitTraversal(); in WriteData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkBlockIdScalars.cxx62 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); iter->GoToNextItem(), blockIdx++) in RequestData()
93 for (inIter->InitTraversal(); !inIter->IsDoneWithTraversal(); inIter->GoToNextItem()) in ColorBlock()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkBlockIdScalars.cxx64 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); in RequestData()
98 for (inIter->InitTraversal(); !inIter->IsDoneWithTraversal(); in ColorBlock()
H A DvtkClipClosedSurface.cxx168 planes->InitTraversal(iter); in ComputePipelineMTime()
467 inPolys->InitTraversal(); in RequestData()
523 planes->InitTraversal(iter); in RequestData()
823 cellArray->InitTraversal(); in SqueezeOutputPoints()
862 cellArray->InitTraversal(); in SqueezeOutputPoints()
983 inputCells->InitTraversal(); in ClipLines()
1060 inputCells->InitTraversal(); in ClipAndContourPolys()
1183 inputLines->InitTraversal(); in BreakPolylines()
1262 inputStrips->InitTraversal(); in BreakTriangleStrips()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkPolyDataPointPlacer.cxx106 this->SurfaceProps->InitTraversal(sit); in ComputeWorldPosition()
111 path->InitTraversal(psit); in ComputeWorldPosition()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkPolyDataPointPlacer.cxx100 this->SurfaceProps->InitTraversal(sit); in ComputeWorldPosition()
105 path->InitTraversal(psit); in ComputeWorldPosition()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkActor2DCollection.cxx42 for ( this->InitTraversal(adit); in RenderOverlay()
126 this->InitTraversal(ait); in Sort()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkPolyDataPointPlacer.cxx106 this->SurfaceProps->InitTraversal(sit); in ComputeWorldPosition()
111 path->InitTraversal(psit); in ComputeWorldPosition()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkActor2DCollection.cxx42 for ( this->InitTraversal(adit); in RenderOverlay()
126 this->InitTraversal(ait); in Sort()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkCellIterator.h81 void InitTraversal();
205 inline void vtkCellIterator::InitTraversal() in InitTraversal() function
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkBlockIdScalars.cxx68 for (iter->InitTraversal(); !iter->IsDoneWithTraversal(); in RequestData()
102 for (inIter->InitTraversal(); !inIter->IsDoneWithTraversal(); in ColorBlock()
H A DvtkClipClosedSurface.cxx168 planes->InitTraversal(iter); in ComputePipelineMTime()
468 inPolys->InitTraversal(); in RequestData()
524 planes->InitTraversal(iter); in RequestData()
824 cellArray->InitTraversal(); in SqueezeOutputPoints()
863 cellArray->InitTraversal(); in SqueezeOutputPoints()
984 inputCells->InitTraversal(); in ClipLines()
1061 inputCells->InitTraversal(); in ClipAndContourPolys()
1184 inputLines->InitTraversal(); in BreakPolylines()
1263 inputStrips->InitTraversal(); in BreakTriangleStrips()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkRenderer.cxx243 this->Props->InitTraversal(pit); in ReleaseGraphicsResources()
294 for (this->Lights->InitTraversal(sit); (light = this->Lights->GetNextLight(sit));) in Render()
303 for (this->Props->InitTraversal(pit); (aProp = this->Props->GetNextProp(pit));) in Render()
355 for (this->Props->InitTraversal(pit); (aProp = this->Props->GetNextProp(pit));) in Render()
508 for (this->Lights->InitTraversal(sit); (light = this->Lights->GetNextLight(sit));) in UpdateLightsGeometryToFollowCamera()
645 for (this->PickFromProps->InitTraversal(pit); in UpdateGeometry()
868 for (this->Props->InitTraversal(pit); (aProp = this->Props->GetNextProp(pit));) in GetActors()
884 for (this->Props->InitTraversal(pit); (aProp = this->Props->GetNextProp(pit));) in GetVolumes()
978 for (this->Props->InitTraversal(pit); (prop = this->Props->GetNextProp(pit));) in ComputeVisiblePropBounds()
1813 for (this->Props->InitTraversal(pit); (aProp = this->Props->GetNextProp(pit));) in VisibleActorCount()
[all …]
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/gtk/
H A DGtkGLExtVTKRenderWindow.py85 self._RenderWindow.GetRenderers().InitTraversal()
293 renderers.InitTraversal()
312 lights.InitTraversal()
324 renderers.InitTraversal()
454 actors.InitTraversal()
464 actors.InitTraversal()

12345678910>>...44