MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / NDRange

Method NDRange

include/internal/CL/cl.hpp:4748–4750  ·  view source on GitHub ↗

\brief Default constructor - resulting range has zero dimensions.

Source from the content-addressed store, hash-verified

4746public:
4747 //! \brief Default constructor - resulting range has zero dimensions.
4748 NDRange()
4749 : dimensions_(0)
4750 { }
4751
4752 //! \brief Constructs one-dimensional range.
4753 NDRange(::size_t size0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected