31 #if defined(Image_RECURSES)
32 #error Recursive header files inclusion detected in Image.h
33 #else // defined(Image_RECURSES)
35 #define Image_RECURSES
44 #include "DGtal/base/Common.h"
45 #include "DGtal/base/ConceptUtils.h"
46 #include "DGtal/images/CImage.h"
47 #include "DGtal/kernel/domains/CDomain.h"
48 #include "DGtal/base/CowPtr.h"
49 #include "DGtal/graph/CVertexMap.h"
68 template <
typename TImageContainer >
114 trace.
warning() <<
"Image Ctor fromPointer "<<std::endl;
140 trace.
warning() <<
"Image Ctor fromConstRef "<<std::endl;
305 template <
typename T>
314 #include "DGtal/images/Image.ih"
319 #endif // !defined Image_h
321 #undef Image_RECURSES
322 #endif // else defined(Image_RECURSES)
ConstRange constRange() const
Image(ImageContainer *anImageContainer)
void setValue(const Point &aPoint, const Value &aValue)
Aim: model of CConstBidirectionalRangeFromPoint that adapts any range of elements bounded by two iter...
ImagePointer myImagePointer
Owning smart pointer on the image container.
Image & operator=(const Image &other)
TImageContainer::OutputIterator OutputIterator
const Domain & domain() const
ConstRange constRange() const
TImageContainer::Range Range
Value operator()(const Point &aPoint) const
const Domain & domain() const
void setValue(const Point &aPoint, const Value &aValue)
const ImagePointer getPointer() const
std::vector< Value >::iterator OutputIterator
std::ostream & operator<<(std::ostream &out, const ATu0v1< TKSpace, TLinearAlgebra > &object)
TImageContainer::ConstRange ConstRange
Image(const CowPtr< ImageContainer > &anImageContainerCowPointer)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: model of CBidirectionalRangeFromPoint that adapts any range of elements bounded by two iterators...
Image(const Image &other)
TImageContainer::Value Value
CowPtr< TImageContainer > ImagePointer
Pointer to the image container data.
Aim: models of CVertexMap concept implement mapping between graph vertices and values.
BOOST_CONCEPT_ASSERT((concepts::CImage< TImageContainer >))
Checking concepts.
TImageContainer::Domain Domain
TImageContainer ImageContainer
Types copied from the container.
Aim: implements association bewteen points lying in a digital domain and values.
TImageContainer::Point Point
void selfDisplay(std::ostream &out) const
Image(const ImageContainer &other)
Aim: Defines the concept describing a read/write image, having an output iterator.