A collection of field fragments, as retrieved by a FieldCollection, and possibly stored over many refinement levels. More...
#include <Fragment.hpp>
A collection of field fragments, as retrieved by a FieldCollection, and possibly stored over many refinement levels.
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.
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().