PLaSK library
|
This file contains geometry objects leafs classes. More...
Go to the source code of this file.
Classes | |
struct | plask::GeometryObjectLeaf< dim > |
Template of base classes for all leaf nodes. More... | |
struct | plask::GeometryObjectLeaf< dim >::MaterialProvider |
struct | plask::GeometryObjectLeaf< dim >::SolidMaterial |
struct | plask::GeometryObjectLeaf< dim >::GradientMaterial |
struct | plask::GeometryObjectLeaf< dim >::DraftGradientMaterial |
struct | plask::Block< dim > |
Represent figure which, depends from dim is: More... | |
Namespaces | |
namespace | plask |
Patterson quadrature for complex function along specified line. | |
namespace | plask::details |
Typedefs | |
typedef Block< 2 > | plask::Rectangle |
typedef Block< 3 > | plask::Cuboid |
Functions | |
shared_ptr< GeometryObject > | plask::changeToBlock (const SolidOrGradientMaterial &material, const shared_ptr< const GeometryObject > &to_change, Vec< 3, double > &translation, bool draft=false) |
Construct Block with the same dimenstion as bounding box of to_change . | |
This file contains geometry objects leafs classes.
Definition in file leaf.hpp.