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

Method stride

src/python/PyImath/PyImathFixedArray.h:577–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575 // exposed as Py_ssize_t for compatilbity with standard python sequences
576 Py_ssize_t len() const { return _length; }
577 size_t stride() const { return _stride; }
578 bool writable() const { return _writable; }
579
580 // This method is mainly here for use in confidence tests, but there may

Callers 14

arrayToNumpy_scalarFunction · 0.45
arrayToNumpy_vectorFunction · 0.45
Vec2Array_getFunction · 0.45
Vec3Array_getFunction · 0.45
BoxArray_getFunction · 0.45
Color3Array_getFunction · 0.45
QuatArray_getFunction · 0.45
SharedBufferAPIMethod · 0.45
numBytesMethod · 0.45
CopyBufferAPIMethod · 0.45
numBytesMethod · 0.45
Color4Array2D_getFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected