Shapeworks Studio
2.1
Shape analysis software suite
|
Public Types | |
typedef T | DataType |
typedef TestContainerArrayAttribute | Self |
typedef PSMContainerArrayAttribute< T, VDimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
Public Types inherited from itk::PSMContainerArrayAttribute< T, VDimension > | |
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 (TestContainerArrayAttribute, PSMContainerArrayAttribute) | |
virtual void | DomainAddEventCallback (Object *, const EventObject &) |
virtual void | PositionAddEventCallback (Object *, const EventObject &e) |
unsigned int | GetNumberOfPositions () |
unsigned int | GetNumberOfDomains () |
Public Member Functions inherited from itk::PSMContainerArrayAttribute< T, VDimension > | |
itkNewMacro (Self) | |
itkTypeMacro (PSMContainerArrayAttribute, PSMAttribute) | |
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 | operator= (const TestContainerArrayAttribute &) |
TestContainerArrayAttribute (const TestContainerArrayAttribute &) | |
Protected Member Functions inherited from itk::PSMContainerArrayAttribute< T, VDimension > | |
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 28 of file itkPSMContainerArrayAttributeTest.cxx.
typedef T itk::TestContainerArrayAttribute< T, VDimension >::DataType |
Standard class typedefs
Definition at line 32 of file itkPSMContainerArrayAttributeTest.cxx.
|
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::PSMContainerArrayAttribute< T, VDimension >.
Definition at line 49 of file itkPSMContainerArrayAttributeTest.cxx.
itk::TestContainerArrayAttribute< T, VDimension >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::TestContainerArrayAttribute< T, VDimension >::itkTypeMacro | ( | TestContainerArrayAttribute< T, VDimension > | , |
PSMContainerArrayAttribute | |||
) |
Run-time type information (and related methods).