MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / size

Method size

src/python/PyImath/PyImathFixedArray2D.h:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 const T & operator () (size_t i, size_t j) const { return _ptr[_stride.x*(j*_stride.y + i)]; }
373 size_t totalLen() const { return _size; }
374 boost::python::tuple size() const
375 {
376 return boost::python::make_tuple(_length.x, _length.y);
377 }
378
379 static boost::python::class_<FixedArray2D<T> > register_(const char *name, const char *doc)
380 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected