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

Method GetDataScalarType

IO/Image/vtkImageExport.cxx:555–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555int vtkImageExport::GetDataScalarType()
556{
557 if (this->GetInputAlgorithm() == nullptr)
558 {
559 return VTK_UNSIGNED_CHAR;
560 }
561 this->GetInputAlgorithm()->UpdateInformation();
562 return vtkImageData::GetScalarType(this->GetExecutive()->GetInputInformation(0, 0));
563}
564
565int* vtkImageExport::GetDataExtent()
566{

Calls 4

GetInputAlgorithmMethod · 0.95
UpdateInformationMethod · 0.45
GetInputInformationMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected