Shapeworks Studio
2.1
Shape analysis software suite
|
#include <itkPSMEvents.h>
Public Member Functions | |
ParticleEventWithIndex (const ParticleEventWithIndex &v) | |
const ParticleEventWithIndex & | operator= (const ParticleEventWithIndex &v) |
void | SetPositionIndex (int i) |
int | GetPositionIndex () const |
void | SetDomainIndex (int i) |
int | GetDomainIndex () const |
Public Member Functions inherited from itk::ParticleEvent | |
int | GetThreadID () const |
void | SetThreadID (int i) |
ParticleEvent (const ParticleEvent &v) | |
const ParticleEvent & | operator= (const ParticleEvent &v) |
virtual const char * | GetEventName () const |
virtual bool | CheckEvent (const ::itk::EventObject *e) const |
virtual ::itk::EventObject * | MakeObject () const |
Additional Inherited Members | |
Public Types inherited from itk::ParticleEvent | |
typedef ParticleEvent | Self |
Event that carries Position index and a Domain index information. This is used, for example to indicate which position has changed in the particle system on InvokeEvent.
Definition at line 84 of file itkPSMEvents.h.
|
inline |
Copy constructor and operator=.
Definition at line 91 of file itkPSMEvents.h.
|
inline |
Get/Set the Domain index value.
Definition at line 111 of file itkPSMEvents.h.
|
inline |
Get/Set the index value.
Definition at line 105 of file itkPSMEvents.h.