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

Method GetScalarSize

Common/DataModel/vtkImageData.cxx:1066–1069  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1064
1065//------------------------------------------------------------------------------
1066int vtkImageData::GetScalarSize(vtkInformation* meta_data)
1067{
1068 return vtkDataArray::GetDataTypeSize(this->GetScalarType(meta_data));
1069}
1070
1071int vtkImageData::GetScalarSize()
1072{

Callers 15

GetDataMemorySizeMethod · 0.80
ExportMethod · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
UpdateCacheMethod · 0.80
WriteMINCDataMethod · 0.80
RequestDataMethod · 0.80
CopyDataMethod · 0.80
RequestDataMethod · 0.80
GetReductionRatioMethod · 0.80

Calls 5

GetDataTypeSizeFunction · 0.50
GetScalarTypeMethod · 0.45
GetScalarsMethod · 0.45
GetPointDataMethod · 0.45
GetDataTypeMethod · 0.45

Tested by

no test coverage detected