Home
last modified time | relevance | path

Searched refs:axisOfRotationAt (Results 1 – 4 of 4) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmSurfaceReader.cxx629 Attribute<0x0066, 0x001b> axisOfRotationAt; in ReadPointMacro() local
630 axisOfRotationAt.SetFromDataSet( surfacePointsDS ); in ReadPointMacro()
631 surface->SetAxisOfRotation( axisOfRotationAt.GetValues() ); in ReadPointMacro()
H A DgdcmSurfaceWriter.cxx938 Attribute<0x0066, 0x001b> axisOfRotationAt; in PrepareWritePointMacro() local
942 axisOfRotationAt.SetValues( axisOfRotation ); in PrepareWritePointMacro()
943 surfacePointsDs.Replace( axisOfRotationAt.GetAsDataElement() ); in PrepareWritePointMacro()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSurfaceReader.cxx629 Attribute<0x0066, 0x001b> axisOfRotationAt; in ReadPointMacro() local
630 axisOfRotationAt.SetFromDataSet( surfacePointsDS ); in ReadPointMacro()
631 surface->SetAxisOfRotation( axisOfRotationAt.GetValues() ); in ReadPointMacro()
H A DgdcmSurfaceWriter.cxx934 Attribute<0x0066, 0x001b> axisOfRotationAt; in PrepareWritePointMacro() local
938 axisOfRotationAt.SetValues( axisOfRotation ); in PrepareWritePointMacro()
939 surfacePointsDs.Replace( axisOfRotationAt.GetAsDataElement() ); in PrepareWritePointMacro()