#include <c4d_desclevel.h>
Public Member Functions | |
DescLevel (Int32 t_id) | |
DescLevel (Int32 t_id, Int32 t_datatype, Int32 t_creator) | |
Bool | operator== (const DescLevel &d) const |
Bool | operator!= (const DescLevel &d) const |
Public Attributes | |
Int32 | id |
Int32 | dtype |
Int32 | creator |
Represents a level within a DescID.
Constructs a DescLevel with the given ID.
[in] | t_id | Initial value for id. |
Constructs a DescLevel with the given ID, datatype and creator ID.
[in] | t_id | Initial value for id. |
[in] | t_datatype | Initial value for dtype. |
[in] | t_creator | Initial value for creator. |
Equality operator. Checks if all the level values are equal to the values in d.
[in] | d | Level to compare with. |
Inequality operator. Checks if any value of the level is different to a value in d.
[in] | d | Level to compare with. |
Int32 id |
ID of the level.
Int32 dtype |
Datatype. Either a custom ID or a data type ID.
Int32 creator |
Creator ID.