FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Info.hpp
1#ifndef __FIBER_BUNDLE_FINDINFO_HPP
2#define __FIBER_BUNDLE_FINDINFO_HPP
3
4namespace Fiber
5{
6
16template <class QueryType>
17 struct Info;
18
19} /* namespace Fiber */
20
21#endif /* __FIBER_BUNDLE_FINDINFO_HPP */
22
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Generic template namespace class for results of find() functions throughout the Bundle.
Definition Info.hpp:17