|
Graphic3d_NameOfTexture1D | Name () const |
| Returns the name of the predefined textures or NOT_1D_UNKNOWN when the name is given as a filename. More...
|
|
void | EnableSmooth () |
| enable texture smoothing More...
|
|
Standard_Boolean | IsSmoothed () const |
| Returns TRUE if the texture is smoothed. More...
|
|
void | DisableSmooth () |
| disable texture smoothing More...
|
|
void | EnableModulate () |
| enable texture modulate mode. the image is modulate with the shading of the surface. More...
|
|
void | DisableModulate () |
| disable texture modulate mode. the image is directly decal on the surface. More...
|
|
Standard_Boolean | IsModulate () const |
| Returns TRUE if the texture is modulate. More...
|
|
void | EnableRepeat () |
| use this methods if you want to enable texture repetition on your objects. More...
|
|
void | DisableRepeat () |
| use this methods if you want to disable texture repetition on your objects. More...
|
|
Standard_Boolean | IsRepeat () const |
| Returns TRUE if the texture repeat is enable. More...
|
|
Graphic3d_LevelOfTextureAnisotropy | AnisoFilter () const |
|
void | SetAnisoFilter (const Graphic3d_LevelOfTextureAnisotropy theLevel) |
|
| ~Graphic3d_TextureRoot () |
| Destructor. More...
|
|
virtual Standard_Boolean | IsDone () const |
| Checks if a texture class is valid or not. More...
|
|
const OSD_Path & | Path () const |
| Returns the full path of the defined texture. It could be empty path if GetImage() is overridden to load image not from file. More...
|
|
Graphic3d_TypeOfTexture | Type () const |
|
const TCollection_AsciiString & | GetId () const |
| This ID will be used to manage resource in graphic driver. More...
|
|
Standard_Size | Revision () const |
| Return image revision. More...
|
|
void | UpdateRevision () |
| Update image revision. Can be used for signalling changes in the texture source (e.g. file update, pixmap update) without re-creating texture source itself (e.g. preserving the unique id). More...
|
|
virtual Handle< Image_PixMap > | GetImage () const |
| This method will be called by graphic driver each time when texture resource should be created. Default constructors allow defining the texture source as path to texture image or directly as pixmap. If the source is defined as path, then the image will be dynamically loaded when this method is called (and no copy will be preserved in this class instance). Inheritors may dynamically generate the image. Notice, image data should be in Bottom-Up order (see Image_PixMap::IsTopDown())! More...
|
|
const Handle< Graphic3d_TextureParams > & | GetParams () const |
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor. More...
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing. More...
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More...
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual. More...
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes. More...
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object. More...
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type. More...
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More...
|
|
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
|
|
Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More...
|
|
void | IncrementRefCounter () const |
| Increments the reference counter of this object. More...
|
|
Standard_Integer | DecrementRefCounter () const |
| Decrements the reference counter of this object; returns the decremented value. More...
|
|