4#include "fish/fiber/grid/types/LineSet.hpp"
6#pragma warning "Anonymous namespace in header files is unusual, in conjunction with global namespace settings it messes up the namespace elsewhere. Needs to be fixed."
47 cout <<
"getPointSet(): ERROR no vertices skeleton" <<
endl;
54 cout <<
"getPointSet(): ERROR no pointSetSkeleton" <<
endl;
61 cout <<
"getPointSet(): ERROR no representation" <<
endl;
68 cout <<
"getPointSet(): ERROR no pointSetField" <<
endl;
75 cout <<
"getPointSet(): ERROR no MemArray<> of pointSetField" <<
endl;
basic_ostream< _CharT, _Traits > & endl(basic_ostream< _CharT, _Traits > &__os)
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
Class for N-dimensional MultiArrays with MemCore memory management.
Definition MemArray.hpp:34
A Representation is a set of Field objects, each of them accessed via some FieldID identifier.
Definition Representation.hpp:101
Identifier for Skeletons within a Grid.
Definition SkeletonID.hpp:24
RefPtr< Skeleton > findVertices(int TotalRefinement=-1) const
Find the Skeleton describing the Vertices on this Grid.
Definition SkeletonMap.cpp:285
A Skeleton is a set of Representation object, each of them accessed by an Representer object.
Definition Skeleton.hpp:102
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2