GDCM
2.2.6
|
This class defines a SURFACE IE. This members are taken from required surface mesh module attributes. More...
#include <gdcmSurface.h>
Public Types | |
enum | STATES { NO = 0, YES, UNKNOWN, STATES_END } |
enum | VIEWType { SURFACE = 0, WIREFRAME, POINTS, VIEWType_END } |
Enumeration for Recommended Presentation Type. More... | |
Static Public Member Functions | |
static STATES | GetSTATES (const char *state) |
static const char * | GetSTATESString (STATES state) |
static VIEWType | GetVIEWType (const char *type) |
static const char * | GetVIEWTypeString (VIEWType type) |
Additional Inherited Members | |
![]() | |
void | Register () |
void | UnRegister () |
This class defines a SURFACE IE. This members are taken from required surface mesh module attributes.
Enumeration for Recommended Presentation Type.
Enumerator | |
---|---|
SURFACE | |
WIREFRAME | |
POINTS | |
VIEWType_END |
gdcm::Surface::Surface | ( | ) |
|
virtual |
SegmentHelper::BasicCodedEntry const& gdcm::Surface::GetAlgorithmFamily | ( | ) | const |
SegmentHelper::BasicCodedEntry& gdcm::Surface::GetAlgorithmFamily | ( | ) |
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 |
MeshPrimitive& gdcm::Surface::GetMeshPrimitive | ( | ) |
unsigned long gdcm::Surface::GetNumberOfSurfacePoints | ( | ) | const |
unsigned long gdcm::Surface::GetNumberOfVectors | ( | ) | const |
const DataElement& gdcm::Surface::GetPointCoordinatesData | ( | ) | const |
DataElement& gdcm::Surface::GetPointCoordinatesData | ( | ) |
const float* gdcm::Surface::GetPointPositionAccuracy | ( | ) | const |
const float* gdcm::Surface::GetPointsBoundingBoxCoordinates | ( | ) | const |
SegmentHelper::BasicCodedEntry const& gdcm::Surface::GetProcessingAlgorithm | ( | ) | const |
SegmentHelper::BasicCodedEntry& gdcm::Surface::GetProcessingAlgorithm | ( | ) |
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 |
VIEWType gdcm::Surface::GetRecommendedPresentationType | ( | ) | const |
|
static |
|
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 |
DataElement& gdcm::Surface::GetVectorCoordinateData | ( | ) |
unsigned short gdcm::Surface::GetVectorDimensionality | ( | ) | const |
|
static |
|
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 | ) |