DGtal
1.5.beta
|
Deprecated
functions and types of the DGtal library.
More...
Namespaces | |
concepts | |
Data Structures | |
class | ConstantConvolutionWeights |
Aim: implement a trivial constant convolution kernel which returns 1 to each distance. More... | |
class | GaussianConvolutionWeights |
Aim: implement a Gaussian centered convolution kernel. More... | |
class | IntegralInvariantNormalVectorEstimator |
Aim: This class implement an Integral Invariant normal vector estimator. More... | |
class | LocalConvolutionNormalVectorEstimator |
Aim: Computes the normal vector at a surface element by convolution of elementary normal vector to adjacent surfel. More... | |
struct | SetPredicate |
Aim: The predicate returning true iff the point is in the set given at construction. The set given at construction is aliased in the predicate and not cloned, which means that the lifetime of the set should exceed the lifetime of the predicate. More... | |
class | DigitalShapesUnion |
Aim: Union between two models of CDigitalBoundedShape and CDigitalOrientedShape. More... | |
class | DigitalShapesIntersection |
Aim: Intersection between two models of CDigitalBoundedShape and CDigitalOrientedShape. More... | |
class | DigitalShapesMinus |
Aim: Minus between two models of CDigitalBoundedShape and CDigitalOrientedShape. More... | |
class | EuclideanShapesUnion |
Aim: Union between two models of CEuclideanBoundedShape and CEuclideanOrientedShape. More... | |
class | EuclideanShapesIntersection |
Aim: Intersection between two models of CEuclideanBoundedShape and CEuclideanOrientedShape. More... | |
class | EuclideanShapesMinus |
Aim: Minus between two models of CEuclideanBoundedShape and CEuclideanOrientedShape. More... | |
class | DomainMetricAdjacency |
Aim: Describes digital adjacencies in a digital domain that are defined with the 1-norm and the infinity-norm. More... | |
Functions | |
template<typename Domain , Dimension maxNorm1> | |
std::ostream & | operator<< (std::ostream &out, const DomainMetricAdjacency< Domain, maxNorm1, Domain::Space::dimension > &object) |
Deprecated
functions and types of the DGtal library.
std::ostream& DGtal::deprecated::operator<< | ( | std::ostream & | out, |
const DomainMetricAdjacency< Domain, maxNorm1, Domain::Space::dimension > & | object | ||
) |
Overloads 'operator<<' for displaying objects of class 'DomainMetricAdjacency'.
out | the output stream where the object is written. |
object | the object of class 'DomainMetricAdjacency' to write. |