#include <constellation/selectBundlesFromLength.h>
|
| virtual void | bundleStarted (const aims::BundleProducer &, const aims::BundleInfo &bundleInfo) |
| |
| virtual void | bundleTerminated (const aims::BundleProducer &, const aims::BundleInfo &bundleInfo) |
| |
| virtual void | fiberStarted (const aims::BundleProducer &, const aims::BundleInfo &, const aims::FiberInfo &) |
| |
| virtual void | fiberTerminated (const aims::BundleProducer &, const aims::BundleInfo &bundleInfo, const aims::FiberInfo &fiberInfo) |
| |
| virtual void | newFiberPoint (const aims::BundleProducer &, const aims::BundleInfo &, const aims::FiberInfo &, const aims::FiberPoint &) |
| |
| virtual void | noMoreBundle (const aims::BundleProducer &) |
| |
| void | startBundle (const BundleInfo &) |
| |
| void | terminateBundle (const BundleInfo &) |
| |
| void | startFiber (const BundleInfo &, const FiberInfo &) |
| |
| void | terminateFiber (const BundleInfo &, const FiberInfo &) |
| |
| void | addFiberPoint (const BundleInfo &, const FiberInfo &, const FiberPoint &) |
| |
| void | noMoreBundle () |
| |
Definition at line 12 of file selectBundlesFromLength.h.
◆ Fiber
◆ SelectBundlesFromLength() [1/2]
| constel::SelectBundlesFromLength::SelectBundlesFromLength |
( |
float | lmin, |
|
|
float | lmax, |
|
|
bool | verbose = true ) |
◆ SelectBundlesFromLength() [2/2]
| constel::SelectBundlesFromLength::SelectBundlesFromLength |
( |
| ) |
|
◆ ~SelectBundlesFromLength()
| virtual constel::SelectBundlesFromLength::~SelectBundlesFromLength |
( |
| ) |
|
|
virtual |
◆ bundleStarted()
◆ bundleTerminated()
◆ fiberStarted()
◆ fiberTerminated()
◆ newFiberPoint()
◆ noMoreBundle()
◆ _antFiberPoint
◆ _fiber
| Fiber constel::SelectBundlesFromLength::_fiber |
|
protected |
◆ _fiber_selected
| bool constel::SelectBundlesFromLength::_fiber_selected |
|
protected |
◆ _fiberLength
| float constel::SelectBundlesFromLength::_fiberLength |
|
protected |
◆ _lmax
| float constel::SelectBundlesFromLength::_lmax |
|
protected |
◆ _lmin
| float constel::SelectBundlesFromLength::_lmin |
|
protected |
◆ _verbose
| bool constel::SelectBundlesFromLength::_verbose |
|
protected |
The documentation for this class was generated from the following file: