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

Method GetScale

Common/DataModel/vtkHyperTree.cxx:136–141  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//------------------------------------------------------------------------------
136void vtkHyperTree::GetScale(double s[3]) const
137{
138 assert("pre: scales_exists" && this->Scales != nullptr);
139 const double* scale = this->Scales->ComputeScale(0);
140 memcpy(s, scale, 3 * sizeof(double));
141}
142
143//------------------------------------------------------------------------------
144double vtkHyperTree::GetScale(unsigned int d) const

Callers 15

WriteAnActorMethod · 0.45
WriteAnActorMethod · 0.45
WriteAnActorMethod · 0.45
enterNodeMethod · 0.45
useNodeMethod · 0.45
PaintMethod · 0.45
DrawPointMethod · 0.45
PaintMethod · 0.45
genericActorSerializerFunction · 0.45

Calls 1

assertFunction · 0.50

Tested by 3

TestDistanceWidgetFunction · 0.36
ScaleMethod · 0.36