#include "fv_float.h"
#include "defs.h"
#include "MathHelper.h"
#include "Interval.hpp"
#include "Color.h"
#include <vector>
#include <map>
#include <string.h>
Go to the source code of this file.
Classes | |
class | FemViewer::TransferFunction |
struct | FemViewer::Breakpoint |
class | FemViewer::HostTransferFunction |
Namespaces | |
namespace | FemViewer |
Defines | |
#define | SET(start, length) |
Enumerations | |
enum | FemViewer::tf_chanel_t { FemViewer::eDensity, FemViewer::eRed, FemViewer::eGreen, FemViewer::eBlue } |
#define SET | ( | start, | |||
length | ) |
begin = start; \
end = start + (length-1); \
count = length; break