Home
last modified time | relevance | path

Searched refs:RTWFeature (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/RTWrapper/
H A DTypes.h248 } RTWFeature; typedef
H A DBackend.h16 virtual bool IsSupported(RTWFeature feature) const = 0;
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/RTWrapper/VisRTX/
H A DVisRTXBackend.h22 bool IsSupported(RTWFeature feature) const override;
H A DVisRTXBackend.cxx69 bool VisRTXBackend::IsSupported(RTWFeature feature) const in IsSupported()
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/RTWrapper/OSPRay/
H A DOSPRayBackend.h103 bool IsSupported(RTWFeature feature) const override in IsSupported()