1#ifndef __FIBER_GRID_REPRESENTATIONREFERENCE_HPP
2#define __FIBER_GRID_REPRESENTATIONREFERENCE_HPP "Created 22.08.2019 14:16:27 by werner"
19inline RefPtr<Representation>
get(
const RepresentationReference&R)
22 return (*std::get<0>(R))(std::get<1>(R));
27inline RefPtr<Representation>
get(
const CoordinateRepresentationReference&R)
30 return (*std::get<0>(R))(std::get<1>(R));
35inline RefPtr<Representation>
operator*(
const RepresentationReference&R)
40inline RefPtr<Representation>
operator*(
const CoordinateRepresentationReference&R)
constexpr const __tuple_element_t< __i, tuple< _Elements... > > && get(const tuple< _Elements... > &&__t) noexcept
Column< C, Value > operator*(const Column< C, Value > &A, double V)
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
WeakPtr< BaseSpace > Representer
The type used to reference other objects, which is the anchor of representations of a Skeleton.
Definition RepresentationMap.hpp:28