|
add_subsamples
|
add_subsamples (
self,
grid_data,
cell_size,
)
It is the caller's responsibility to verify that the passed in subsampled
data has a matching set of components and a valid subsampling size.
|
|
read_matrix
|
read_matrix (
self,
ijk_origin=( 0, 0, 0 ),
ijk_size=None,
ijk_step=( 1, 1, 1 ),
progress=None,
)
|
|
matrix
|
matrix (
self,
ijk_origin=( 0, 0, 0 ),
ijk_size=None,
ijk_step=( 1, 1, 1 ),
progress=None,
from_cache_only=False,
subsampling=( 1, 1, 1 ),
)
|
|
__init__
|
__init__ ( self, primary_grid_data )
|
|
clear_cache
|
clear_cache ( self )
|
|