Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkParticle.h>
Public Member Functions | |
EndPoint () | |
EndPoint (Particle *p, int ep) | |
bool | operator== (EndPoint P) |
Public Attributes | |
Particle * | p |
int | ep |
Definition at line 76 of file mitkParticle.h.
|
inline |
Definition at line 79 of file mitkParticle.h.
|
inline |
Definition at line 82 of file mitkParticle.h.
|
inline |
Definition at line 90 of file mitkParticle.h.
int mitk::EndPoint::ep |
Definition at line 88 of file mitkParticle.h.
Referenced by mitk::MetropolisHastingsSampler::ComputeEndPointProposalDistribution(), mitk::MetropolisHastingsSampler::MakeProposal(), mitk::MetropolisHastingsSampler::MakeTrackProposal(), operator==(), and mitk::MetropolisHastingsSampler::RemoveAndSaveTrack().
Particle* mitk::EndPoint::p |
Definition at line 87 of file mitkParticle.h.
Referenced by mitk::MetropolisHastingsSampler::ComputeEndPointProposalDistribution(), mitk::MetropolisHastingsSampler::MakeProposal(), mitk::MetropolisHastingsSampler::MakeTrackProposal(), operator==(), and mitk::MetropolisHastingsSampler::RemoveAndSaveTrack().