PLaSK library
Loading...
Searching...
No Matches
leaf.cpp File Reference
#include "leaf.hpp"
#include "cuboid.hpp"
Include dependency graph for leaf.cpp:

Go to the source code of this file.

Classes

struct  plask::detail::MakeBlockVisitor< dim >
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 
namespace  plask::detail
 

Macros

#define PLASK_BLOCK2D_NAME   ("block" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)
 
#define PLASK_BLOCK3D_NAME   ("block" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)
 

Functions

shared_ptr< GeometryObjectplask::read_block2D (GeometryReader &reader)
 
shared_ptr< GeometryObjectplask::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.
 

Variables

template struct PLASK_API plask::GeometryObjectLeaf< 2 >
 
template struct PLASK_API plask::GeometryObjectLeaf< 3 >
 
template struct PLASK_API plask::Block< 2 >
 
template struct PLASK_API plask::Block< 3 >
 

Macro Definition Documentation

◆ PLASK_BLOCK2D_NAME

#define PLASK_BLOCK2D_NAME   ("block" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)

Definition at line 17 of file leaf.cpp.

◆ PLASK_BLOCK3D_NAME

#define PLASK_BLOCK3D_NAME   ("block" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)

Definition at line 18 of file leaf.cpp.