Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell

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< string, RefPtr< CreativeArrayBase > >

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