FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Public Attributes | List of all members
Fiber::FragmentFunctor< T > Struct Template Reference
Inheritance diagram for Fiber::FragmentFunctor< T >:
Fiber::FragmentIterator

Public Member Functions

 FragmentFunctor (const T &theFunctor)
 
bool apply (const RefPtr< FragmentID > &Fid, const RefPtr< CreativeArrayBase > &CAB)
 Iteration callback function.
 
- Public Member Functions inherited from Fiber::FragmentIterator
virtual ~FragmentIterator ()
 Destructor (virtual)
 

Public Attributes

myFunctor
 

Member Function Documentation

◆ apply()

template<class T >
bool Fiber::FragmentFunctor< T >::apply ( const RefPtr< FragmentID > &  ,
const RefPtr< CreativeArrayBase > &   
)
inlinevirtual

Iteration callback function.

Implements Fiber::FragmentIterator.