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

Go to the source code of this file.

Classes

class  volcart::segmentation::ParticleChain
 A simple class for keeping track of a connected chain of Particle objects. More...
 

Namespaces

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

Functions

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