|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Strategy: Iterate over the source grid, creating a fragments in the new Grid as specified by the resampling parameters. More...
#include <Resample.hpp>
Public Member Functions | |
| bool | apply (const RefPtr< FragmentID > &f, const RefPtr< CreativeArrayBase > &SourceFragment) override |
| Iteration callback function. | |
Public Member Functions inherited from Fiber::CreativeFieldResampler< Dims > | |
| RefPtr< Field > & | createEmptyField (const RefPtr< Field > &theInputField, const RefPtr< FragmentIDCollection > &theOutputFragmentIDCollection) |
| RefPtr< Field > & | compute () |
Public Member Functions inherited from Fiber::FragmentIterator | |
| virtual | ~FragmentIterator () |
| Destructor (virtual) | |
Additional Inherited Members | |
Public Attributes inherited from Fiber::CreativeFieldResampler< Dims > | |
| FixedArray< double, Dims > | IndexScale |
| Field::CreationFailAlternative | CreationMode = Field::CreationFailAlternative::Discardable |
| RefPtr< Field > | OutputField |
| RefPtr< Field > | InputField |
Strategy: Iterate over the source grid, creating a fragments in the new Grid as specified by the resampling parameters.
This operation contributes to the creation of a new Grid.
|
inlineoverridevirtual |
Iteration callback function.
Implements Fiber::FragmentIterator.