| 
    Volume Cartographer 2.28.0
    
   | 
 
#include <cstdint>#include <opencv2/core.hpp>#include "vc/core/filesystem.hpp"#include "vc/core/types/OrderedPointSet.hpp"Go to the source code of this file.
Classes | |
| struct | volcart::Annotation | 
| Segmentation annotation.  More... | |
Namespaces | |
| namespace | volcart | 
| Volume Cartographer library  | |
Typedefs | |
| using | volcart::AnnotationFlag = std::uint8_t | 
| using | volcart::AnnotationSet = OrderedPointSet< Annotation > | 
| Ordered annotation collection.  More... | |
Variables | |
| static constexpr AnnotationFlag | volcart::ANNO_NONE = 0x0000 | 
| static constexpr AnnotationFlag | volcart::ANNO_ANCHOR = 0x0001 | 
| static constexpr AnnotationFlag | volcart::ANNO_MANUAL = 0x0002 | 
| static constexpr AnnotationFlag | volcart::ANNO_USED_IN_RUN = 0x0004 |