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

Function GetPixelRepresentation

IO/Image/vtkMetaImageReader.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 double* GetImagePositionPatient() { return this->GetDataOrigin(); }
80 int GetNumberOfComponents() { return this->GetNumberOfScalarComponents(); }
81 int GetPixelRepresentation() { return this->GetDataScalarType(); }
82 int GetDataByteOrder() override;
83
84 vtkGetMacro(RescaleSlope, double);

Callers

nothing calls this directly

Calls 1

GetDataScalarTypeMethod · 0.80

Tested by

no test coverage detected