|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
A resample class specifically for uniform arrays. 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< 3 > | |
| 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< 3 > | |
| FixedArray< double, Dims > | IndexScale |
| Field::CreationFailAlternative | CreationMode |
| RefPtr< Field > | OutputField |
| RefPtr< Field > | InputField |
A resample class specifically for uniform arrays.
|
overridevirtual |
Iteration callback function.
Implements Fiber::FragmentIterator.