|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <SoStyleCache.h>
Inheritance diagram for SoStyleCache:Public Member Functions | |
| SoStyleCache () | |
| SoMaterial * | getMaterial (const SbColor &, float=0) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| SoMaterial * | getMaterial (float, float, float, float=0) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| SoDrawStyle * | getLineStyle (unsigned short=0xFFFF, float=0) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| SoLightModel * | getLightModelPhong () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| SoLightModel * | getLightModelBaseColor () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| SoResetTransform * | getResetTransform () |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
Protected Member Functions | |
| ~SoStyleCache () | |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
Definition at line 43 of file SoStyleCache.h.
| SoStyleCache::SoStyleCache | ( | ) |
Definition at line 42 of file SoStyleCache.cc.
Referenced by SoStyleCache().
|
protected |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 61 of file SoStyleCache.cc.
Referenced by ~SoStyleCache().
| SoLightModel * SoStyleCache::getLightModelBaseColor | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 191 of file SoStyleCache.cc.
Referenced by getLightModelBaseColor().
| SoLightModel * SoStyleCache::getLightModelPhong | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 180 of file SoStyleCache.cc.
Referenced by getLightModelPhong().
| SoDrawStyle * SoStyleCache::getLineStyle | ( | unsigned short | aPattern = 0xFFFF, |
| float | aWidth = 0 ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 156 of file SoStyleCache.cc.
Referenced by getLineStyle().
| SoMaterial * SoStyleCache::getMaterial | ( | const SbColor & | aRGB, |
| float | aTransparency = 0 ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 68 of file SoStyleCache.cc.
Referenced by getMaterial(), and getMaterial().
| SoMaterial * SoStyleCache::getMaterial | ( | float | aRed, |
| float | aGreen, | ||
| float | aBlue, | ||
| float | aTransparency = 0 ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 90 of file SoStyleCache.cc.
| SoResetTransform * SoStyleCache::getResetTransform | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 202 of file SoStyleCache.cc.
Referenced by getResetTransform().