Classes | Public Member Functions

Fiber::FragmentCluster Class Reference
[Interfacing the Vector library with the MemCore library.]

A collection of field fragments, as retrieved by a FieldCollection, and possibly stored over many refinement levels. More...

#include <Fragment.hpp>

List of all members.

Classes

Public Member Functions


Detailed Description

A collection of field fragments, as retrieved by a FieldCollection, and possibly stored over many refinement levels.


Member Function Documentation

int Fiber::FragmentCluster::iterate ( Iterator RFI,
const RefPtr< FragmentSelector > &  FS,
const string &  SelectionField = "Positions" 
) const

Execute a given Iterator over the given collection of fragments, or possibly a subset of them.

Parameters:
RFI The Refinement Fragment Iterator object
FS The Fragment Selector which will define a subset
SelectionField The field that will be fed to the fragment selector in order to define a subset of the data; it may refer to the Positions same as to some fiber field, but the fragment selector must accept such fibers.

Referenced by Wizt::FragmentPainter::renderFragments().