GDCM
2.2.0
|
This class defines a SURFACE IE. This members are taken from required surface mesh module attributes. More...
#include <gdcmSurface.h>
This class defines a SURFACE IE. This members are taken from required surface mesh module attributes.
Enumeration for Recommended Presentation Type.
virtual gdcm::Surface::~Surface | ( | ) | [virtual] |
SegmentHelper::BasicCodedEntry const& gdcm::Surface::GetAlgorithmFamily | ( | ) | const |
const char* gdcm::Surface::GetAlgorithmName | ( | ) | const |
const char* gdcm::Surface::GetAlgorithmVersion | ( | ) | const |
const float* gdcm::Surface::GetAxisOfRotation | ( | ) | const |
const float* gdcm::Surface::GetCenterOfRotation | ( | ) | const |
STATES gdcm::Surface::GetFiniteVolume | ( | ) | const |
STATES gdcm::Surface::GetManifold | ( | ) | const |
float gdcm::Surface::GetMaximumPointDistance | ( | ) | const |
float gdcm::Surface::GetMeanPointDistance | ( | ) | const |
MeshPrimitive const& gdcm::Surface::GetMeshPrimitive | ( | ) | const |
unsigned long gdcm::Surface::GetNumberOfSurfacePoints | ( | ) | const |
unsigned long gdcm::Surface::GetNumberOfVectors | ( | ) | const |
const DataElement& gdcm::Surface::GetPointCoordinatesData | ( | ) | const |
const float* gdcm::Surface::GetPointPositionAccuracy | ( | ) | const |
const float* gdcm::Surface::GetPointsBoundingBoxCoordinates | ( | ) | const |
SegmentHelper::BasicCodedEntry const& gdcm::Surface::GetProcessingAlgorithm | ( | ) | const |
const unsigned short* gdcm::Surface::GetRecommendedDisplayCIELabValue | ( | ) | const |
unsigned short gdcm::Surface::GetRecommendedDisplayCIELabValue | ( | const unsigned int | idx | ) | const |
unsigned short gdcm::Surface::GetRecommendedDisplayGrayscaleValue | ( | ) | const |
float gdcm::Surface::GetRecommendedPresentationOpacity | ( | ) | const |
static STATES gdcm::Surface::GetSTATES | ( | const char * | state | ) | [static] |
static const char* gdcm::Surface::GetSTATESString | ( | STATES | state | ) | [static] |
const char* gdcm::Surface::GetSurfaceComments | ( | ) | const |
unsigned long gdcm::Surface::GetSurfaceNumber | ( | ) | const |
bool gdcm::Surface::GetSurfaceProcessing | ( | ) | const |
const char* gdcm::Surface::GetSurfaceProcessingDescription | ( | ) | const |
float gdcm::Surface::GetSurfaceProcessingRatio | ( | ) | const |
const float* gdcm::Surface::GetVectorAccuracy | ( | ) | const |
const DataElement& gdcm::Surface::GetVectorCoordinateData | ( | ) | const |
unsigned short gdcm::Surface::GetVectorDimensionality | ( | ) | const |
static VIEWType gdcm::Surface::GetVIEWType | ( | const char * | type | ) | [static] |
static const char* gdcm::Surface::GetVIEWTypeString | ( | VIEWType | type | ) | [static] |
void gdcm::Surface::SetAlgorithmFamily | ( | SegmentHelper::BasicCodedEntry const & | BSE | ) |
void gdcm::Surface::SetAlgorithmName | ( | const char * | str | ) |
void gdcm::Surface::SetAlgorithmVersion | ( | const char * | str | ) |
void gdcm::Surface::SetAxisOfRotation | ( | const float * | axis | ) |
void gdcm::Surface::SetCenterOfRotation | ( | const float * | center | ) |
void gdcm::Surface::SetFiniteVolume | ( | STATES | state | ) |
void gdcm::Surface::SetManifold | ( | STATES | state | ) |
void gdcm::Surface::SetMaximumPointDistance | ( | float | maximum | ) |
void gdcm::Surface::SetMeanPointDistance | ( | float | average | ) |
void gdcm::Surface::SetMeshPrimitive | ( | MeshPrimitive & | mp | ) |
void gdcm::Surface::SetNumberOfSurfacePoints | ( | const unsigned long | nb | ) |
void gdcm::Surface::SetNumberOfVectors | ( | const unsigned long | nb | ) |
void gdcm::Surface::SetPointCoordinatesData | ( | DataElement const & | de | ) |
void gdcm::Surface::SetPointPositionAccuracy | ( | const float * | accuracies | ) |
void gdcm::Surface::SetPointsBoundingBoxCoordinates | ( | const float * | coordinates | ) |
void gdcm::Surface::SetProcessingAlgorithm | ( | SegmentHelper::BasicCodedEntry const & | BSE | ) |
void gdcm::Surface::SetRecommendedDisplayCIELabValue | ( | const unsigned short | vl[3] | ) |
void gdcm::Surface::SetRecommendedDisplayCIELabValue | ( | const unsigned short | vl, |
const unsigned int | idx = 0 |
||
) |
void gdcm::Surface::SetRecommendedDisplayCIELabValue | ( | const std::vector< unsigned short > & | vl | ) |
void gdcm::Surface::SetRecommendedDisplayGrayscaleValue | ( | const unsigned short | vl | ) |
void gdcm::Surface::SetRecommendedPresentationOpacity | ( | const float | opacity | ) |
void gdcm::Surface::SetRecommendedPresentationType | ( | VIEWType | type | ) |
void gdcm::Surface::SetSurfaceComments | ( | const char * | comment | ) |
void gdcm::Surface::SetSurfaceNumber | ( | const unsigned long | nb | ) |
void gdcm::Surface::SetSurfaceProcessing | ( | bool | b | ) |
void gdcm::Surface::SetSurfaceProcessingDescription | ( | const char * | description | ) |
void gdcm::Surface::SetSurfaceProcessingRatio | ( | const float | ratio | ) |
void gdcm::Surface::SetVectorAccuracy | ( | const float * | accuracy | ) |
void gdcm::Surface::SetVectorCoordinateData | ( | DataElement const & | de | ) |
void gdcm::Surface::SetVectorDimensionality | ( | const unsigned short | dim | ) |