PyNGL Home > Functions

Array query

Ngl.dim_gbits Unpacks bit chunks from the rightmost dimension of the input array.
Ngl.get_float Retrieves the value of a resource that uses a float scalar.
Ngl.get_float_array Retrieves the value of a resource that uses a one-dimensional float array.
Ngl.get_integer Retrieves the value of a resource that uses an integer scalar.
Ngl.get_integer_array Retrieves the value of a resource that uses a one-dimensional integer array.
Ngl.get_MDfloat_array Retrieves the value of a resource that uses a multi-dimensional float array.
Ngl.get_MDinteger_array Retrieves the value of a resource that uses a multi-dimensional integer array.
Ngl.get_string Retrieves the value of a resource that uses a string.
Ngl.get_string_array Retrieves the value of a resource that uses a one-dimensional string array.
Ngl.ind Gets the indices of a Python list where the list values are true.