Home
last modified time | relevance | path

Searched refs:myNbArrows (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_LightSource.hxx137 Standard_Integer NbArrows() const { return myNbArrows; } in NbArrows()
142 if (myNbArrows != theNbArrows) in SetNbArrows()
144 myNbArrows = theNbArrows; in SetNbArrows()
264 Standard_Integer myNbArrows; //!< number of directional light arrows member in AIS_LightSource
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_LightSource.hxx137 Standard_Integer NbArrows() const { return myNbArrows; } in NbArrows()
142 if (myNbArrows != theNbArrows) in SetNbArrows()
144 myNbArrows = theNbArrows; in SetNbArrows()
264 Standard_Integer myNbArrows; //!< number of directional light arrows member in AIS_LightSource
H A DAIS_LightSource.cxx179 myNbArrows (5), in AIS_LightSource()
646 if (myNbArrows >= 9) { aNbArrows = 9; } in computeDirectional()
647 else if (myNbArrows >= 5) { aNbArrows = 5; } in computeDirectional()
648 else if (myNbArrows >= 3) { aNbArrows = 3; } in computeDirectional()