Public Member Functions | |
AzimElevationSector () | |
AzimElevationSector (const AzimElevationSector ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
AzimElevationSector (float minAzimuth, float maxAzimuth, float minElevation, float maxElevation, float fadeAngle=0.0f) | |
META_Object (osgSim, AzimElevationSector) | |
virtual float | operator() (const osg::Vec3 &eyeLocal) const |
Protected Member Functions | |
virtual | ~AzimElevationSector () |
osgSim::AzimElevationSector::AzimElevationSector | ( | ) | [inline] |
osgSim::AzimElevationSector::AzimElevationSector | ( | const AzimElevationSector & | copy, | |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
) | [inline] |
osgSim::AzimElevationSector::AzimElevationSector | ( | float | minAzimuth, | |
float | maxAzimuth, | |||
float | minElevation, | |||
float | maxElevation, | |||
float | fadeAngle = 0.0f | |||
) |
virtual osgSim::AzimElevationSector::~AzimElevationSector | ( | ) | [inline, protected, virtual] |
osgSim::AzimElevationSector::META_Object | ( | osgSim | , | |
AzimElevationSector | ||||
) |
virtual float osgSim::AzimElevationSector::operator() | ( | const osg::Vec3 & | eyeLocal | ) | const [virtual] |
Implements osgSim::Sector.