\brief Default constructor - initializes to NULL.
| 4634 | public: |
| 4635 | //! \brief Default constructor - initializes to NULL. |
| 4636 | Sampler() { } |
| 4637 | |
| 4638 | /*! \brief Constructs a Sampler in a specified context. |
| 4639 | * |
nothing calls this directly
no test coverage detected