FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
ExtractTrajectories.hpp
1#ifndef __BASEOP_EXTRACT_TRAJECTORIES_HPP
2#define __BASEOP_EXTRACT_TRAJECTORIES_HPP
3
4#include "gridopDllApi.h"
5#include <bundle/Bundle.hpp>
6
7namespace Fiber
8{
9
39extern gridop_API
40RefPtr<Grid> ExtractTrajectories(Bundle&B, const string&SelectedGridName,
41 double StartTime, double ComaLength,
42 const string&TrajectoryGridName,
43 bool IterateOnlyLoadedSlices);
44
45} // Fiber
46
47
48#endif // __BASEOP_EXTRACT_TRAJECTORIES_HPP
49
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2