Table of Contents
Classes
Functions
- ABS A convenience routine for computing absolute values.
- color_map_discrete A colormap with discrete bands of color
- color_map_gray_scale A colormap which runs from black to white
- color_map_reverse_gray_scale A colormap which runs from white to black
- color_map_reverse_standard A standard "rainbow" colormap except it goes from red to blue
- color_map_standard A standard "rainbow" blue to red colormap
- compute_normal_vector This function computes the normal to the plane determined by the three points v0,v1,v2 (3 vectors).
- create_image_function Here is the prototype for the user defined "func" routine.
- norm This function computes the norm of a vector of floats--we make it do any size vector since it is easy
- normalize This function normalizes a vector of floats--we make it do any size vector since it is easy
- normcrossprod This function computes the cross product of two vectors.
- old_markers_color_map A colormap used for old style markers, this should go away
- scalarprod This function computes the scalar product of two vectors--we make it do any size vector since it is easy
Enums, Unions, Structs
Typedefs
- DVcontainer After moving the select_properties to be a base class for DVobject instead of a base class for this class, there was no difference between this class and DVcontainerbase
Hierarchy of classes
This page was generated with the help of DOC++.