C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Variable. More...

#include <pars_variable.h>

+ Inheritance diagram for MbTreeVariable:
+ Collaboration diagram for MbTreeVariable:

Public Member Functions

 MbTreeVariable (const c3d::string_t &name, double v)
 Constructor by the name and the value.
 
const c3d::string_tGetName () 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 MbCoordGetCoord () const override
 Get coordinate.
 
size_t SizeOf () const override
 Get size of variable in bytes.
 
MbTreeVariableDuplicate () 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.
 
- Public Member Functions inherited from TapeBase
 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.
 

Detailed Description

Variable.

Variable.


The documentation for this class was generated from the following file: