1#ifndef __FIBER_REPRESENTATIONINFO_HPP
2#define __FIBER_REPRESENTATIONINFO_HPP
6#include "SkeletonInfo.hpp"
28 return getRepresentation();
34 if (!myRepresentation)
return nullptr;
35 return (*myRepresentation)(Fieldname);
41 if (!myRepresentation)
return nullptr;
42 return myRepresentation->getPositions();
basic_string< char > string
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A Representation is a set of Field objects, each of them accessed via some FieldID identifier.
Definition Representation.hpp:101
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
RefPtr< Field > getPositions() const
Get the positions if there is a valid Representation here.
Definition RepresentationInfo.hpp:39
RefPtr< Field > getField(const string &Fieldname) const
Get a field if there is a valid representation here.
Definition RepresentationInfo.hpp:32
Info(double t=0, const RefPtr< Slice > &S=nullptr, const RefPtr< Grid > &G=nullptr, const RefPtr< Skeleton > &Skel=nullptr, const RefPtr< Representation > &theRepresentation=nullptr, const RefPtr< Chart > &theChart=nullptr)
Constructor.
Definition RepresentationInfo.hpp:46
Generic template namespace class for results of find() functions throughout the Bundle.
Definition Info.hpp:17