|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Base class for resampling n-dimensional fields. More...
#include <Resample.hpp>
Public Member Functions | |
| 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) | |
| virtual bool | apply (const RefPtr< FragmentID > &, const RefPtr< CreativeArrayBase > &)=0 |
| Iteration callback function. | |
Public Attributes | |
| FixedArray< double, Dims > | IndexScale |
| Field::CreationFailAlternative | CreationMode = Field::CreationFailAlternative::Discardable |
| RefPtr< Field > | OutputField |
| RefPtr< Field > | InputField |
Base class for resampling n-dimensional fields.
Usage: create an empty field first, insert it into a Representation object, then call the compute() functions.