Density.H File Reference

Convert an xyz point set into a volume density Uses a voxel representation. Provides the Density class. More...

#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  Density
 Voxel density handling class. How many points per cell. More...

Enumerations

enum  PackType { PACK_SCALE, PACK_CLIP, PACK_WRAP }
 How to squeeze data into the output sample size If the counts are greater than the max value of the output bitsPerPixel, this is how we should handle the values. Additionally PACK_SCALE will scale no mater what. You can control the color scheme of these points on load time in SIM Voleon using a colorMap in an SoTransferFunction node. More...


Detailed Description

Convert an xyz point set into a volume density Uses a voxel representation. Provides the Density class.


Enumeration Type Documentation

enum PackType
 

How to squeeze data into the output sample size If the counts are greater than the max value of the output bitsPerPixel, this is how we should handle the values. Additionally PACK_SCALE will scale no mater what. You can control the color scheme of these points on load time in SIM Voleon using a colorMap in an SoTransferFunction node.

Enumerator:
PACK_SCALE 
PACK_CLIP 
PACK_WRAP 


Generated on Thu Mar 2 17:55:25 2006 for density by  doxygen 1.4.6