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