FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Public Attributes | List of all members
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:
MemCore::Interface< FragmentMetaIndirector > MemCore::InterfaceBase MemCore::ReferenceBase< InterfaceBase >

Public Types

using MetaInfoProvider_t = std::function< bool(CreativeArrayBase &targetCAB, CreativeArrayBase &RelativeCAB, const RefPtr< FragmentID > &fid, CreativeArrayBase &SourceCAB, const string &FieldName, const Representer &WantRep)>
 
- Public Types inherited from MemCore::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 MemCore::Interface< FragmentMetaIndirector >
const type_info & getInterfaceDomain () 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.