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

Method SetExponent

Rendering/Annotation/vtkAxisActor.cxx:1467–1477  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1465
1466//-----------------------------------------------------------------------------**
1467void vtkAxisActor::SetExponent(const std::string& exponent)
1468{
1469 if (this->Exponent != exponent)
1470 {
1471 this->Exponent = exponent;
1472 static const std::string prefix = "e";
1473 this->ExponentProp->SetInputText(prefix + exponent);
1474 this->ExponentTextTime.Modified();
1475 this->Modified();
1476 }
1477}
1478
1479//-----------------------------------------------------------------------------**
1480void vtkAxisActor::SetExponentLocation(int location)

Callers 5

TestSRGBFunction · 0.45
DeepCopyMethod · 0.45
InitializeAxisFunction · 0.45

Calls 2

SetInputTextMethod · 0.80
ModifiedMethod · 0.45

Tested by 2

TestSRGBFunction · 0.36
InitializeAxisFunction · 0.36