|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Interface class to provide information about multidimensional arrays without need to create the data itself. More...
#include <MemArrayProperties.hpp>
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< FiberTypeBase > | getFiberType () const |
| Type information. | |
| const type_info & | myElementType () 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< FiberTypeBase > | myFiberType |
| 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 () |
| ReferenceBase & | operator= (const ReferenceBase &R) |
| void | suicide () |
Interface class to provide information about multidimensional arrays without need to create the data itself.
This interface will live on CreativeArrayBase objects.