|
Geant4-11
|
#include <SoStyleCache.h>
Public Member Functions | |
| SoLightModel * | getLightModelBaseColor () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| SoLightModel * | getLightModelPhong () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| SoDrawStyle * | getLineStyle (unsigned short=0xFFFF, float=0) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| SoMaterial * | getMaterial (const SbColor &, float=0) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| SoMaterial * | getMaterial (float, float, float, float=0) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| SoResetTransform * | getResetTransform () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
| SoStyleCache () | |
Protected Member Functions | |
| ~SoStyleCache () | |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// More... | |
Private Attributes | |
| SoGroup * | fLightModels |
| SoGroup * | fLineStyles |
| SoGroup * | fMaterials |
| SoResetTransform * | fResetTransform |
Definition at line 43 of file SoStyleCache.h.
| SoStyleCache::SoStyleCache | ( | ) |
Definition at line 42 of file SoStyleCache.cc.
References fLightModels, fLineStyles, fMaterials, and fResetTransform.
|
protected |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 61 of file SoStyleCache.cc.
| SoLightModel * SoStyleCache::getLightModelBaseColor | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 191 of file SoStyleCache.cc.
References fLightModels.
| SoLightModel * SoStyleCache::getLightModelPhong | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 180 of file SoStyleCache.cc.
References fLightModels.
| SoDrawStyle * SoStyleCache::getLineStyle | ( | unsigned short | aPattern = 0xFFFF, |
| float | aWidth = 0 |
||
| ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 156 of file SoStyleCache.cc.
References fLineStyles.
| SoMaterial * SoStyleCache::getMaterial | ( | const SbColor & | aRGB, |
| float | aTransparency = 0 |
||
| ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 68 of file SoStyleCache.cc.
References fMaterials, and eplot::material.
| SoMaterial * SoStyleCache::getMaterial | ( | float | aRed, |
| float | aGreen, | ||
| float | aBlue, | ||
| float | aTransparency = 0 |
||
| ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 90 of file SoStyleCache.cc.
References fMaterials, and eplot::material.
| SoResetTransform * SoStyleCache::getResetTransform | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 202 of file SoStyleCache.cc.
References fResetTransform.
|
private |
Definition at line 59 of file SoStyleCache.h.
Referenced by getLightModelBaseColor(), getLightModelPhong(), and SoStyleCache().
|
private |
Definition at line 58 of file SoStyleCache.h.
Referenced by getLineStyle(), and SoStyleCache().
|
private |
Definition at line 57 of file SoStyleCache.h.
Referenced by getMaterial(), and SoStyleCache().
|
private |
Definition at line 60 of file SoStyleCache.h.
Referenced by getResetTransform(), and SoStyleCache().