#include <mitkProperties.h>
Public Types | |
typedef Vector3DProperty | Self |
typedef GenericProperty< Vector3D > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual | ~Vector3DProperty () |
Static Public Member Functions | |
static Pointer | New () |
static Pointer | New (Vector3D _arg) |
Protected Member Functions | |
Vector3DProperty () | |
Vector3DProperty (Vector3D x) |
Definition at line 36 of file mitkProperties.h.
typedef itk::SmartPointer<const Self> mitk::Vector3DProperty::ConstPointer |
Reimplemented from mitk::GenericProperty< Vector3D >.
Definition at line 36 of file mitkProperties.h.
typedef itk::SmartPointer<Self> mitk::Vector3DProperty::Pointer |
Reimplemented from mitk::GenericProperty< Vector3D >.
Definition at line 36 of file mitkProperties.h.
Reimplemented from mitk::GenericProperty< Vector3D >.
Definition at line 36 of file mitkProperties.h.
typedef GenericProperty< Vector3D > mitk::Vector3DProperty::Superclass |
Reimplemented from mitk::GenericProperty< Vector3D >.
Definition at line 36 of file mitkProperties.h.
virtual mitk::Vector3DProperty::~Vector3DProperty | ( | ) | [inline, virtual] |
Definition at line 36 of file mitkProperties.h.
mitk::Vector3DProperty::Vector3DProperty | ( | ) | [inline, protected] |
Definition at line 36 of file mitkProperties.h.
mitk::Vector3DProperty::Vector3DProperty | ( | Vector3D | x ) | [inline, protected] |
Definition at line 36 of file mitkProperties.h.
virtual const char* mitk::Vector3DProperty::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::GenericProperty< Vector3D >.
static Pointer mitk::Vector3DProperty::New | ( | Vector3D | _arg ) | [inline, static] |
Reimplemented from mitk::GenericProperty< Vector3D >.
Definition at line 36 of file mitkProperties.h.
static Pointer mitk::Vector3DProperty::New | ( | ) | [static] |