Table of Contents

Module: _volume _volume.py

_volume module

Functions   
bin_counts
broken_pixelmap_texture_fill
crippled_sgi_subtextures
data_to_bin_index
data_to_rgba
have_3d_texture_support
index_colors
maximum_intensity_projection_supported
minimum_and_maximum
  bin_counts 
bin_counts (
        self,
        seq,
        min,
        max,
        bins,
        )

bin_counts(PyObject* seq, double min, double max, int bins) -> PyObject*

bin_counts documentation.

  broken_pixelmap_texture_fill 
broken_pixelmap_texture_fill ( self )

broken_pixelmap_texture_fill() -> bool

broken_pixelmap_texture_fill documentation.

  crippled_sgi_subtextures 
crippled_sgi_subtextures ( self )

crippled_sgi_subtextures() -> bool

crippled_sgi_subtextures documentation.

  data_to_bin_index 
data_to_bin_index (
        self,
        data,
        min,
        max,
        bins,
        bin_step,
        index_values,
        add,
        )

data_to_bin_index(PyObject* data, float min, float max, int bins, int bin_step, PyObject* index_values, bool add)

data_to_bin_index documentation.

  data_to_rgba 
data_to_rgba (
        self,
        data,
        transfer_func,
        rgba,
        blend,
        )

data_to_rgba(PyObject* data, PyObject* transfer_func, PyObject* rgba, bool blend)

data_to_rgba documentation.

  have_3d_texture_support 
have_3d_texture_support ( self )

have_3d_texture_support() -> bool

have_3d_texture_support documentation.

  index_colors 
index_colors (
        self,
        transfer_func,
        min,
        max,
        bins,
        bin_step,
        colormap_values,
        blend,
        )

index_colors(PyObject* transfer_func, float min, float max, int bins, int bin_step, PyObject* colormap_values, bool blend)

index_colors documentation.

  maximum_intensity_projection_supported 
maximum_intensity_projection_supported ( self )

maximum_intensity_projection_supported() -> bool

maximum_intensity_projection_supported documentation.

  minimum_and_maximum 
minimum_and_maximum ( self,  seq )

minimum_and_maximum(PyObject* seq) -> double, double

minimum_and_maximum documentation.

Classes   
Volume_Model

Volume_Model documentation


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:06 2002 by HappyDoc version 2.0.1