Home
last modified time | relevance | path

Searched refs:surfacePointsNormalsSQ (Results 1 – 2 of 2) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmSurfaceWriter.cxx314 SmartPointer<SequenceOfItems> surfacePointsNormalsSQ; in PrepareWrite() local
317 surfacePointsNormalsSQ = new SequenceOfItems; in PrepareWrite()
320 detmp.SetValue( *surfacePointsNormalsSQ ); in PrepareWrite()
324 surfacePointsNormalsSQ = surfaceDS.GetDataElement( Tag(0x0066, 0x0012) ).GetValueAsSQ(); in PrepareWrite()
325 surfacePointsNormalsSQ->SetLengthToUndefined(); in PrepareWrite()
327 if (surfacePointsNormalsSQ->GetNumberOfItems() < 1) // One item shall be permitted in PrepareWrite()
331 surfacePointsNormalsSQ->AddItem(item); in PrepareWrite()
334 Item & surfacePointsNormalsItem = surfacePointsNormalsSQ->GetItem(1); in PrepareWrite()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSurfaceWriter.cxx314 SmartPointer<SequenceOfItems> surfacePointsNormalsSQ; in PrepareWrite() local
317 surfacePointsNormalsSQ = new SequenceOfItems; in PrepareWrite()
320 detmp.SetValue( *surfacePointsNormalsSQ ); in PrepareWrite()
324 surfacePointsNormalsSQ = surfaceDS.GetDataElement( Tag(0x0066, 0x0012) ).GetValueAsSQ(); in PrepareWrite()
325 surfacePointsNormalsSQ->SetLengthToUndefined(); in PrepareWrite()
327 if (surfacePointsNormalsSQ->GetNumberOfItems() < 1) // One item shall be permitted in PrepareWrite()
331 surfacePointsNormalsSQ->AddItem(item); in PrepareWrite()
334 Item & surfacePointsNormalsItem = surfacePointsNormalsSQ->GetItem(1); in PrepareWrite()