#include "Volume.h"#include "Math/TVector3.h"#include "Definitions.h"#include "Memory/IManagedObject.h"#include "Memory/mmgr.h"Go to the source code of this file.
Classes | |
| struct | SHistogramData |
| class | CVolumeStatistics |
Defines | |
| #define | NORMALIZE_NONE 0 |
| #define | NORMALIZE_LINEAR 1 |
| #define | NORMALIZE_LOG 2 |
| #define NORMALIZE_LINEAR 1 |
Definition at line 20 of file CVolumeStatistics.h.
Referenced by CVolumeStatistics::Normalize(), and CProperties::UpdateTransferProperty().
| #define NORMALIZE_LOG 2 |
Definition at line 21 of file CVolumeStatistics.h.
Referenced by CVolumeStatistics::Normalize(), and CProperties::UpdateTransferProperty().
| #define NORMALIZE_NONE 0 |
Definition at line 19 of file CVolumeStatistics.h.
Referenced by CVolumeStatistics::GetGradHistogram(), CVolumeStatistics::GetHistogram(), and SHistogramData::SHistogramData().
1.5.7.1