|
Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Functions that operate with multiple fields and allow for arbitrary number of field names or field identifiers. More...
Functions | |
| template<is_field_identifier... FieldIdentifiers> | |
| std::array< RefPtr< Field >, sizeof...(FieldIdentifiers)> | Fiber::Grid::getVertexFields (const RefPtr< Chart > &chart, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getVertexFields (uint16_t epsg_code, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getVertexFields (const type_info &ChartType, const string &ChartName, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getCartesianVertexFields (const string &ChartName, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getVertexFieldCreators (const RefPtr< FragmentID > &fID, const RefPtr< Chart > &chart, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getVertexFieldCreators (const RefPtr< FragmentID > &fID, uint16_t epsg_code, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getVertexFieldCreators (const RefPtr< FragmentID > &fID, const type_info &ChartType, const string &ChartName, FieldIdentifiers... theFieldIdentifiers) const |
| template<is_field_identifier... FieldIdentifiers> | |
| auto | Fiber::Grid::getCartesianVertexFieldCreators (const RefPtr< FragmentID > &fID, const string &ChartName, FieldIdentifiers... theFieldIdentifiers) const |
Functions that operate with multiple fields and allow for arbitrary number of field names or field identifiers.