FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
baseop/RegularlyFragmentedClusteredPointCloudGrid.hpp
1#ifndef __FIBER_BASEOP_REGULARLYFRAGMENTEDCLUSTEREDPOINTGRID_HPP
2
3#include "gridopDllApi.h"
4
5#include <elementary/aerie/BoundingBox.hpp>
6#include <fish/fiber/grid/types/RegularlyFragmentedClusteredPointCloudGrid.hpp>
7
8namespace Fiber
9{
10
11extern gridop_API RefPtr<Grid> createRegularlyFragmentedClusteredPointCloudGrid( BundlePtr bp, double time, const string& grid_name, const MultiIndex<3>&nr_fragments, const RefPtr<Eagle::BoundingBox>& bb );
12
13
14}
15#endif
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2