FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Classes | Public Member Functions | List of all members

Data structure describing all fields available per fragment, which is a selection of createable data arrays. More...

#include <Fragment.hpp>

Inheritance diagram for Fiber::Fragment:
std::map< typename _Key, typename _Tp, typename _Compare, typename _Alloc >

Classes

struct  Iterator
 

Public Member Functions

 Fragment ()
 Constructor.
 
 ~Fragment ()
 Destructor.
 
RefPtr< CreativeArrayBase > & operator[] (const string &s)
 
RefPtr< CreativeArrayBaseoperator() (const string &s) const
 
size_t size () const
 
int iterate (Iterator &It) const
 

Detailed Description

Data structure describing all fields available per fragment, which is a selection of createable data arrays.

A Fragment is a subset of a collection of fragmented Fields, restrained to on one fragment.

See also
Fragment