The Vish Visualization Shell 0.3
Vish
Eagle::MetaInfo< void > Struct Reference

Public Types

enum  { MULTIPLICITY = 0 , RANK = 0 , GRADE = 0 }
typedef void Chart_t
 An eventually associated coordinate system.
typedef void element_t
 The atomic element type.

Static Public Member Functions

static const element_tgetComponent (const void &t, int i)
 Access the ith component of a multi-component type.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MULTIPLICITY 

The number of elements.

RANK 

The dimension of the index space, zero indicates a scalar type, one is a one-dimensional vectorial type, two are matrix representations etc.

Member Function Documentation

◆ getComponent()

const element_t & Eagle::MetaInfo< void >::getComponent ( const void & t,
int i )
inlinestatic

Access the ith component of a multi-component type.

Only homogeneous types are supported.