Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::FragmentMetaIndirector Struct Reference

An interface on creators for fragments in relative representations, used within function Skeleton::createIndirectedField() to provide meta information for a newly created Creator. More...

#include <Skeleton.hpp>

Inheritance diagram for Fiber::FragmentMetaIndirector:
Wizt::Interface< FragmentMetaIndirector > MemCore::InterfaceBase MemCore::ReferenceBase< InterfaceBase >

Public Types

using MetaInfoProvider_t
Public Types inherited from Wizt::Interface< FragmentMetaIndirector >
typedef Domain InterfaceDomain_t
Public Types inherited from MemCore::ReferenceBase< InterfaceBase >
typedef Object reference_domain_t
typedef WeakPtr< Object, Object > SelfPtr_t

Public Member Functions

 FragmentMetaIndirector (MetaInfoProvider_t theMetaInfo)
Public Member Functions inherited from Wizt::Interface< FragmentMetaIndirector >
const type_infogetInterfaceDomain () const
Public Member Functions inherited from MemCore::InterfaceBase
virtual bool apply (Intercube &I, const RefPtr< InterfaceIterationParameter > &)
virtual bool apply_const (const Intercube &I, const RefPtr< InterfaceIterationParameter > &)
Public Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
auto getObjectCountID () const noexcept
bool isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept
void mkAutoDestructive ()
refcount_t refcount () const noexcept
 ReferenceBase (Object *that) noexcept
const auto & self () const
refcount_t wrefcount () const noexcept

Public Attributes

MetaInfoProvider_t provideMetaInfo = {}

Additional Inherited Members

Protected Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
virtual void extremeUnction ()
ReferenceBaseoperator= (const ReferenceBase &R)
void suicide ()

Detailed Description

An interface on creators for fragments in relative representations, used within function Skeleton::createIndirectedField() to provide meta information for a newly created Creator.

Member Typedef Documentation

◆ MetaInfoProvider_t

using Fiber::FragmentMetaIndirector::MetaInfoProvider_t
Initial value:
std::function<bool(CreativeArrayBase&targetCAB,
CreativeArrayBase&RelativeCAB,
const RefPtr<FragmentID>&fid,
CreativeArrayBase&SourceCAB,
const string&FieldName,
const Representer&WantRep)>
Base class for multidimensional arrays that employ deferred storage, i.e.
Definition CreativeArrayBase.hpp:75
StrongPtr< Object, ObjectBase > RefPtr
WeakPtr< BaseSpace > Representer
The type used to reference other objects, which is the anchor of representations of a Skeleton.
Definition RepresentationMap.hpp:28