Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SVTK_Functor.h File Reference
#include <functional>
#include <string>
#include <VTKViewer_Functor.h>
#include <SALOME_InteractiveObject.hxx>
#include <SALOME_ListIO.hxx>

Go to the source code of this file.

Classes

struct  SVTK::TIsSameEntry< TActor >
 This functor check, if the actor have pointed entry. More...
 
struct  SVTK::TIsSameIObject< TActor >
 This functor check, if the actor point to the same SALOME_InteractiveObject. More...
 
struct  SVTK::THighlight< TActor >
 
struct  SVTK::TCollectIfVisible< TActor >
 

Namespaces

namespace  SVTK
 

Detailed Description

This file contains numbers of functors that allows user to perform corresponding operations with existing presentations. Combination with algorithms it gives powerful, flexible and simple to extend way to introduce new type of operation.