Home
last modified time | relevance | path

Searched defs:SetVL (Results 1 – 3 of 3) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataStructureAndEncodingDefinition/
H A DgdcmDataElement.h79 void SetVL(const VL &vl) { ValueLengthField = vl; } in SetVL() function
/dports/devel/gdcm/gdcm-3.0.10/Source/DataStructureAndEncodingDefinition/
H A DgdcmDataElement.h79 void SetVL(const VL &vl) { ValueLengthField = vl; } in SetVL() function
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h553 #define SetVL(x) ((x)->proto |= PROTO_VL) macro