PLaSK library
Loading...
Searching...
No Matches
container.hpp File Reference

This file contains containers of geometries objects. More...

#include <algorithm>
#include <cmath>
#include <vector>
#include "../utils/metaprog.hpp"
#include "../manager.hpp"
#include "../utils/string.hpp"
#include "align.hpp"
#include "path.hpp"
#include "reader.hpp"
Include dependency graph for container.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plask::GeometryObjectContainer< dim >
 Template of base class for all container nodes. More...
 
struct  plask::WithAligners< ParentType, ChildAlignerType >
 Template of base class for containers which have aligners, one per child. More...
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Functions

template<typename ChildParamF , typename WithoutChildParamF >
void plask::read_children (GeometryReader &reader, ChildParamF child_param_read, WithoutChildParamF without_child_param_read)
 Read children, call child_param_read if children is in <item> tag and without_child_param_read if there was no <item> tag.
 

Detailed Description

This file contains containers of geometries objects.

Definition in file container.hpp.