Package dx :: Module isosurface_3D :: Class Iso3D
[hide private]
[frames] | no frames]

Class Iso3D

source code


Instance Methods [hide private]
 
__init__(self, relax)
3D isosurface class.
source code
 
config_text(self)
Function for creating the text of the OpenDX program configuration file.
source code
 
map_text(self, map_file)
Function for creating the text of a 3D map.
source code
 
general_text(self)
Function for creating the text of the OpenDX .general file for a 3D map.
source code
 
point_text(self)
Function for creating the text of the .general file for the point.
source code
 
program_text(self)
Function for creating the text of the OpenDX program for a 3D map.
source code

Inherited from base_map.Base_Map: create_config, create_general, create_map, create_point, create_program, get_date, get_param_names, map_axes, map_space

Method Details [hide private]

__init__(self, relax)
(Constructor)

source code 

3D isosurface class.

Overrides: base_map.Base_Map.__init__