C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
Variable. More...
#include <pars_var.h>
Public Member Functions | |
MbVar (const c3d::string_t &name) | |
Constructor. | |
virtual | ~MbVar () |
Destructor. | |
const c3d::string_t & | Name () const |
Get variable name. | |
double | Value () const |
A value of variable. | |
void | Assignment (double value) |
Assign a value to a variable. | |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
MbRefItem () | |
Constructor without parameters. | |
Variable.
Variable.