FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Public Attributes | List of all members
GL::TypedElementSorter< Type > Struct Template Reference
Inheritance diagram for GL::TypedElementSorter< Type >:
GL::ElementSorter MemCore::ReferenceBase< ElementSorter >

Public Types

typedef Fiber::MemArray< 1, Type > CellArray_t
 
- Public Types inherited from MemCore::ReferenceBase< ElementSorter >
typedef Object reference_domain_t
 
typedef WeakPtr< Object, Object > SelfPtr_t
 

Public Member Functions

 TypedElementSorter (const MemCore::RefPtr< Fiber::CreativeArrayBase > &BC)
 
MemCore::RefPtr< IndexBufferObjectsort (const DepthToIndexMap &points) override
 
- Public Member Functions inherited from MemCore::ReferenceBase< ElementSorter >
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

MemCore::RefPtr< Fiber::CreativeArrayBaseBaryCenters
 

Additional Inherited Members

- Static Public Member Functions inherited from GL::ElementSorter
static MemCore::RefPtr< IndexBufferObjectsortPoints (const DepthToIndexMap &points)
 
- Protected Member Functions inherited from MemCore::ReferenceBase< ElementSorter >
virtual void extremeUnction ()
 
ReferenceBaseoperator= (const ReferenceBase &R)
 
void suicide ()
 

Member Function Documentation

◆ sort()

template<class Type >
MemCore::RefPtr< IndexBufferObject > GL::TypedElementSorter< Type >::sort ( const DepthToIndexMap points)
inlineoverridevirtual

Reimplemented from GL::ElementSorter.