Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::cast_impl< OldType, NewType > Struct Template Reference

#include <src/eigen/Eigen/src/Core/MathFunctions.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC NewType run (const OldType &x)
 

Detailed Description

template<typename OldType, typename NewType>
struct Eigen::internal::cast_impl< OldType, NewType >

Member Function Documentation

◆ run()

template<typename OldType , typename NewType >
static EIGEN_DEVICE_FUNC NewType Eigen::internal::cast_impl< OldType, NewType >::run ( const OldType &  x)
inlinestatic
368 {
369 return static_cast<NewType>(x);
370 }
TCoord< P > x(const P &p)
Definition geometry_traits.hpp:297

Referenced by Eigen::internal::cast().

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: