Table of Contents

Module: __init__ VolumePath/__init__.py

Imported modules   
import chimera
from chimera import dialogs
from chimera.baseDialog import ModelessDialog
import math
Functions   
clip_plane_spacing
close_model
data_plane_spacing
distance
float_variable_value
integer_variable_value
interpolated_value
line_vrml
linear_combination
linear_combination_3
object_to_eye_coordinates
screen_axes
show_volume_path_dialog
slice_data_values
transform_coordinates
visible_data_components
volume_path_dialog
xyz_to_ijk
  clip_plane_spacing 
clip_plane_spacing ()

  close_model 
close_model ( m )

Check if model already deleted before trying to close.

  data_plane_spacing 
data_plane_spacing ( data_region )

  distance 
distance ( u,  v )

  float_variable_value 
float_variable_value ( v,  default=None )

  integer_variable_value 
integer_variable_value ( v,  default=None )

  interpolated_value 
interpolated_value ( ijk,  matrix )

  line_vrml 
line_vrml (
        xyz_1,
        xyz_2,
        rgba,
        )

Return VRML for a line connecting two points.

  linear_combination 
linear_combination (
        a,
        u,
        b,
        v,
        )

Return vector a*u + b*v where a, b are scalars.

  linear_combination_3 
linear_combination_3 (
        a,
        u,
        b,
        v,
        c,
        w,
        )

Return vector a*u + b*v + c*w where a, b, c are scalars.

  object_to_eye_coordinates 
object_to_eye_coordinates ( xyz_object,  object_xform )

Transform from object to eye coordinates

  screen_axes 
screen_axes ( xyz,  object_xform )

Return vx, vy, and vz screen vectors in object coordinates. The vx vector is scaled so that one screen pixel displacement in x is equivalent to an object coordinate displacement vx at the given xyz position. The vy vector is scaled likewise. The vz vector length is set to equal the vy vector length.

  show_volume_path_dialog 
show_volume_path_dialog ()

  slice_data_values 
slice_data_values (
        data_region,
        data_component,
        xyz_in,
        xyz_out,
        )

  transform_coordinates 
transform_coordinates (
        from_xyz,
        from_transform,
        to_transform,
        )

  visible_data_components 
visible_data_components ( data_region )

  volume_path_dialog 
volume_path_dialog ( create=0 )

  xyz_to_ijk 
xyz_to_ijk ( data_region,  xyz )

Classes   

Slice

Graph the data values along a line passing through a volume on a Tkinter

Trace

Graph the data values along a line passing through a volume for one of

Visible_Data

Volume_Path_Dialog


Table of Contents

This document was automatically generated on Wed Mar 26 19:02:39 2003 by HappyDoc version 2.1