|
Visual Computing Library
devel
|
A concept representing a generic PointSampler. More...
#include <vclib/space/complex/point_sampler.h>
A concept representing a generic PointSampler.
The concept is satisfied when T is a class that instantiates or derives from a PointSampler class having any Point type.
| T | The type to be tested for conformity to the PointSamplerConcept. |