Volume Cartographer 2.27.0
Classes | Namespaces | Typedefs | Functions
ForceChain.hpp File Reference
#include <cstddef>
#include <vector>
#include <opencv2/core.hpp>
Include dependency graph for ForceChain.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  volcart::segmentation::ForceChain
 A simple class for tracking a list of offset vectors ("forces") More...
 

Namespaces

namespace  volcart
 Volume Cartographer library
 
namespace  volcart::segmentation
 Segmentation algorithms and utilities library
 

Typedefs

using volcart::segmentation::Force = cv::Vec3d
 

Functions

auto volcart::segmentation::operator+ (ForceChain lhs, const ForceChain &rhs) -> ForceChain
 
auto volcart::segmentation::operator* (ForceChain lhs, const double &rhs) -> ForceChain
 
auto volcart::segmentation::operator* (const double &rhs, ForceChain lhs) -> ForceChain