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

Interface class to provide information about multidimensional arrays without need to create the data itself. More...

#include <MemArrayProperties.hpp>

Inheritance diagram for Fiber::MemArrayProperties:
MemCore::Interface< MemArrayProperties > MemCore::InterfaceBase MemCore::ReferenceBase< InterfaceBase >

Public Member Functions

 MemArrayProperties (int Rank, const MemCore::WeakPtr< FiberTypeBase > &FT)
 Construct from Meta-Information.
 
 MemArrayProperties (const MemBase &MB)
 Construct from existing Memory Array.
 
MemCore::WeakPtr< FiberTypeBasegetFiberType () const
 Type information.
 
const type_infomyElementType () const
 Element type information.
 
- Public Member Functions inherited from MemCore::Interface< MemArrayProperties >
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

const int rank
 The rank of this mem array (used in ComputationalField )
 
const MemCore::WeakPtr< FiberTypeBasemyFiberType
 The type information.
 

Additional Inherited Members

- Public Types inherited from MemCore::Interface< MemArrayProperties >
typedef Domain InterfaceDomain_t
 
- Public Types inherited from MemCore::ReferenceBase< InterfaceBase >
typedef Object reference_domain_t
 
typedef WeakPtr< Object, Object > SelfPtr_t
 
- Protected Member Functions inherited from MemCore::ReferenceBase< InterfaceBase >
virtual void extremeUnction ()
 
ReferenceBaseoperator= (const ReferenceBase &R)
 
void suicide ()
 

Detailed Description

Interface class to provide information about multidimensional arrays without need to create the data itself.

This interface will live on CreativeArrayBase objects.