MCPcopy Create free account
hub / github.com/MITK/MITK / Update

Method Update

Modules/Core/src/DataManagement/mitkMaterial.cpp:330–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void mitk::Material::Update()
331{
332 this->SetColor(this->GetColor());
333 this->SetColorCoefficient(this->GetColorCoefficient());
334 this->SetSpecularColor(this->GetSpecularColor());
335 this->SetSpecularCoefficient(this->GetSpecularCoefficient());
336 this->SetSpecularPower(this->GetSpecularPower());
337 this->SetOpacity(this->GetOpacity());
338 this->SetInterpolation(this->GetInterpolation());
339 this->SetRepresentation(this->GetRepresentation());
340}
341
342void mitk::Material::PrintSelf(std::ostream &os, itk::Indent /* unused */) const
343{

Callers

nothing calls this directly

Calls 15

SetColorMethod · 0.95
GetColorMethod · 0.95
SetColorCoefficientMethod · 0.95
GetColorCoefficientMethod · 0.95
SetSpecularColorMethod · 0.95
GetSpecularColorMethod · 0.95
SetSpecularPowerMethod · 0.95
GetSpecularPowerMethod · 0.95
SetOpacityMethod · 0.95
GetOpacityMethod · 0.95

Tested by

no test coverage detected