#include "VTKViewer.h"
#include <vtkActorCollection.h>
Go to the source code of this file.
|
| 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) |
| |