casinotools.file_format.casino3.sample module

Description

class casinotools.file_format.casino3.sample.Sample[source]

Bases: object

_export_header(export_file)[source]
_export_region_data(export_file)[source]
_export_sample_data(export_file)[source]
_export_sample_objects(export_file)[source]
_export_substrate(export_file)[source]
_export_version(export_file)[source]
_read_3131(file)[source]
add_region(region)[source]
add_sample_object(sample_object)[source]
add_sample_object_with_id(sample_object, object_id)[source]
export(export_file)[source]
get_first_sphere_shape()[source]
get_plane_shapes()[source]
get_regions()[source]
get_rotation_y_deg()[source]
get_rotation_z_deg()[source]
get_shapes()[source]
get_version()[source]
modify_rotation_y_deg(rotation_angle_deg)[source]
modify_rotation_z_deg(rotation_angle_deg)[source]
read(file)[source]
set_rotation_y_deg(rotation_angle_deg)[source]
set_rotation_z_deg(rotation_angle_deg)[source]
write(file)[source]
exception casinotools.file_format.casino3.sample.ShapeError[source]

Bases: Exception