1#ifndef __FISH_CEPHALUS_LINEINTEGRATOR_HPP
2#define __FISH_CEPHALUS_LINEINTEGRATOR_HPP
4#include <eagle/PhysicalSpace.hpp>
5#include <eagle/STA.hpp>
7#include <ocean/shrimp/VObjectStatus.hpp>
8#include <ocean/shrimp/VEnum.hpp>
9#include <ocean/shrimp/EaglePhysicalSpaceTVector.hpp>
10#include <ocean/shrimp/EaglePhysicalSpacePoint.hpp>
13#include <fish/fiber/baseop/ExpandBBox.hpp>
14#include <grid/types/LineSet.hpp>
16#include <bone/FishField.hpp>
17#include <bone/FishSaver.hpp>
18#include <bone/Fish.hpp>
20#include <bone/SurfaceRefinementCriterion.hpp>
22#include <ocean/shrimp/Options.hpp>
24#include "fishintegratorDllApi.h"
29 using namespace Fiber;
34 public virtual Fish<Field>,
39 typedef Eagle::PhysicalSpace::tvector tvector;
88 string tmp =
"IntegralLine::" + text;
92 return setStatusError(
Context, text,
false);
97 string tmp =
"IntegratlLine::" + text;
100 return setStatusInfo(
Context, text);
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
An abstract selection of fields, that is given by names of fields and possible types for each field.
Definition FieldSelection.hpp:23
An internal class that stores a couple of textual names.
Definition FieldSelector.hpp:18
Context information to select a grid from within a bundle.
Definition GridSelector.hpp:26
Convenience class for objects that provide a Grid that may be saved.
Definition FishSaver.hpp:127
Definition IntegralFace.hpp:37
VOutput< Grid > myIntegralLines
Output is provided as a grid object.
Definition IntegralFace.hpp:77
TypedSlot< double > MinLineLength
maximum length of integration line
Definition IntegralFace.hpp:60
TypedSlot< double > UniMapperScalator
Unimapper grid scale factor.
Definition IntegralFace.hpp:64
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
Compute the step size of a curve.
Definition CurveOperators.hpp:95
Definition IntegralFace.hpp:171
Definition IntegralFace.hpp:104
Definition IntegralFace.hpp:127