CFx SDK Documentation 2024 SP0
|
#include <BcfBitmap.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdBcfBitmap) | |
OdBcfBitmap () | |
virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
virtual bool | validate () const ODRX_OVERRIDE |
const OdString & | getBitmap () const |
bool | isBitmapUnset () const |
const OdString & | getReference () const |
bool | isReferenceUnset () const |
const OdBcfPointPtr & | getLocation () const |
bool | isLocationUnset () const |
const OdBcfDirectionPtr & | getNormal () const |
bool | isNormalUnset () const |
const OdBcfDirectionPtr & | getUp () const |
bool | isUpUnset () const |
const double & | getHeight () const |
bool | isHeightUnset () const |
const OdGUID & | getGuid () const |
bool | isGuidUnset () const |
Public Member Functions inherited from OdBcf::OdBcfElement | |
ODRX_DECLARE_MEMBERS (OdBcfElement) | |
virtual OdResult | inFields (TiXmlElement *pParent)=0 |
virtual OdResult | outFields (TiXmlElement *pParent) const =0 |
virtual bool | validate () const =0 |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Member Functions | |
void | setGuid (const OdGUID &guidValue) |
OdBcfBitmap & | operator= (const OdBcfBitmapData &val) |
Protected Attributes | |
friend | OdBcfSession |
Protected Attributes inherited from OdBcf::OdBcfBitmapData | |
OdString | m_bitmap |
OdString | m_reference |
OdBcfPointPtr | m_pLocation |
OdBcfDirectionPtr | m_pNormal |
OdBcfDirectionPtr | m_pUp |
double | m_height |
OdGUID | m_guid |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
A class that implements storing and operating with a bitmap data type.
Definition at line 70 of file BcfBitmap.h.
OdBcf::OdBcfBitmap::OdBcfBitmap | ( | ) |
Creates a new bitmap object with default parameters.
const OdString & OdBcf::OdBcfBitmap::getBitmap | ( | ) | const |
Retrieves the bitmap data.
const OdGUID & OdBcf::OdBcfBitmap::getGuid | ( | ) | const |
Retrieves the bitmap's global unique identifier (GUID).
const double & OdBcf::OdBcfBitmap::getHeight | ( | ) | const |
Retrieves the bitmap's height.
const OdBcfPointPtr & OdBcf::OdBcfBitmap::getLocation | ( | ) | const |
Retrieves the bitmap's location.
const OdBcfDirectionPtr & OdBcf::OdBcfBitmap::getNormal | ( | ) | const |
Retrieves the bitmap's normal vector.
const OdString & OdBcf::OdBcfBitmap::getReference | ( | ) | const |
Retrieves the bitmap's reference.
const OdBcfDirectionPtr & OdBcf::OdBcfBitmap::getUp | ( | ) | const |
Retrieves the bitmap's up-vector.
|
virtual |
Reads XML data into ODA data structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
bool OdBcf::OdBcfBitmap::isBitmapUnset | ( | ) | const |
Defines whether the bitmap object is not initialized.
bool OdBcf::OdBcfBitmap::isGuidUnset | ( | ) | const |
Defines whether the bitmap's global unique identifier (GUID) is not initialized.
bool OdBcf::OdBcfBitmap::isHeightUnset | ( | ) | const |
Defines whether the bitmap's height is not initialized.
bool OdBcf::OdBcfBitmap::isLocationUnset | ( | ) | const |
Defines whether the bitmap's location is not initialized.
bool OdBcf::OdBcfBitmap::isNormalUnset | ( | ) | const |
Defines whether the bitmap's normal vector is not initialized.
bool OdBcf::OdBcfBitmap::isReferenceUnset | ( | ) | const |
Defines whether the bitmap's reference is not initialized.
bool OdBcf::OdBcfBitmap::isUpUnset | ( | ) | const |
Defines whether the bitmap's up-vector is not initialized.
OdBcf::OdBcfBitmap::ODRX_DECLARE_MEMBERS | ( | OdBcfBitmap | ) |
|
protected |
An assignment operator for BCF bitmap objects.
val | [in] Another bitmap object (right-hand operand of the assignment operation). |
|
virtual |
Writes data into XML structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
Sets a new Guid value.
guidValue | [in] A new value to set. |
|
virtual |
Checks whether the bitmap instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
Definition at line 217 of file BcfBitmap.h.