Shapeworks Studio
2.1
Shape analysis software suite
|
Base class for PSMParticleSystem attribute classes. More...
#include <itkPSMAttribute.h>
Classes | |
struct | DefinedCallbacksStruct |
Public Types | |
typedef PSMAttribute | Self |
typedef DataObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (PSMAttribute, DataObject) | |
virtual void | EventCallback (Object *, const EventObject &) |
virtual void | EventWithIndexCallback (Object *, const EventObject &) |
virtual void | DomainAddEventCallback (Object *, const EventObject &) |
virtual void | TransformSetEventCallback (Object *, const EventObject &) |
virtual void | PrefixTransformSetEventCallback (Object *, const EventObject &) |
virtual void | NeighborhoodSetEventCallback (Object *, const EventObject &) |
virtual void | PositionSetEventCallback (Object *, const EventObject &) |
virtual void | PositionAddEventCallback (Object *, const EventObject &) |
virtual void | PositionRemoveEventCallback (Object *, const EventObject &) |
Public Attributes | |
DefinedCallbacksStruct | m_DefinedCallbacks |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Base class for PSMParticleSystem attribute classes.
Definition at line 35 of file itkPSMAttribute.h.
typedef PSMAttribute itk::PSMAttribute< VDimension >::Self |
Standard class typedefs
Definition at line 39 of file itkPSMAttribute.h.
|
inlinevirtual |
Callbacks that may be defined by a subclass. If a subclass defines one of these callback methods, the corresponding flag in m_DefinedCallbacks should be set to true so that the PSMParticleSystem will know to register the appropriate event with this method.
Definition at line 83 of file itkPSMAttribute.h.
itk::PSMAttribute< VDimension >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::PSMAttribute< VDimension >::itkTypeMacro | ( | PSMAttribute< VDimension > | , |
DataObject | |||
) |
Run-time type information (and related methods).