Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::comp::HasOptionalPrincipalCurvature Concept Reference

A concept that checks whether a type T (that should be a Element) has the PrincipalCurvature component (inherits from it), and that the component is optional. More...

#include <vclib/mesh/components/principal_curvature.h>

Concept definition

template<typename T>
A concept that checks whether a type T (that should be a Element) has the PrincipalCurvature componen...
Definition principal_curvature.h:159
A concept that checks whether a type T (that should be a Element) has the PrincipalCurvature componen...
Definition principal_curvature.h:145
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:74

Detailed Description

A concept that checks whether a type T (that should be a Element) has the PrincipalCurvature component (inherits from it), and that the component is optional.

Template Parameters
TThe type to be tested for conformity to the HasOptionalPrincipalCurvature.