Shapeworks Studio
2.1
Shape analysis software suite
|
Public Types | |
typedef T | DataType |
typedef PSMContainerArrayAttribute | Self |
typedef PSMAttribute< VDimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
Public Types inherited from itk::PSMAttribute< VDimension > | |
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 (PSMContainerArrayAttribute, PSMAttribute) | |
virtual void | DomainAddEventCallback (Object *, const EventObject &) |
virtual void | PositionAddEventCallback (Object *, const EventObject &e) |
virtual void | PositionRemoveEventCallback (Object *, const EventObject &) |
void | ZeroAllValues () |
Public Member Functions inherited from itk::PSMAttribute< VDimension > | |
itkNewMacro (Self) | |
itkTypeMacro (PSMAttribute, DataObject) | |
virtual void | EventCallback (Object *, const EventObject &) |
virtual void | EventWithIndexCallback (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 &) |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions inherited from itk::PSMAttribute< VDimension > | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Additional Inherited Members | |
Public Attributes inherited from itk::PSMAttribute< VDimension > | |
DefinedCallbacksStruct | m_DefinedCallbacks |
Definition at line 35 of file itkPSMContainerArrayAttribute.h.
typedef T itk::PSMContainerArrayAttribute< T, VDimension >::DataType |
Standard class typedefs
Definition at line 41 of file itkPSMContainerArrayAttribute.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 ParticleSystem will know to register the appropriate event with this method.
Reimplemented from itk::PSMAttribute< VDimension >.
Reimplemented in itk::PSMMeanCurvatureAttribute< TNumericType, VDimension >, and itk::TestContainerArrayAttribute< T, VDimension >.
Definition at line 58 of file itkPSMContainerArrayAttribute.h.
itk::PSMContainerArrayAttribute< T, VDimension >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::PSMContainerArrayAttribute< T, VDimension >::itkTypeMacro | ( | PSMContainerArrayAttribute< T, VDimension > | , |
PSMAttribute | |||
) |
Run-time type information (and related methods).