| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sphericalcullingattribute.h>

Public Member Functions | |
| SphericalCullingAttribute (double radius=0.) | |
| virtual ViewInfo::CullingPos | cull (const Bounds &bounds, const SO< ViewInfo const > &viewInfo) const |
| ! Returns whether the given volume is eather indide, outside or both relatvie to this culling object. | |
| VRS_TYPEINFO (SphericalCullingAttribute, CullingAttribute) | |
| VRS_SERIALIZABLE (SphericalCullingAttribute) | |
| VRS::SphericalCullingAttribute::SphericalCullingAttribute | ( | double | radius = 0. |
) |
| virtual ViewInfo::CullingPos VRS::SphericalCullingAttribute::cull | ( | const Bounds & | bounds, | |
| const SO< ViewInfo const > & | viewInfo | |||
| ) | const [virtual] |
! Returns whether the given volume is eather indide, outside or both relatvie to this culling object.
Implements VRS::CullingAttribute.
| VRS::SphericalCullingAttribute::VRS_TYPEINFO | ( | SphericalCullingAttribute | , | |
| CullingAttribute | ||||
| ) |
| VRS::SphericalCullingAttribute::VRS_SERIALIZABLE | ( | SphericalCullingAttribute | ) |