#include <constellation/selectBundlesFromNames.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 13 of file selectBundlesFromNames.h.
◆ Fiber
◆ SelectBundlesFromNames() [1/2]
| constel::SelectBundlesFromNames::SelectBundlesFromNames |
( |
std::vector< std::string > & | select_bundles_name, |
|
|
bool | verbose = true, |
|
|
bool | as_regex = false, |
|
|
bool | use_fiber_names = false ) |
If use_fiber_names is not set, filtering is performed (as normal) using BundleInfo names, at bundleStarted() time.
If use_fiber_names is set, filtering is performed at fiberTerminated() time. This is a bit unexpected, but name info is sometimes set when a fiber is entirely parsed (see SelectFiberListenerFromMesh)
◆ SelectBundlesFromNames() [2/2]
| constel::SelectBundlesFromNames::SelectBundlesFromNames |
( |
| ) |
|
◆ ~SelectBundlesFromNames()
| virtual constel::SelectBundlesFromNames::~SelectBundlesFromNames |
( |
| ) |
|
|
virtual |
◆ bundleStarted()
◆ bundleTerminated()
◆ fiberStarted()
◆ fiberTerminated()
◆ newFiberPoint()
◆ noMoreBundle()
◆ _as_regex
| bool constel::SelectBundlesFromNames::_as_regex |
|
protected |
◆ _bundle_selected
| bool constel::SelectBundlesFromNames::_bundle_selected |
|
protected |
◆ _fiber
| Fiber constel::SelectBundlesFromNames::_fiber |
|
protected |
◆ _last_id
| int constel::SelectBundlesFromNames::_last_id |
|
protected |
◆ _last_name
| std::string constel::SelectBundlesFromNames::_last_name |
|
protected |
◆ _new_bundle
| bool constel::SelectBundlesFromNames::_new_bundle |
|
protected |
◆ _regex
| std::set<regex_t *> constel::SelectBundlesFromNames::_regex |
|
protected |
◆ _select_bundles_name
| std::set<std::string> constel::SelectBundlesFromNames::_select_bundles_name |
|
protected |
◆ _use_fiber_names
| bool constel::SelectBundlesFromNames::_use_fiber_names |
|
protected |
◆ _verbose
| bool constel::SelectBundlesFromNames::_verbose |
|
protected |
The documentation for this class was generated from the following file: