Defines an angle unit.
More...
#include <cadex/PMI/SemanticAttribute.hxx>
|
| | AngleUnitAttribute () |
| | Constructor.
|
| |
| | AngleUnitAttribute (ModelData::AngleUnit theUnit) |
| | Constructor.
|
| |
| void | SetUnit (ModelData::AngleUnit theUnit) |
| | Sets the unit.
|
| |
| ModelData::AngleUnit | Unit () const |
| | Returns the unit.
|
| |
|
void | Accept (SemanticAttributeVisitor &theVisitor) const |
| |
| size_t | Id () const |
| | Return unique identifier of public object.
|
| |
|
internal::BaseObjectImpl * | Impl () const |
| |
|
bool | IsNull () const |
| |
|
| operator bool () const |
| |
|
template<typename T > |
| bool | IsOfType () const |
| |
| template<typename T > |
| T * | Impl () const |
| | Reserved for internal use.
|
| |
|
|
| AngleUnitAttribute (const ImplType &theImpl) |
| |
|
| SemanticAttribute (const ImplType &theImpl) |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
◆ AngleUnitAttribute() [1/2]
| cadex::PMI::AngleUnitAttribute::AngleUnitAttribute |
( |
| ) |
|
◆ AngleUnitAttribute() [2/2]
| cadex::PMI::AngleUnitAttribute::AngleUnitAttribute |
( |
ModelData::AngleUnit | theUnit | ) |
|
|
explicit |
◆ CompareType()
| bool cadex::PMI::AngleUnitAttribute::CompareType |
( |
const BaseObject & | theObject | ) |
|
|
static |
◆ SetUnit()
| void cadex::PMI::AngleUnitAttribute::SetUnit |
( |
ModelData::AngleUnit | theUnit | ) |
|
◆ Unit()
| ModelData::AngleUnit cadex::PMI::AngleUnitAttribute::Unit |
( |
| ) |
const |