PLaSK library
Loading...
Searching...
No Matches
intersection.cpp File Reference
#include "intersection.hpp"
#include "../manager.hpp"
#include "reader.hpp"
Include dependency graph for intersection.cpp:

Go to the source code of this file.

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Macros

#define PLASK_INTERSECTION2D_NAME   ("intersection" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)
 
#define PLASK_INTERSECTION3D_NAME   ("intersection" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)
 

Functions

template<int dim>
shared_ptr< GeometryObjectplask::read_Intersection (GeometryReader &reader)
 

Variables

template struct PLASK_API plask::Intersection< 2 >
 
template struct PLASK_API plask::Intersection< 3 >
 

Macro Definition Documentation

◆ PLASK_INTERSECTION2D_NAME

#define PLASK_INTERSECTION2D_NAME   ("intersection" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)

Definition at line 19 of file intersection.cpp.

◆ PLASK_INTERSECTION3D_NAME

#define PLASK_INTERSECTION3D_NAME   ("intersection" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)

Definition at line 20 of file intersection.cpp.