Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VTKViewer_Algorithm.h File Reference
#include "VTKViewer.h"
#include <vtkActorCollection.h>

Go to the source code of this file.

Classes

struct  VTK::ActorCollectionCopy
 

Namespaces

namespace  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)