This class implements ResBuf object which represents the structure for storing and passing the tagged data of all basic data types between various objects using different technologies.
Each ResBuf object contains three data members:
File: ResBuf.h
Module: API Reference
Destroys an instance of the ResBuf object. |
Defines the group codes for ResBuf instances. |
| |
Copies the contents of the specified ResBuf object into this ResBuf object. | |
Returns the data content of the ResBuf object as a Binary chunk. | |
Returns the data content of the ResBuf object as a Boolean value. | |
Returns the data content of the ResBuf object as a Color instance. | |
Returns the data content of the ResBuf object as a double-precision floating-point value. | |
Returns the data content of the ResBuf object as an OdDbObjectId instance. | |
Returns the data content of the ResBuf object as an OdDbHandle instance. | |
Returns the data content of the ResBuf object as 16-bit Integer value. | |
Returns the data content of the ResBuf object as 32-bit Integer value. | |
Returns the data content of the ResBuf object as 64-bit Integer value. | |
Returns the data content of the ResBuf object as 8-bit Integer value. | |
Returns the data content of the ResBuf object as an OdDbObjectId instance using the specified database instance. | |
Returns the ResVal in this ResBuf object. | |
Returns the data content of the ResBuf object as two-dimensional point instance. | |
Returns the data content of the ResBuf object as three-dimensional point instance. | |
Returns a pointer to the ResBuf instance nested in the data content of the ResBuf object. | |
Returns the data content of the ResBuf object as a String value. | |
Returns the data content of the ResBuf object as two-dimensional vector instance. | |
Returns the data content of the ResBuf object as three-dimensional vector instance. | |
Inserts the specified ResBuf object before the next ResBuf object in the sequence of tagged data after the current ResBuf object that calls this method. | |
Returns a smart pointer to the last ResBuf object in the sequence of tagged data. | |
This is the overview for the newRb method overload. | |
Returns a smart pointer to the next ResBuf object in the sequence of tagged data. | |
Returns the group code as an Integer value which indicates the data type stored in the ResBuf object. | |
!DOM is used to get assertion with needed call stack only | |
Sets the data content of the ResBuf object using the specified binary chunk instance only if the stored group code has the BinaryChunk type. | |
Sets the data content of the ResBuf object using the specified Boolean value only if the stored group code has a Boolean type. | |
Sets the data content of the ResBuf object using the specified Color instance only if the group code is set to OdResBuf::kRtColor. | |
Sets the data content of the ResBuf object using the specified double-precision floating-point value only if the stored group code has a Double or Angle type. | |
Sets the data content of the ResBuf object using the specified Handle instance only if the stored group code has the Handle type. | |
Sets the data content of the ResBuf object using the specified 16-bit Integer value only if the stored group code has an Integer type. | |
Sets the data content of the ResBuf object using the specified 32-bit Integer value only if the stored group code has an Integer type. | |
Sets the data content of the ResBuf object using the specified 64-bit Integer value only if the stored group code has an Integer type. | |
Sets the data content of the ResBuf object using the specified 8-bit Integer value only if the stored group code has an Integer type. | |
Sets the specified ResBuf object as the next ResBuf Object in the sequence of tagged data after the current ResBuf object that calls this method. | |
Sets the data content of the ResBuf object using the specified object ID instance only if the stored group code has the ObjectId, SoftPointerId, HardPointerId, SoftOwnershipId, or HardOwnershipId type. | |
Sets the ResVal in this ResBuf object. | |
Sets the data content of the ResBuf object using the specified two-dimensional point instance only if the stored group code has a Point type. | |
Sets the data content of the ResBuf object using the specified three-dimensional point instance only if the stored group code has a Point type. | |
Sets the data content of the ResBuf object using the specified ResBuf instance only if the group code is set to OdResBuf::kRtResBuf. | |
Sets the group code for the ResBuf object. | |
Sets the data content of the ResBuf object using the specified String value only if the stored group code has a String type. | |
Sets the data content of the ResBuf object using the specified two-dimensional vector instance only if the stored group code has a Point type. | |
Sets the data content of the ResBuf object using the specified three-dimensional vector instance only if the stored group code has a Point type. |
Defines the content of the ResBuf object. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|