MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDimensions

Function GetDimensions

Utilities/DICOMParser/DICOMAppHelper.h:186–186  ·  view source on GitHub ↗

Get the dimensions (width, height) of the last image processed * by the DICOMParser */

Source from the content-addressed store, hash-verified

184 /** Get the dimensions (width, height) of the last image processed
185 * by the DICOMParser */
186 int* GetDimensions() { return this->Dimensions; }
187
188 /** Get the (DICOM) x,y,z coordinates of the first pixel in the
189 * image (upper left hand corner) of the last image processed by the

Callers 6

GetDimensionsMethod · 0.50
RequestDataMethod · 0.50
RequestDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected