FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
EdgeLengthCriterion.hpp
1#ifndef __BASEOP_EDGELENGTHCRITERION_HPP
2#define __BASEOP_EDGELENGTHCRITERION_HPP
3
4#include "gridopDllApi.h"
5#include "RefineSurface.hpp"
6
7namespace Fiber
8{
10{
11 double MaxLength;
12public:
14 : MaxLength(maxEdgeLength)
15 {}
16
17 virtual ~EdgeLengthCriterion();
18
19 std::vector<bool> DetectEdges(const RefPtr<Grid>& InputGrid);
21};
22}
23
24#endif
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Definition EdgeLengthCriterion.hpp:10
Definition RefineSurface.hpp:30
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2