C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Variable. More...
#include <pars_variable.h>
Public Member Functions | |
MbTreeVariable (const c3d::string_t &name, double v) | |
Constructor by the name and the value. | |
const c3d::string_t & | GetName () const override |
Get name. | |
void | SetName (const c3d::string_t &name) override |
Set name. | |
void | SetName (const TCHAR *s) override |
Set name. Null pointer processing. | |
double | GetValue () const override |
Get value. | |
void | SetValue (double v) override |
Set value. | |
const MbCoord & | GetCoord () const override |
Get coordinate. | |
size_t | SizeOf () const override |
Get size of variable in bytes. | |
MbTreeVariable & | Duplicate () const |
Create a copy of variable. | |
refcount_t | AddRef () const override |
Increase a counter of uses. | |
refcount_t | Release () const override |
Decrease a counter of uses and delete an object if it is not used any more. | |
![]() | |
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. | |
Variable.
Variable.