class to handle DirectionCosines
More...
#include <gdcmDirectionCosines.h>
gdcm::DirectionCosines::DirectionCosines |
( |
) | |
|
gdcm::DirectionCosines::DirectionCosines |
( |
const double |
dircos[6]) | |
|
gdcm::DirectionCosines::~DirectionCosines |
( |
) | |
|
double gdcm::DirectionCosines::ComputeDistAlongNormal |
( |
const double |
ipp[3]) | |
const |
Compute the distance along the normal.
void gdcm::DirectionCosines::Cross |
( |
double |
z[3]) | |
const |
double gdcm::DirectionCosines::Dot |
( |
) | |
const |
bool gdcm::DirectionCosines::IsValid |
( |
) | |
const |
Return whether or not this is a valid direction cosines.
void gdcm::DirectionCosines::Normalize |
( |
) | |
|
gdcm::DirectionCosines::operator const double * |
( |
) | |
const |
|
inline |
Make the class behave like a const double *.
void gdcm::DirectionCosines::Print |
( |
std::ostream & |
) | |
const |
bool gdcm::DirectionCosines::SetFromString |
( |
const char * |
str) | |
|
Initialize from string str. It requires 6 floating point separated by a backslash character.
- Examples:
- DiscriminateVolume.cxx.
The documentation for this class was generated from the following file: