FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
las_read.hpp
1#ifndef __LAS_READ_HPP
2#define __LAS_READ_HPP
3#include "grid/Grid.hpp"
4#include <fiber/bundle/Bundle.hpp>
5#include <fiber/bundle/StorageTransformations.hpp>
6#include <modules/hydrovishpublic/hydrolib/Lidar.hpp>
7
8namespace LAS
9{
10using namespace Fiber;
11using namespace Eagle::PhysicalSpace;
12using namespace std;
13using namespace MemCore;
14using namespace Eagle;
15using namespace HydroVish;
16using namespace META;
17
20
21
23
24
25bool isLASFood(const string FileName);
26
27}
28
29
30#endif
basic_string< char > string
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A Grid is a set of Skeleton objects, each of them accessed via some unique SkeletonID object.
Definition Grid.hpp:60
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
STL namespace.