|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
Container for inter-stage association pipeline state. More...
#include <Stages.h>
Public Types | |
| typedef SharedObjectChunkManager::ObjectChunk | ObjectChunk |
| typedef ZoneEntry< ObjectChunk > | ObjectEntry |
| typedef ZoneEntry< DiaSourceChunk > | DiaSourceEntry |
| typedef ZoneIndex< ObjectEntry > | ObjectIndex |
| typedef ZoneIndex< DiaSourceEntry > | DiaSourceIndex |
Public Types inherited from lsst::daf::base::Citizen | |
| enum | { magicSentinel = 0xdeadbeef } |
| typedef unsigned long | memId |
| Type of the block's ID. More... | |
| typedef memId(* | memNewCallback )(const memId cid) |
| A function used to register a callback. More... | |
| typedef memId(* | memCallback )(const Citizen *ptr) |
Public Member Functions | |
| VisitProcessingContext (lsst::pex::policy::Policy::Ptr const policy, lsst::daf::base::PropertySet::Ptr const event, std::string const &runId, int const workerId, int const numWorkers) | |
| ~VisitProcessingContext () | |
| void | setDiaSources (boost::shared_ptr< lsst::afw::detection::PersistableDiaSourceVector > diaSources) |
| std::vector< int > const & | getChunkIds () const |
| std::vector< ObjectChunk > const & | getChunks () const |
| std::vector< int > & | getChunkIds () |
| std::vector< ObjectChunk > & | getChunks () |
| ObjectIndex & | getObjectIndex () |
| DiaSourceIndex & | getDiaSourceIndex () |
| void | buildObjectIndex () |
| ZoneStripeChunkDecomposition const & | getDecomposition () const |
| CircularRegion const & | getFov () const |
| TimeSpec const & | getDeadline () const |
| lsst::afw::image::Filter | getFilter () const |
| boost::shared_ptr < lsst::pex::policy::Policy > | getPipelinePolicy () |
| std::string const & | getRunId () const |
| double | getMatchRadius () const |
| double | getEllipseScalingFactor () const |
| int | getVisitId () const |
| int | getFilterId () const |
| int | getWorkerId () const |
| int | getNumWorkers () const |
| bool | debugSharedMemory () const |
Public Member Functions inherited from lsst::daf::base::Citizen | |
| Citizen (const std::type_info &) | |
| Citizen (Citizen const &) | |
| ~Citizen () | |
| Citizen & | operator= (Citizen const &) |
| std::string | repr () const |
| Return a string representation of a Citizen. More... | |
| void | markPersistent (void) |
| Mark a Citizen as persistent and not destroyed until process end. More... | |
| memId | getId () const |
| Return the Citizen's ID. More... | |
Private Attributes | |
| lsst::pex::policy::Policy::Ptr | _policy |
| std::vector< int > | _chunkIds |
| std::vector< ObjectChunk > | _chunks |
| ObjectIndex | _objectIndex |
| DiaSourceIndex | _diaSourceIndex |
| std::vector < lsst::afw::detection::DiaSource::Ptr > | _diaSources |
| TimeSpec | _deadline |
| CircularRegion | _fov |
| std::string | _runId |
| int | _visitId |
| double | _matchRadius |
| double | _ellipseScalingFactor |
| double | _visitTime |
| lsst::afw::image::Filter | _filter |
| int | _workerId |
| int | _numWorkers |
| bool | _debugSharedMemory |
Additional Inherited Members | |
Static Public Member Functions inherited from lsst::daf::base::Citizen | |
| static bool | hasBeenCorrupted () |
| Check all allocated blocks for corruption. More... | |
| static memId | getNextMemId () |
| Return the memId of the next object to be allocated. More... | |
| static int | init () |
| Called once when the memory system is being initialised. More... | |
| static int | census (int, memId startingMemId=0) |
| How many active Citizens are there? More... | |
| static void | census (std::ostream &stream, memId startingMemId=0) |
| Print a list of all active Citizens to stream, sorted by ID. More... | |
| static const std::vector < const Citizen * > * | census () |
| Return a (newly allocated) std::vector of active Citizens sorted by ID. More... | |
| static memId | setNewCallbackId (memId id) |
| Call the NewCallback when block is allocated. More... | |
| static memId | setDeleteCallbackId (memId id) |
| Call the current DeleteCallback when block is deleted. More... | |
| static memNewCallback | setNewCallback (memNewCallback func) |
| Set the NewCallback function. More... | |
| static memCallback | setDeleteCallback (memCallback func) |
| Set the DeleteCallback function. More... | |
| static memCallback | setCorruptionCallback (memCallback func) |
| Set the CorruptionCallback function. More... | |
| lsst::ap::VisitProcessingContext::VisitProcessingContext | ( | lsst::pex::policy::Policy::Ptr const | policy, |
| lsst::daf::base::PropertySet::Ptr const | event, | ||
| std::string const & | runId, | ||
| int const | workerId, | ||
| int const | numWorkers | ||
| ) |
Definition at line 534 of file Stages.cc.
| lsst::ap::VisitProcessingContext::~VisitProcessingContext | ( | ) |
| void lsst::ap::VisitProcessingContext::buildObjectIndex | ( | ) |
Definition at line 633 of file Stages.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 117 of file Stages.h.
|
inline |
Definition at line 111 of file Stages.h.
|
inline |
Definition at line 141 of file Stages.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 132 of file Stages.h.
|
inline |
|
inline |
|
inline |
| void lsst::ap::VisitProcessingContext::setDiaSources | ( | boost::shared_ptr< lsst::afw::detection::PersistableDiaSourceVector > | diaSources | ) |
Definition at line 584 of file Stages.cc.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.5