Property for clipping datasets; currently only clipping planes are possible.
More...
#include <mitkClippingProperty.h>
Property for clipping datasets; currently only clipping planes are possible.
Definition at line 36 of file mitkClippingProperty.h.
◆ ConstPointer
◆ Pointer
◆ Self
◆ Superclass
◆ ValueType
◆ ClippingProperty() [1/3]
mitk::ClippingProperty::ClippingProperty |
( |
| ) |
|
|
protected |
◆ ClippingProperty() [2/3]
◆ ClippingProperty() [3/3]
mitk::ClippingProperty::ClippingProperty |
( |
const Point3D & |
origin, |
|
|
const Vector3D & |
normal |
|
) |
| |
|
protected |
◆ Clone()
Pointer mitk::ClippingProperty::Clone |
( |
| ) |
const |
◆ FromJSON()
Deserialize property value(s) from JSON.
Rely on exceptions for error handling when implementing deserialization.
- Returns
- False if not deserializable by design, true otherwise.
Implements mitk::BaseProperty.
◆ GetClassHierarchy()
virtual std::vector<std::string> mitk::ClippingProperty::GetClassHierarchy |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetClassName()
virtual const char* mitk::ClippingProperty::GetClassName |
( |
| ) |
const |
|
virtual |
◆ GetClippingEnabled()
bool mitk::ClippingProperty::GetClippingEnabled |
( |
| ) |
const |
◆ GetNormal()
const Vector3D& mitk::ClippingProperty::GetNormal |
( |
| ) |
const |
◆ GetOrigin()
const Point3D& mitk::ClippingProperty::GetOrigin |
( |
| ) |
const |
◆ GetStaticNameOfClass()
static const char* mitk::ClippingProperty::GetStaticNameOfClass |
( |
| ) |
|
|
inlinestatic |
◆ GetValueAsString()
std::string mitk::ClippingProperty::GetValueAsString |
( |
| ) |
const |
|
overridevirtual |
◆ New() [1/2]
static Pointer mitk::ClippingProperty::New |
( |
| ) |
|
|
static |
◆ New() [2/2]
◆ operator=()
Assigns property to this BaseProperty instance.
Subclasses must implement Assign(const BaseProperty&) and call the superclass Assign method for proper handling of polymorphic assignments. The assignment operator of the subclass should be disabled and the baseclass operator should be made visible using "using" statements.
◆ SetClippingEnabled()
void mitk::ClippingProperty::SetClippingEnabled |
( |
bool |
enabled | ) |
|
◆ SetNormal()
void mitk::ClippingProperty::SetNormal |
( |
const Vector3D & |
normal | ) |
|
◆ SetOrigin()
void mitk::ClippingProperty::SetOrigin |
( |
const Point3D & |
origin | ) |
|
◆ ToJSON()
Serialize property value(s) to JSON.
Rely on exceptions for error handling when implementing serialization.
- Returns
- False if not serializable by design, true otherwise.
Implements mitk::BaseProperty.
◆ m_ClippingEnabled
bool mitk::ClippingProperty::m_ClippingEnabled |
|
protected |
◆ m_Normal
Vector3D mitk::ClippingProperty::m_Normal |
|
protected |
◆ m_Origin
Point3D mitk::ClippingProperty::m_Origin |
|
protected |
The documentation for this class was generated from the following file: