CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdGiRasterImageFileTexture Class Reference

#include <GiMaterial.h>

Inheritance diagram for OdGiRasterImageFileTexture:
OdGiImageFileTexture OdGiImageTexture OdGiMaterialTexture OdRxObject

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdGiRasterImageFileTexture)
 
virtual void setRasterImage (const OdGiRasterImage *pRasterImage)
 
virtual const OdGiRasterImagerasterImage () const
 
virtual void setRasterImageTexture (const OdGiRasterImageTexture *pRasterImage)
 
virtual const OdGiRasterImageTexturerasterImageTexture () const
 
virtual bool operator== (const OdGiMaterialTexture &texture) const
 
OdGiRasterImageFileTextureoperator= (const OdGiRasterImageFileTexture &texture)
 
void copyFrom (const OdRxObject *pSource)
 
- Public Member Functions inherited from OdGiImageFileTexture
 ODRX_DECLARE_MEMBERS (OdGiImageFileTexture)
 
virtual void setSourceFileName (const OdString &fileName)
 
virtual const OdString sourceFileName () const
 
virtual bool operator== (const OdGiMaterialTexture &texture) const
 
OdGiImageFileTextureoperator= (const OdGiImageFileTexture &texture)
 
void copyFrom (const OdRxObject *pSource)
 
- Public Member Functions inherited from OdGiImageTexture
 ODRX_DECLARE_MEMBERS (OdGiImageTexture)
 
- Public Member Functions inherited from OdGiMaterialTexture
 ODRX_DECLARE_MEMBERS (OdGiMaterialTexture)
 
virtual bool operator== (const OdGiMaterialTexture &texture) const
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdGiImageTexture
 OdGiImageTexture ()
 
 ~OdGiImageTexture ()
 
- Protected Member Functions inherited from OdGiMaterialTexture
 OdGiMaterialTexture ()
 
 ~OdGiMaterialTexture ()
 

Detailed Description

This class defines combination of material textures based on raster image file and embedded raster images. Corresponding C++ library: TD_Gi <group OdGi_Classes>

See also
<link tv_working_with_attributes_materials, Work with Materials>

Definition at line 1040 of file GiMaterial.h.

Member Function Documentation

◆ copyFrom()

void OdGiRasterImageFileTexture::copyFrom ( const OdRxObject pSource)
inlinevirtual

Copies the data of the source object to the current object.

Parameters
pSource[in] Input source object.

Reimplemented from OdGiImageFileTexture.

Definition at line 2380 of file GiMaterial.h.

◆ ODRX_DECLARE_MEMBERS()

OdGiRasterImageFileTexture::ODRX_DECLARE_MEMBERS ( OdGiRasterImageFileTexture  )

◆ operator=()

OdGiRasterImageFileTexture & OdGiRasterImageFileTexture::operator= ( const OdGiRasterImageFileTexture texture)
inline

Assignment operator for the OdGiRasterImageFileTexture class. Assigns file path and raster image for this object and returns a reference to this texture object.

Parameters
texture[in] Texture to be assigned.
Returns
a reference to this raster image texture.

Definition at line 2373 of file GiMaterial.h.

◆ operator==()

bool OdGiRasterImageFileTexture::operator== ( const OdGiMaterialTexture texture) const
inlinevirtual

Equality operator for the OdGiRasterImageFileTexture class. The objects are equal if: the passed object is an raster image texture. source file paths are equal

Parameters
texture[in] Texture to be compared.
Returns
true if the specified texture is equal to this image file texture, false otherwise.

Reimplemented from OdGiImageFileTexture.

Definition at line 2364 of file GiMaterial.h.

◆ rasterImage()

const OdGiRasterImage * OdGiRasterImageFileTexture::rasterImage ( ) const
inlinevirtual

Retrieves the raster image of this object.

Returns
Pointer the raster image represented by OdGiRasterImage class.

Definition at line 2344 of file GiMaterial.h.

◆ rasterImageTexture()

const OdGiRasterImageTexture * OdGiRasterImageFileTexture::rasterImageTexture ( ) const
inlinevirtual

Retrieves the raster image texture of this object.

Returns
Pointer the raster image texture represented by OdGiRasterImageTexture class.

Definition at line 2358 of file GiMaterial.h.

◆ setRasterImage()

void OdGiRasterImageFileTexture::setRasterImage ( const OdGiRasterImage pRasterImage)
inlinevirtual

Sets a raster image to this object.

Parameters
pRasterImage[in] Input raster image.

Definition at line 2332 of file GiMaterial.h.

◆ setRasterImageTexture()

void OdGiRasterImageFileTexture::setRasterImageTexture ( const OdGiRasterImageTexture pRasterImage)
inlinevirtual

Sets a raster image texture object to this object.

Parameters
pRasterImage[in] Input raster image texture.

Definition at line 2352 of file GiMaterial.h.


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