/ . / Topography / toposurf.py
Functions
|
|
|
isotropic_surface_vertices
|
isotropic_surface_vertices ( data )
Include midpoint of every cell.
|
|
isotropic_surface_geometry
|
isotropic_surface_geometry ( matrix )
|
|
value_colors
|
value_colors ( values, colormap )
|
|
cubic_interpolated_2d_array
|
cubic_interpolated_2d_array ( matrix )
|
|
create_volume_plane_surface
|
create_volume_plane_surface (
volume,
height,
interpolate=None,
mesh=None,
colormap=None,
smoothing_factor=None,
smoothing_iterations=None,
color=None,
replace=None,
)
Interpolation modes are isotropic or none .
Mesh patterns are isotropic , slash , or backslash .
Colormap is rainbow or none .
|
|
surface_triangles
|
surface_triangles ( grid_size, cell_diagonal_direction=None )
|
|
isotropic_surface_triangles
|
isotropic_surface_triangles ( grid_size )
Use midpoint of every cell.
|
|
rainbow_colormap
|
rainbow_colormap ( invert=None )
|
|
surface_geometry
|
surface_geometry ( matrix, cell_diagonal_direction )
|
|
colormap_surface
|
colormap_surface (
model,
normal,
colormap,
)
|
|
create_surface
|
create_surface (
matrix,
height,
transform,
color,
interpolate,
mesh,
smoothing_factor,
smoothing_iterations,
)
|
|
surface_vertices
|
surface_vertices ( data )
|
|
cubic_interpolate_1d_array
|
cubic_interpolate_1d_array ( array, temp )
Even elements of array are cubic interpolated to set odd elements.
|
|
|