_external_facets | comma::CellFeatures< IndexT, RealT, IntT > | |
_external_weights | comma::CellFeatures< IndexT, RealT, IntT > | |
_internal_weights | comma::CellFeatures< IndexT, RealT, IntT > | |
_measure | comma::CellFeatures< IndexT, RealT, IntT > | |
_n_internal_faces | comma::CellFeatures< IndexT, RealT, IntT > | |
_sq_diam | comma::CellFeatures< IndexT, RealT, IntT > | |
_sq_min_edge | comma::CellFeatures< IndexT, RealT, IntT > | |
_sum_centers | comma::CellFeatures< IndexT, RealT, IntT > | |
CellFeatures(const RealT measure=std::numeric_limits< RealT >::min(), const RealT external_weights=0.0, const RealT internal_weights=0.0, const IntT n_internal_faces=0, const RealT min_edge=std::numeric_limits< RealT >::max(), const RealT diam=std::numeric_limits< RealT >::min(), const std::vector< RealT > sum_centers=std::vector< RealT >{}, const std::unordered_map< IndexT, IntT > external_facets=std::unordered_map< IndexT, IntT >{}) | comma::CellFeatures< IndexT, RealT, IntT > | inlineexplicit |
CellFeatures(const IndexT index, std::shared_ptr< Dual_Graph< IndexT, RealT, IntT > > graph) | comma::CellFeatures< IndexT, RealT, IntT > | inline |
CellFeatures(const CellFeatures< IndexT, RealT, IntT > &other)=default | comma::CellFeatures< IndexT, RealT, IntT > | |
CellFeatures(CellFeatures< IndexT, RealT, IntT > &&other) noexcept=default | comma::CellFeatures< IndexT, RealT, IntT > | |
get_radius() const | comma::CellFeatures< IndexT, RealT, IntT > | inline |
operator=(CellFeatures< IndexT, RealT, IntT > &&other) noexcept=default | comma::CellFeatures< IndexT, RealT, IntT > | |
operator=(const CellFeatures< IndexT, RealT, IntT > &other)=default | comma::CellFeatures< IndexT, RealT, IntT > | |