FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Public Attributes | List of all members
Wizt::RefinedFragment Struct Reference

Internal temporary helper structure. More...

#include <GridAnemoneState.hpp>

Inheritance diagram for Wizt::RefinedFragment:
std::pair< typename _T1, typename _T2 >

Public Member Functions

MemCore::RefPtr< Fiber::FragmentID > & myFragmentID ()
 
MemCore::RefPtr< Fiber::CreativeArrayBase > & myFragmentData ()
 
const MemCore::RefPtr< Fiber::FragmentID > & myFragmentID () const
 
const MemCore::RefPtr< Fiber::CreativeArrayBase > & myFragmentData () const
 
 RefinedFragment (const MemCore::RefPtr< Fiber::FragmentID > &theFragmentID, const MemCore::RefPtr< Fiber::CreativeArrayBase > &theFragmentData, const Fiber::SkeletonID &theID)
 
 RefinedFragment (const Fiber::Field::NamedFragment &NF, const Fiber::SkeletonID &theID)
 
- Public Member Functions inherited from std::pair< typename _T1, typename _T2 >
constexpr pair (const _T1 &__a, const _T2 &__b)
 
constexpr pair (const _T1 &__a, const _T2 &__b)
 
constexpr pair (const pair &)=default
 
constexpr pair (pair &&)=default
 
constexpr pair (piecewise_construct_t, tuple< _Args1... >, tuple< _Args2... >)
 
constexpr void swap (pair &__p) noexcept(__and_< __is_nothrow_swappable< _T1 >, __is_nothrow_swappable< _T2 > >::value)
 
constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > make_pair (_T1 &&__x, _T2 &&__y)
 
 pair (_T1, _T2) -> pair< _T1, _T2 >
 
constexpr bool operator== (const pair< _T1, _T2 > &__x, const pair< _U1, _U2 > &__y)
 
constexpr common_comparison_category_t< __detail::__synth3way_t< _T1, _U1 >, __detail::__synth3way_t< _T2, _U2 > > operator (const pair< _T1, _T2 > &__x, const pair< _U1, _U2 > &__y)
 
constexpr enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y)))
 
 pair (_T1, _T2) -> pair< _T1, _T2 >
 
constexpr bool operator== (const pair< _T1, _T2 > &__x, const pair< _U1, _U2 > &__y)
 
constexpr common_comparison_category_t< __detail::__synth3way_t< _T1, _U1 >, __detail::__synth3way_t< _T2, _U2 > > operator (const pair< _T1, _T2 > &__x, const pair< _U1, _U2 > &__y)
 
constexpr enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type swap (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y)))
 

Public Attributes

Fiber::SkeletonID LevelID
 
vector< RefinedFragmentRefinement
 
- Public Attributes inherited from std::pair< typename _T1, typename _T2 >
_T1 first
 
_T2 second
 

Additional Inherited Members

- Public Types inherited from std::pair< typename _T1, typename _T2 >
typedef _T1 first_type
 
typedef _T2 second_type
 

Detailed Description

Internal temporary helper structure.