C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Curve with terminators. More...
#include <mb_pmi.h>
Public Member Functions | |
MbCalloutCurve (MbeCalloutCurveType curveType, SPtr< MbCurve > curveToObject, const std::vector< SPtr< MbTerminator >> &terminators, SPtr< MbTopologyItem > objectCalloutTo) | |
Constructor. More... | |
SPtr< MbCurve > | GetCurve () const |
Get callout curve. More... | |
size_t | TerminatorsCount () const |
Get count of terminators. More... | |
SPtr< MbTerminator > | GetTerminator (size_t index) const |
Get terminator by index. More... | |
MbeCalloutCurveType | GetCurveType () const |
Get type of callout curve. More... | |
SPtr< MbCalloutCurve > | Clone (MbRegDuplicate *=nullptr) const |
Create a copy of an object. | |
bool | IsSame (const MbCalloutCurve &to, double accuracy) const |
Are the objects equal. | |
![]() | |
virtual MbeRefType | RefType () const |
Registration type (for copying, duplication). | |
refcount_t | GetUseCount () const |
Get count of references (get count of owners of an object). | |
refcount_t | AddRef () const |
Increase count of references by one. | |
refcount_t | DecRef () const |
Decrease count of references by one. | |
refcount_t | Release () const |
Decrease count of references by one and if count of references became zero, then remove itself. | |
![]() | |
TapeBase (RegistrableRec regs=noRegistrable) | |
Constructor. | |
TapeBase (const TapeBase &) | |
Copy-constructor. | |
virtual | ~TapeBase () |
Destructor. | |
RegistrableRec | GetRegistrable () const |
Whether the stream class is registrable. | |
void | SetRegistrable (RegistrableRec regs=registrable) const |
Set the state of registration of the stream class. | |
virtual const char * | GetPureName (const VersionContainer &) const |
Get the class name. | |
virtual bool | IsFamilyRegistrable () const |
Whether the object belongs to a registrable family. | |
Additional Inherited Members | |
![]() | |
MbRefItem () | |
Constructor without parameters. | |
Curve with terminators.
Can have reference to the characterized object.
MbCalloutCurve::MbCalloutCurve | ( | MbeCalloutCurveType | curveType, |
SPtr< MbCurve > | curveToObject, | ||
const std::vector< SPtr< MbTerminator >> & | terminators, | ||
SPtr< MbTopologyItem > | objectCalloutTo | ||
) |
Constructor.
[in] | curveType | - Callout type, |
[in] | curveToObject | - Callout curve. |
[in] | terminators | - Terminators, |
[in] | objectCalloutTo | - Charactrrized object. |
size_t MbCalloutCurve::TerminatorsCount | ( | ) | const |
Get count of terminators.
SPtr<MbTerminator> MbCalloutCurve::GetTerminator | ( | size_t | index | ) | const |
Get terminator by index.
MbeCalloutCurveType MbCalloutCurve::GetCurveType | ( | ) | const |
Get type of callout curve.