|
Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
[← Previous Example] [Next Example → 031-RangedPointCloud.cpp ]. More...
#include <fiber/bundle/Bundle.hpp>#include <fiber/finit/FinitAPI.h>#include <fiber/field/ArrayRef.hpp>#include <eagle/PhysicalSpace.hpp>#include <fiber/bundle/Ownership.hpp>Functions | |
| int | main () |
| File Binding, a way to do Structured Memory Mapping for out-of-core data. | |
[← Previous Example] [Next Example → 031-RangedPointCloud.cpp ].
| int main | ( | ) |
File Binding, a way to do Structured Memory Mapping for out-of-core data.
Demonstrating how to bind a Bundle to a file, then adding data to it later on. In contrast, when saving a Bundle to a file then data are added first and saved in the end. The workflow with the binding feature is just other way round - bind first, then add data.
The actual dataset is a set of points with a scalar field on them.