Lines Matching full:actor
138 for (ac->InitTraversal(ait); vtkActor* actor = ac->GetNextActor(ait); )
139 for (actor->InitPathTraversal(); vtkAssemblyPath* path = actor->GetNextPath(); )
152 for (ac->InitTraversal(ait); vtkActor* actor = ac->GetNextActor(ait); )
153 for (actor->InitPathTraversal(); vtkAssemblyPath* path = actor->GetNextPath(); )
213 vtkProp3D * actor = vtkProp3D::SafeDownCast(it->second);
214 if (actor && actor->GetUserMatrix())
239 // go to the next actor for the next key-press event.