#include "../fem/definitions.h"
#include <vector>
#include <utility>
#include <functional>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | shells |
Classes | |
struct | shells::SElementFragment |
Typedefs | |
typedef std::pair< std::back_insert_iterator< std::vector< shells::SElementS * > >, std::back_insert_iterator< std::vector< shells::SElementS * > > > | shells::SElementInserterPair |
typedef std::back_insert_iterator< std::vector< shells::SVertexS * > > | shells::SVertexInserter |
typedef std::pair< SElementInserterPair, SVertexInserter > | shells::InserterColl |