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

Go to the source code of this file.

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Macros

#define PLASK_TRANSLATION2D_NAME   ("translation" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)
 
#define PLASK_TRANSLATION3D_NAME   ("translation" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)
 

Functions

shared_ptr< GeometryObjectplask::read_translation2D (GeometryReader &reader)
 
shared_ptr< GeometryObjectplask::read_translation3D (GeometryReader &reader)
 

Variables

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

Macro Definition Documentation

◆ PLASK_TRANSLATION2D_NAME

#define PLASK_TRANSLATION2D_NAME   ("translation" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)

Definition at line 19 of file transform.cpp.

◆ PLASK_TRANSLATION3D_NAME

#define PLASK_TRANSLATION3D_NAME   ("translation" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)

Definition at line 20 of file transform.cpp.