libigl v2.5.0
Loading...
Searching...
No Matches
assign.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include "assign.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedC , typename DerivedD >
void igl::copyleft::cgal::assign (const Eigen::MatrixBase< DerivedC > &C, const bool slow_and_more_precise, Eigen::PlainObjectBase< DerivedD > &D)
 Vector version of assign_scalar.
 
template<typename DerivedC , typename DerivedD >
void igl::copyleft::cgal::assign (const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedD > &D)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename ReturnScalar , typename DerivedC >
Eigen::Matrix< ReturnScalar, DerivedC::RowsAtCompileTime, DerivedC::ColsAtCompileTime, 1, DerivedC::MaxRowsAtCompileTime, DerivedC::MaxColsAtCompileTime > igl::copyleft::cgal::assign (const Eigen::MatrixBase< DerivedC > &C)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.