|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
A type describing an n-dimensional simplex cell. More...
#include <Cell.hpp>
Public Types | |
| typedef Cell< Dims, Dims+1, IndexType > | Base_t |
Public Types inherited from Fiber::Cell< Dims, Dims+1, IndexType > | |
| enum | |
| typedef Eagle::FixedArray< IndexType, Elements > | FixedArray_t |
| typedef Eagle::FixedArray< IndexType, Elements > | Base_t |
Public Types inherited from Eagle::FixedArray< IndexType, Elements > | |
| typedef FlattenedArray_t::value_type | Element_t |
| typedef GetFixedArrayType< value >::result_t | ElementAsFixedArray_t |
| typedef FixedArray | FixedArray_t |
| typedef FixedArrayFlattener< FixedArrayOfElements_t > | FixedArrayFlattener_t |
| typedef FixedArray< ElementAsFixedArray_t, N > | FixedArrayOfElements_t |
| typedef FixedArrayFlattener_t::result_t | FlattenedArray_t |
| typedef value | value_type |
Public Member Functions | |
| SimplexCell (const SimplexCell &SC) | |
| SimplexCell (const std::initializer_list< IndexType > &Init) | |
Public Member Functions inherited from Fiber::Cell< Dims, Dims+1, IndexType > | |
| Cell (const Cell &C) | |
| Cell (const std::initializer_list< IndexType > &Init) | |
Public Member Functions inherited from Eagle::FixedArray< IndexType, Elements > | |
| void | expandMinMax (FixedArray &MinValues, FixedArray &MaxValues) const |
| constexpr | FixedArray (const FixedArray< AType, N > &l, const FixedArray< BType, N > &r, const Operator< CompType > &) |
| constexpr | FixedArray (const FixedArray< T, M > &F, const T &DefaultValue) |
| constexpr | FixedArray (const FixedArray< T, N > &F) |
| constexpr | FixedArray (const FixedArray< T, N > &F, const ConversionFunctor &CF, const FA_CONVERT &) |
| constexpr | FixedArray (const std::initializer_list< InitType > &Init) |
| constexpr | FixedArray (const value &a) |
| constexpr | FixedArray (const value &a, const value &b) |
| FixedArray (const value &a, const value &b, const value &c) | |
| constexpr | FixedArray (const value &a, const value &b, const value &c, const value &d) |
| constexpr | FixedArray (const value &a, const value &b, const value &c, const value &d, const value &e) |
| constexpr value & | get (int i) |
| constexpr const value & | get (int i) const |
| constexpr const FixedArray< value, subsize > * | get_subarray () const |
| constexpr const FixedArray< value, SIZE-1 > & | get_subdim () const |
| const FixedArray_t & | getFixedArray () const noexcept |
| FixedArray_t & | getFixedArray () noexcept |
| constexpr value | getMax () const |
| constexpr value | getMin () const |
| constexpr bool | operator!= (const FixedArray< T, N > &F) const |
| constexpr bool | operator== (const FixedArray< T, N > &F) const |
| constexpr value & | operator[] (int i) |
| constexpr const value & | operator[] (int i) const |
| constexpr value * | ptr (int i=0) noexcept |
| constexpr void | set (const Value &x) |
| void | setFromArray (const value *x, int length=SIZE, int offset=0) |
| void | sort (FixedArray< int, N > &I) const |
Static Public Member Functions | |
| static std::string | coordinate_name (int i) |
Static Public Member Functions inherited from Eagle::FixedArray< IndexType, Elements > | |
| static constexpr FixedArray | convert (const FixedArray< T, N > &F, const ConversionFunctor &CF) |
| static constexpr dimension_t | size () |
Additional Inherited Members | |
Protected Attributes inherited from Eagle::FixedArray< IndexType, Elements > | |
| value | data [SIZE] |
A type describing an n-dimensional simplex cell.