
Go to the source code of this file.
Data Structures | |
| struct | VTK.ActorCollectionCopy |
Packages | |
| package | VTK |
Functions | |
| template<typename TActor , typename TFunction > | |
| TFunction | VTK.ForEach (vtkActorCollection *theCollection, TFunction theFun) |
| template<typename TActor , typename TPredicate , typename TFunction > | |
| TFunction | VTK.ForEachIf (vtkActorCollection *theCollection, TPredicate thePredicate, TFunction theFun) |
| template<typename TActor , typename TPredicate > | |
| TActor * | VTK.Find (vtkActorCollection *theCollection, TPredicate thePredicate) |