MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / empty

Method empty

include/openpose/core/array.hpp:228–231  ·  view source on GitHub ↗

------------------------------ Data Information Functions ------------------------------ // * Check whether memory has been allocated. * @return True if no memory has been allocated, false otherwise. */

Source from the content-addressed store, hash-verified

226 * @return True if no memory has been allocated, false otherwise.
227 */
228 inline bool empty() const
229 {
230 return (mVolume == 0);
231 }
232
233 /**
234 * Return a vector with the size of each dimension allocated.

Callers 15

workProducerMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45
workConsumerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected