Public Member Functions

segment_layers_top< Config, dim > Class Template Reference

Handler for cells in a segment. Since cells are the defining entity of segments, this requires special treatment. More...

#include <segment_layers.hpp>

Inheritance diagram for segment_layers_top< Config, dim >:
segment_layers_full< Config, dim >

Public Member Functions

void push_back (CellType &cell)
container_type * container (dimension_tag< dim >)
const container_type * container (dimension_tag< dim >) const

Detailed Description

template<typename Config, long dim>
class viennagrid::detail::segment_layers_top< Config, dim >

Handler for cells in a segment. Since cells are the defining entity of segments, this requires special treatment.


Member Function Documentation

container_type* container ( dimension_tag< dim >   )  [inline]
const container_type* container ( dimension_tag< dim >   )  const [inline]
void push_back ( CellType cell  )  [inline]

The documentation for this class was generated from the following file: