1#ifndef __FIBER_SKELETONINFO_HPP
2#define __FIBER_SKELETONINFO_HPP
6#include "SliceInfo.hpp"
47 if (!getGrid() )
return NullPtr();
48 if (!getSkeleton() )
return NullPtr();
50 return getGrid()->getCartesianRepresentation( *getSkeleton(),
ChartName );
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
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
Info(double t=0, const RefPtr< Slice > &S=NullPtr(), const RefPtr< Grid > &G=NullPtr(), const RefPtr< Skeleton > &Skel=NullPtr())
Constructor.
Definition SkeletonInfo.hpp:32
RefPtr< Representation > getCartesianRepresentation(const string &ChartName=string()) const
Get a representation of this Skeleton in cartesian coordinates.
Definition SkeletonInfo.hpp:45
Info(const Info< Grid > &iG, const RefPtr< Skeleton > &Skel=nullptr)
Constructor.
Definition SkeletonInfo.hpp:38
Generic template namespace class for results of find() functions throughout the Bundle.
Definition Info.hpp:17