23#ifndef VCL_CONCEPTS_MESH_COMPONENTS_PRINCIPAL_CURVATURE_H
24#define VCL_CONCEPTS_MESH_COMPONENTS_PRINCIPAL_CURVATURE_H
28#include <vclib/concepts/space/principal_curvature.h>
49 typename RemoveRef<T>::PrincipalCurvatureType;
Concept for types representing principal curvature directions and values at a point on a 3D surface.
Definition principal_curvature.h:39
HasOptionalPrincipalCurvature concept is satisfied only if a class satisfies the HasPrincipalCurvatur...
Definition principal_curvature.h:61
HasPrincipalCurvature concept is satisfied only if a Element class provides the types and member func...
Definition principal_curvature.h:48
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72