|
create_mesh
|
create_mesh (
c,
pixel_size,
xyz_scale,
rgba,
surf_model,
name,
)
|
|
read_imod_chunks
|
read_imod_chunks ( file )
|
|
read_imod_segmentation
|
read_imod_segmentation (
path,
mesh=None,
contours=None,
)
Read segmentation data from IMOD 1.2 files.
|
|
read_chunk
|
read_chunk ( file, chunk_format )
|
|
mesh_geometry
|
mesh_geometry ( c )
|
|
read_imod
|
read_imod ( path )
Exceptions
|
|
TypeError, 'File %s is not in IMOD binary file format. First 4 bytes are not "IMOD"' % path
|
|
|
print_table
|
print_table ( t )
|
|
terminate_string_at_null_character
|
terminate_string_at_null_character ( s )
|
|
create_contour
|
create_contour (
c,
pixel_size,
xyz_scale,
radius,
rgba,
link,
mset,
)
|
|
imod_models
|
imod_models (
chunk_list,
name,
mesh,
contours,
)
|
|
remove_unused_vertices
|
remove_unused_vertices ( varray, tarray )
|
|